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-08 03:32:17 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 00:39:17 +0300
commit42c97b081b72547e751283f3333ab74afe9c65f9 (patch)
treed5d7db4b694ba161e1bd2d50eb3bc7392b737439 /redis_cluster.h
parent63390a667dd7e277cbc9b69f971de853a123b578 (diff)
SETRANGE/RESTORE
Implemented SETRANGE and RESTORE commands, which both take the prototype key, long, string
Diffstat (limited to 'redis_cluster.h')
-rw-r--r--redis_cluster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/redis_cluster.h b/redis_cluster.h
index a09600bf..68fac549 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -130,4 +130,6 @@ PHP_METHOD(RedisCluster, renamenx);
PHP_METHOD(RedisCluster, pfcount);
PHP_METHOD(RedisCluster, pfadd);
PHP_METHOD(RedisCluster, pfmerge);
+PHP_METHOD(RedisCluster, restore);
+PHP_METHOD(RedisCluster, setrange);
#endif