mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-23 08:02:08 +00:00
388 B
388 B
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.
Demo features include:
- High throughput reaching to millions of QPS on a single node.
- TLS support
- Pipelining mode that allows reaching order of magnitude higher QPS i.e. 30M qps and higher on a single node.