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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-01-12 00:09:10 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-03-04 20:27:31 +0300
commitc52077b7b04927c95b450494f39135cae11b58d9 (patch)
treef8c75d33d920fb9509d599c1b587c260186e34c1 /redis_cluster.h
parent12a333534f411a22f817ea21dec4fb45861fbeb8 (diff)
Issue #1087
`hStrLen` command
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 34689429..6b4bb0d8 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -193,6 +193,7 @@ PHP_METHOD(RedisCluster, hincrby);
PHP_METHOD(RedisCluster, hincrbyfloat);
PHP_METHOD(RedisCluster, hset);
PHP_METHOD(RedisCluster, hsetnx);
+PHP_METHOD(RedisCluster, hstrlen);
PHP_METHOD(RedisCluster, incr);
PHP_METHOD(RedisCluster, decr);
PHP_METHOD(RedisCluster, incrby);