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>2015-05-07 06:29:54 +0300
committermichael-grunder <michael.grunder@gmail.com>2015-05-07 06:29:54 +0300
commit91b5a37b8873632fed4bd0949a23cf77319125c5 (patch)
tree0a175ee315ce8001ea08f445526bf22a46d5998b /redis_cluster.h
parent90a7cf48179e649e0f9f1010d28b52a33cf9cecf (diff)
Implement rawCommand() properly, as it's not the COMMAND command in Redis.
Diffstat (limited to 'redis_cluster.h')
-rw-r--r--redis_cluster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis_cluster.h b/redis_cluster.h
index a5a0758a..3659d00e 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -237,6 +237,7 @@ PHP_METHOD(RedisCluster, config);
PHP_METHOD(RedisCluster, pubsub);
PHP_METHOD(RedisCluster, script);
PHP_METHOD(RedisCluster, slowlog);
+PHP_METHOD(RedisCluster, command);
/* SCAN and friends */
PHP_METHOD(RedisCluster, scan);