From a17044b7b1c220671d4cfd1480dd43701c134651 Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 21 Mar 2019 21:26:00 -0400 Subject: [PATCH] Update README.md Former-commit-id: 4c98bc690efce0a7afc4d0fe35a67275f2b3629f --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 239544bd9..9547bb61c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ On the same hardware KeyDB can perform twice as many queries per second as Redis KeyDB has full compatibility with the Redis protocol, modules, and scripts. This includes full support for transactions, and atomic execution of scripts. For more information see our architecture section below. Try our docker container: https://hub.docker.com/r/eqalpha/keydb + Talk on Gitter: https://gitter.im/KeyDB Why fork Redis?