From 87a5de38566738f3f5ed2705fbb499558d9c9f5e Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 15 Nov 2016 12:56:31 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1eda949f0..5de9d525b 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,14 @@ Welcome to support chat [![Join the chat at https://gitter.im/mrniko/redisson](h Features ================================ -* [AWS ElastiCache](https://aws.amazon.com/elasticache/) servers mode: - 1. automatic new master server discovery - 2. automatic new slave servers discovery +* [AWS ElastiCache](http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Replication.html) master/slave servers mode: + 1. automatic master server change discovery +* [AWS ElastiCache Cluster](http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Clusters.html) servers mode: + 1. automatic master and slave servers discovery + 2. automatic new master server discovery + 3. automatic new slave servers discovery + 4. automatic slave servers offline/online discovery + 5. automatic slots change discovery * Cluster servers mode: 1. automatic master and slave servers discovery 2. automatic new master server discovery From 90419df14cb246b636d16e5d6f69aa4b2a4522df Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 15 Nov 2016 12:57:14 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5de9d525b..e005d00a7 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ Welcome to support chat [![Join the chat at https://gitter.im/mrniko/redisson](h Features ================================ -* [AWS ElastiCache](http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Replication.html) master/slave servers mode: +* [AWS ElastiCache](http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Replication.html) mode: 1. automatic master server change discovery -* [AWS ElastiCache Cluster](http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Clusters.html) servers mode: +* [AWS ElastiCache Cluster](http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Clusters.html) mode: 1. automatic master and slave servers discovery 2. automatic new master server discovery 3. automatic new slave servers discovery