From 76dd5fe7fcd06ec0796262b9cc0b671d1a1ef10b Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 21 Mar 2019 21:25:49 -0400 Subject: [PATCH] Update README.md Former-commit-id: 550b3a3a99228d2b6a0f9b8691d28121719663e9 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5afe9a394..239544bd9 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? ---------------