From be0a6672e4dc79150e2642506648e30324c17197 Mon Sep 17 00:00:00 2001 From: JohnSully Date: Tue, 12 Mar 2019 14:38:03 -0400 Subject: [PATCH] Update README.md Former-commit-id: 7546c7d8b41358e4d2a0b71f41ca08b82fa3f8b8 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d3963dc85..49c6373d7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ 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 + Why fork Redis? ---------------