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-10 02:27:15 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 00:43:05 +0300
commit4865e6eb0a4f60038f3fddb6d1df7f43247c221d (patch)
treee9b0028d6bf90a8a504743c3599bb93dc740a580 /redis_cluster.h
parent0fa7f0b993b0073db4f5b62c711447055563b973 (diff)
HDEL command
Implemented HDEL command for both Redis and RedisCluster objects
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 943f5955..781ba949 100644
--- a/redis_cluster.h
+++ b/redis_cluster.h
@@ -108,6 +108,7 @@ PHP_METHOD(RedisCluster, hkeys);
PHP_METHOD(RedisCluster, hvals);
PHP_METHOD(RedisCluster, hmget);
PHP_METHOD(RedisCluster, hmset);
+PHP_METHOD(RedisCluster, hdel);
PHP_METHOD(RedisCluster, hgetall);
PHP_METHOD(RedisCluster, hexists);
PHP_METHOD(RedisCluster, hincrby);