Go to file
Roman Gershman 6d32e56fbb
Update README.md
2021-11-24 14:17:44 +02:00
helio@29e247c00c Rename async to helio 2021-11-18 17:14:05 +02:00
server Introduce some pipelining support. 2021-11-24 14:09:53 +02:00
.clang-format Add redis parser + test 2021-11-17 16:32:14 +02:00
.gitignore Add async library to the project 2021-11-16 09:59:13 +02:00
.gitmodules Rename async to helio 2021-11-18 17:14:05 +02:00
CMakeLists.txt Rename async to helio 2021-11-18 17:14:05 +02:00
README.md Update README.md 2021-11-24 14:17:44 +02:00

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:

  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.