Commit 7576a27d authored by antirez's avatar antirez
Browse files

Sentinel: INFO-CACHE reply format command shortened.

parent 2d3f99a1
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment