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:10:12 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 00:32:24 +0300
commitf0892858500f18f3fa0663c1f780d955e46429f2 (patch)
tree49c367e0e3fd02f47dcaea45605bd7babb0c1309 /redis_cluster.h
parent39796aa09513a32790b2845b2b555b51d345a93a (diff)
HKEYS/HVALS
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 40f203a8..162c0ea8 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -95,4 +95,6 @@ PHP_METHOD(RedisCluster, zcard);
PHP_METHOD(RedisCluster, zscore);
PHP_METHOD(RedisCluster, hlen);
+PHP_METHOD(RedisCluster, hkeys);
+PHP_METHOD(RedisCluster, hvals);
#endif