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
87b6013a
Commit
87b6013a
authored
May 14, 2015
by
antirez
Browse files
Sentinel: remove SHARED! debugging printf
parent
5a0516b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sentinel.c
View file @
87b6013a
...
@@ -1031,7 +1031,6 @@ int sentinelTryConnectionSharing(sentinelRedisInstance *ri) {
...
@@ -1031,7 +1031,6 @@ int sentinelTryConnectionSharing(sentinelRedisInstance *ri) {
releaseInstanceLink(ri->link,NULL);
releaseInstanceLink(ri->link,NULL);
ri->link = match->link;
ri->link = match->link;
match->link->refcount++;
match->link->refcount++;
printf("SHARED!\n");
return REDIS_OK;
return REDIS_OK;
}
}
dictReleaseIterator(di);
dictReleaseIterator(di);
...
...
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