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-06-10 03:50:47 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 00:43:20 +0300
commitdc2b6fdea6d7a94344390bf86cb3015f81811e13 (patch)
tree0b6b47171cdb1f1ee8221a1bf7f62e7c02cfccd5 /redis_cluster.h
parentaaab7642e6e86a1998c5ec6994942a7ba6e005d4 (diff)
OBJECT command
Implemented the OBJECT command for both Redis and Redis Cluster
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 10025574..5f3dceb6 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -153,4 +153,5 @@ PHP_METHOD(RedisCluster, zrangebyscore);
PHP_METHOD(RedisCluster, zunionstore);
PHP_METHOD(RedisCluster, zinterstore);
PHP_METHOD(RedisCluster, sort);
+PHP_METHOD(RedisCluster, object);
#endif