dragonfly/README.md

12 lines
388 B
Markdown
Raw Normal View History

2021-11-24 20:17:44 +08:00
# mini-redis
A toy memory store that supports basic commands like `SET` and `GET` for both memcached and redis protocols.
In addition, it supports redis `PING` command.
2021-11-24 20:17:44 +08:00
Demo features include:
1. High throughput reaching to millions of QPS on a single node.
2. TLS support
3. Pipelining mode that allows reaching order of magnitude higher QPS i.e. 30M qps and higher on a single node.