mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
A modern replacement for Redis and Memcached
https://www.dragonflydb.io/
cachecppdatabasefibershacktoberfestin-memoryin-memory-databasekey-valuekeydbmemcachedmessage-brokermulti-threadingnosqlredisvalkeyvector-search
helio@29e247c00c | ||
server | ||
.clang-format | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
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.