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-02 20:02:32 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 00:32:06 +0300
commit39796aa09513a32790b2845b2b555b51d345a93a (patch)
treee93223ac2392356c9c44e65cf12f8f371ed6420c /redis_cluster.h
parent58c6080c8cd9005dbd77f2af228781dd43828e25 (diff)
DUMP command, raw bulk handler
Added support for the DUMP command and created a Cluster based RAW bulk handler. Thinking we should do like MULTI BULK and create a generic handler, with various callbacks for encoding
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 889c3408..40f203a8 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -67,6 +67,7 @@ void init_rediscluster(TSRMLS_D);
PHP_METHOD(RedisCluster, __construct);
PHP_METHOD(RedisCluster, get);
PHP_METHOD(RedisCluster, set);
+PHP_METHOD(RedisCluster, dump);
PHP_METHOD(RedisCluster, setex);
PHP_METHOD(RedisCluster, psetex);
PHP_METHOD(RedisCluster, setnx);