From 8e5a2b42186f9d439c6481de63c388ce030adc8f Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Fri, 22 Mar 2019 01:24:32 +0000 Subject: [PATCH 1/3] Add Gitter badge Former-commit-id: ef7e89352de93331c8ef05504f1d7c5fbae6edaa --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5afe9a394..6b28f1c60 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![Current Release](https://img.shields.io/github/release/JohnSully/KeyDB.svg) -[![Build Status](https://travis-ci.org/JohnSully/KeyDB.svg?branch=unstable)](https://travis-ci.org/JohnSully/KeyDB) +[![Build Status](https://travis-ci.org/JohnSully/KeyDB.svg?branch=unstable)](https://travis-ci.org/JohnSully/KeyDB) [![Join the chat at https://gitter.im/KeyDB/community](https://badges.gitter.im/KeyDB/community.svg)](https://gitter.im/KeyDB/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) What is KeyDB? -------------- From 76dd5fe7fcd06ec0796262b9cc0b671d1a1ef10b Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 21 Mar 2019 21:25:49 -0400 Subject: [PATCH 2/3] 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? --------------- From a17044b7b1c220671d4cfd1480dd43701c134651 Mon Sep 17 00:00:00 2001 From: John Sully Date: Thu, 21 Mar 2019 21:26:00 -0400 Subject: [PATCH 3/3] 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?