{"id":15361873,"url":"https://github.com/tj/nedis","last_synced_at":"2025-04-15T06:13:53.984Z","repository":{"id":1275963,"uuid":"1215262","full_name":"tj/nedis","owner":"tj","description":"Redis server implementation written with nodejs","archived":false,"fork":false,"pushed_at":"2012-01-11T17:18:06.000Z","size":1301,"stargazers_count":131,"open_issues_count":7,"forks_count":21,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-15T06:13:48.034Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tj.png","metadata":{"files":{"readme":"Readme.md","changelog":"History.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-01-03T00:14:16.000Z","updated_at":"2024-07-15T08:00:20.000Z","dependencies_parsed_at":"2022-07-06T15:03:56.644Z","dependency_job_id":null,"html_url":"https://github.com/tj/nedis","commit_stats":null,"previous_names":["visionmedia/nedis"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj%2Fnedis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj%2Fnedis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj%2Fnedis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tj%2Fnedis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tj","download_url":"https://codeload.github.com/tj/nedis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249016639,"owners_count":21198833,"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-01T12:57:01.097Z","updated_at":"2025-04-15T06:13:53.965Z","avatar_url":"https://github.com/tj.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Nedis\n\n  Nedis is a (partial) redis implementation written with node. Primarily for fun.\n\n## Installation\n\n     $ npm install nedis\n\n## Trying It Out\n\n Since nedis implements the unified redis prototcol, we can use `redis-cli` with nedis! First start the server:\n\n     $ nedis-server\n\n Now play with the cli:\n\n     $ redis-cli \n\n     redis\u003e hmset users:tj email tj@vision-media.ca age 23\n     OK\n     redis\u003e hgetall users:tj\n     1) \"email\"\n     2) \"tj@vision-media.ca\"\n     3) \"age\"\n     4) \"23\"\n     redis\u003e keys users:*\n     1) \"users:tj\"\n     redis\u003e \n\n## Booting Nedis\n\n    nedis.createServer().listen([port[, host]]);\n\n## Running Tests\n\n    $ make test\n\n## Performance\n\n  Really non-scientific results of __GET__ / __SET__:\n  \n    SET\n    nedis: ops 25048, per second 5009.6\n    redis: ops 54850, per second 10970\n\n    GET\n    nedis: ops 32729, per second 6545.8\n    redis: ops 54714, per second 10942.8\n\n## License \n\n(The MIT License)\n\nCopyright (c) 2011 TJ Holowaychuk \u0026lt;tj@vision-media.ca\u0026gt;\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftj%2Fnedis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftj%2Fnedis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftj%2Fnedis/lists"}