Talk about active replica

Former-commit-id: 1840b893c2303505078c99dbdc6eb596af0c446f
This commit is contained in:
John Sully 2019-03-25 00:12:04 -04:00 committed by GitHub
parent ce5d4f487d
commit 256e80db85

View File

@ -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?
---------------