From 6d32e56fbb3f81aa259d2541475e22c1e8ca1ee1 Mon Sep 17 00:00:00 2001 From: Roman Gershman Date: Wed, 24 Nov 2021 14:17:44 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10fff4171..a463c1ec5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ -# dragonfly -A new memory store with awesome performance +# 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. + +