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-14 04:12:56 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 01:00:51 +0300
commit8890994857b19ec07d4b8b374ab6f0b7dd43c2ee (patch)
tree4ea8d3aaa150544f6028ddbd0723747e6178bbaf /redis_cluster.h
parent2451c75ed8fbb11d4f444a2c68dc69e5941f8e95 (diff)
UNWATCH command.
Added the UNWATCH command which will deliver this command only to nodes that we think we're watching.
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 3c4905a4..e9d6d6b5 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -234,4 +234,5 @@ PHP_METHOD(RedisCluster, multi);
PHP_METHOD(RedisCluster, exec);
PHP_METHOD(RedisCluster, discard);
PHP_METHOD(RedisCluster, watch);
+PHP_METHOD(RedisCluster, unwatch);
#endif