1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

Update README.md

This commit is contained in:
Roman Gershman 2021-11-24 14:17:44 +02:00 committed by GitHub
parent 18525d2b5e
commit 6d32e56fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,11 @@
# dragonfly # mini-redis
A new memory store with awesome performance
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:
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.