Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b1f42 commit 04196aeCopy full SHA for 04196ae
1 file changed
cluster_library.c
@@ -922,6 +922,7 @@ cluster_map_keyspace(redisCluster *c TSRMLS_DC) {
922
if(!mapped && slots) {
923
memset(c->master, 0, sizeof(redisClusterNode*)*REDIS_CLUSTER_SLOTS);
924
}
925
+ redis_sock_disconnect(*seed TSRMLS_CC);
926
927
928
// Clean up slots reply if we got one
0 commit comments