summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2014-12-10 11:04:24 +0100
committerantirez <antirez@gmail.com>2014-12-10 11:04:24 +0100
commit7576a27d586eb2ba63848c91eaefcccaf505160e (patch)
tree0f546d65e74ff15b7bfa073d18547092c757027f /src
parent2d3f99a1b75c1278eb56e80af62c1ab013719559 (diff)
downloadredis-7576a27d586eb2ba63848c91eaefcccaf505160e.tar.gz
Sentinel: INFO-CACHE reply format command shortened.
Diffstat (limited to 'src')
-rw-r--r--src/sentinel.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/sentinel.c b/src/sentinel.c
index 3fa5d5e7e..40b32dd1e 100644
--- a/src/sentinel.c
+++ b/src/sentinel.c
@@ -2790,13 +2790,9 @@ void sentinelCommand(redisClient *c) {
* 1.) master name
* 2.) 1.) info from master
* 2.) info from replica
- * .
- * .
- * 3.) next master name ...
- * 4.) 1.) info from master
- * 2.) info from replica
- * .
- * .
+ * ...
+ * 3.) other master name
+ * ...
*/
dictType copy_keeper = instancesDictType;
copy_keeper.valDestructor = NULL;