mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Sentinel: INFO-CACHE reply format command shortened.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user