Sentinel: INFO-CACHE reply format command shortened.

This commit is contained in:
antirez 2014-12-10 11:04:24 +01:00
parent 2a8f657b3b
commit 71e4635ae9

View File

@ -2790,13 +2790,9 @@ void sentinelCommand(redisClient *c) {
* 1.) master name * 1.) master name
* 2.) 1.) info from master * 2.) 1.) info from master
* 2.) info from replica * 2.) info from replica
* . * ...
* . * 3.) other master name
* 3.) next master name ... * ...
* 4.) 1.) info from master
* 2.) info from replica
* .
* .
*/ */
dictType copy_keeper = instancesDictType; dictType copy_keeper = instancesDictType;
copy_keeper.valDestructor = NULL; copy_keeper.valDestructor = NULL;