|
||
---|---|---|
helio@29e247c00c | ||
server | ||
.clang-format | ||
.gitignore | ||
.gitmodules | ||
CMakeLists.txt | ||
README.md |
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.