Basic key/value store that is protocol compatible with Redis.
This project is experimental and still under active development. Pull requests and bugs are welcome but I'm not really interested in feature requests right now. If you like this project and would like to implement new things, please talk to me (@binarycleric on Twitter) and we can make a plan!
- (Mostly) protocol compatible with Redis.
- Can take advantage of multiple CPUs for scaling.
- Streaming replication for followers.
SELECT
command is accepted but is currently ignored. All connections go to database 0.