From 1840b893c2303505078c99dbdc6eb596af0c446f Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 25 Mar 2019 00:12:04 -0400 Subject: [PATCH] Talk about active replica --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6d2f064cb..c60b6683a 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ Try our docker container: https://hub.docker.com/r/eqalpha/keydb Talk on Gitter: https://gitter.im/KeyDB +New: Active Replica Support +--------------------------- + +New! KeyDB now has support for Active Replicas. This feature greatly simplifies hot-spare failover and allows you to distribute writes over replicas instead of just a single master. For more information [see the wiki page](https://github.com/JohnSully/KeyDB/wiki/KeyDB-(Redis-Fork):-Active-Replica-Support). + Why fork Redis? ---------------