{"id":15877609,"url":"https://github.com/zimbatm/deb-redis","last_synced_at":"2025-04-01T23:24:01.283Z","repository":{"id":1599760,"uuid":"2154384","full_name":"zimbatm/deb-redis","owner":"zimbatm","description":"Updated lucid package of redis","archived":false,"fork":false,"pushed_at":"2011-08-04T12:31:04.000Z","size":736,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T15:15:57.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zimbatm.png","metadata":{"files":{"readme":"README","changelog":"Changelog","contributing":"CONTRIBUTING","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-08-04T12:30:05.000Z","updated_at":"2014-03-03T04:25:23.000Z","dependencies_parsed_at":"2022-07-18T17:17:13.260Z","dependency_job_id":null,"html_url":"https://github.com/zimbatm/deb-redis","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimbatm%2Fdeb-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimbatm%2Fdeb-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimbatm%2Fdeb-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zimbatm%2Fdeb-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zimbatm","download_url":"https://codeload.github.com/zimbatm/deb-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246726042,"owners_count":20823715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-06T02:02:20.797Z","updated_at":"2025-04-01T23:24:01.235Z","avatar_url":"https://github.com/zimbatm.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Where to find complete Redis documentation?\n-------------------------------------------\n\nThis README is just a fast \"quick start\" document. You can find more detailed\ndocumentation at http://redis.io\n\nBuilding Redis\n--------------\n\nIt is as simple as:\n\n    % make\n\nRedis is just a single binary, but if you want to install it you can use\nthe \"make install\" target that will copy the binary in /usr/local/bin\nfor default. You can also use \"make PREFIX=/some/other/directory install\"\nif you wish to use a different destination.\n\nYou can run a 32 bit Redis binary using:\n\n    % make 32bit\n\nAfter building Redis is a good idea to test it, using:\n\n    % make test\n\nBuliding using tcmalloc\n-----------------------\n\ntcmalloc is a fast and space efficient implementation (for little objects)\nof malloc(). Compiling Redis with it can improve performances and memeory\nusage. You can read more about it here:\n\nhttp://goog-perftools.sourceforge.net/doc/tcmalloc.html\n\nIn order to compile Redis with tcmalloc support install tcmalloc on your system\nand then use:\n\n    % make USE_TCMALLOC=yes\n\nNote that you can pass any other target to make, as long as you append\nUSE_TCMALLOC=yes at the end.\n\nRunning Redis\n-------------\n\nTo run Redis with the default configuration just type:\n\n    % cd src\n    % ./redis-server\n    \nIf you want to provide your redis.conf, you have to run it using an additional\nparameter (the path of the configuration file):\n\n    % cd src\n    % ./redis-server /path/to/redis.conf\n\nPlaying with Redis\n------------------\n\nYou can use redis-cli to play with Redis. Start a redis-server instance,\nthen in another terminal try the following:\n\n    % cd src\n    % ./redis-cli\n    redis\u003e ping\n    PONG\n    redis\u003e set foo bar\n    OK\n    redis\u003e get foo\n    \"bar\"\n    redis\u003e incr mycounter\n    (integer) 1\n    redis\u003e incr mycounter\n    (integer) 2\n    redis\u003e \n\nYou can find the list of all the available commands here:\n\n    http://redis.io/commands\n\nEnjoy!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimbatm%2Fdeb-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzimbatm%2Fdeb-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzimbatm%2Fdeb-redis/lists"}