{"id":13550679,"url":"https://github.com/cbd/edis","last_synced_at":"2025-04-03T00:34:36.429Z","repository":{"id":1257507,"uuid":"1196286","full_name":"cbd/edis","owner":"cbd","description":"An Erlang implementation of Redis","archived":false,"fork":false,"pushed_at":"2015-09-14T15:07:27.000Z","size":1465,"stargazers_count":469,"open_issues_count":13,"forks_count":37,"subscribers_count":51,"default_branch":"master","last_synced_at":"2024-11-03T20:35:58.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://inaka.github.com/edis/","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cbd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-24T23:23:25.000Z","updated_at":"2024-10-07T16:33:24.000Z","dependencies_parsed_at":"2022-08-16T12:45:30.339Z","dependency_job_id":null,"html_url":"https://github.com/cbd/edis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbd%2Fedis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbd%2Fedis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbd%2Fedis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbd%2Fedis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbd","download_url":"https://codeload.github.com/cbd/edis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246916734,"owners_count":20854511,"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-08-01T12:01:36.111Z","updated_at":"2025-04-03T00:34:31.415Z","avatar_url":"https://github.com/cbd.png","language":"Erlang","readme":"An *Erlang* version of [Redis](http://redis.io), with the goal of similar algorithmic performance but support for multiple master nodes and larger-than-RAM datasets. For [More info](http://inakanetworks.com/assets/pdf//Edis_Implementing_Redis_In_Erlang.pdf), see this PDF of a Talk at Erlang Factory 2012.\n\n## Contact Us\nFor **questions** or **general comments** regarding the use of this library, please use our public\n[hipchat room](http://inaka.net/hipchat).\n\nIf you find any **bugs** or have a **problem** while using this library, please [open an issue](https://github.com/inaka/edis/issues/new) in this repo (or a pull request :)).\n\nAnd you can check all of our open-source projects at [inaka.github.io](http://inaka.github.io)\n\n## Usage\nJust run `$ make run` and open connections with your favourite redis client.\n\n## Differences with Redis\n### Different Behaviour\n* _SAVE_, _BGSAVE_ and _LASTSAVE_ are database dependent. The original Redis saves all databases at once, edis saves just the one you _SELECT_'ed.\n* _INFO_ provides much less information and no statistics (so, _CONFIG RESETSTAT_ does nothing at all)\n* _MULTI_ doesn't support:\n  - cross-db commands (i.e. _FLUSHALL_, _SELECT_, _MOVE_)\n  - non-db commands (i.e _AUTH_, _CONFIG *_, _SHUTDOWN_, _MONITOR_)\n  - pub/sub commands (i.e. _PUBLISH_, _SUBSCRIBE_, _UNSUBSCRIBE_, _PSUBSCRIBE_, _PUNSUBSCRIBE_)\n* _(P)UNSUBSCRIBE_ commands are not allowed outside _PUBSUB_ mode\n* _PUBLISH_ response is not precise: it's the amount of all clients subscribed to any channel and/or pattern, not just those that will handle the message. On the other hand it runs in _O(1)_ because it's asynchronous, it just dispatches the message.\n\n### Missing Features\n* Dynamic node configuration (i.e. the _SLAVEOF_ command is not implemented)\n* Encoding optimization (i.e. all objects are encoded as binary representations of erlang terms, so for instance \"123\" will never be stored as an int)\n* _OBJECT REFCOUNT_ allways returns 1 for existing keys and (nil) otherwise\n\n### Unsupported Commands\n_SYNC_, _SLOWLOG_, _SLAVEOF_, _DEBUG *_\n\n### License\nedis is licensed by Electronic Inaka, LLC under the Apache 2.0 license; see the LICENSE file in this repository.\n\n### TODO\n\n* Backends\n  * HanoiDB\n    * Make use of the efficient range searchs with start/end for searching ranges\n    * Make use of time-based key expiry\n    * Finish the TODO items\n\n","funding_links":[],"categories":["Erlang","others","Key-value Data Model"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbd%2Fedis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbd%2Fedis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbd%2Fedis/lists"}