Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
7576a27d
Commit
7576a27d
authored
Dec 10, 2014
by
antirez
Browse files
Sentinel: INFO-CACHE reply format command shortened.
parent
2d3f99a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sentinel.c
View file @
7576a27d
...
@@ -2790,13 +2790,9 @@ void sentinelCommand(redisClient *c) {
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment