From e59b6b546941a16413c662377a3cc9ee6b1653a8 Mon Sep 17 00:00:00 2001 From: JohnSully Date: Mon, 11 Mar 2019 19:38:20 -0400 Subject: [PATCH] Update README.md Former-commit-id: bf0fd22309ad3992f10316a9f3c12916db78c1bb --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b29396002..dd9a9d916 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ KeyDB is a high performance fork of Redis focussing on multithreading, memory ef On the same hardware KeyDB can perform twice as many queries per second as Redis, with 60% lower latency. +KeyDB has full compatibility with the Redis protocol, modules, and scripts. This includes full support for transactions, and atomic execution of scripts. + Why fork Redis? ---------------