Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2014-12-01 23:57:29 +0300
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 01:05:30 +0300
commit1a231a979b5120c14f688097c82588997fca9860 (patch)
treebe49691039ae944829d948314dfc3346c7d3cfd4 /cluster_library.c
parent46634a2928ab19c9440a6f3710cff247827d8682 (diff)
More formatting
Diffstat (limited to 'cluster_library.c')
-rw-r--r--cluster_library.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/cluster_library.c b/cluster_library.c
index 33073172..0600a8f5 100644
--- a/cluster_library.c
+++ b/cluster_library.c
@@ -756,11 +756,9 @@ static int cluster_send_asking(RedisSock *redis_sock TSRMLS_DC)
return 0;
}
-/* Get a RedisSock object from the host and port where we have been
- * directed from an ASK response. We'll first see if we have
- * connected to this node already, and return that. If not, we
- * create it and add it to our nodes.
- */
+/* Get a RedisSock object from the host and port where we have been directed
+ * from an ASK response. We'll first see if we have connected to this node
+ * already, and return that. If not, we create it and add it to our nodes. */
static RedisSock *cluster_get_asking_sock(redisCluster *c TSRMLS_DC) {
redisClusterNode **ppNode;
char key[1024];