mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
A modern replacement for Redis and Memcached
cachecppdatabasefibersin-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.