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-07-11 19:37:23 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 01:04:11 +0300
commita85e04b2fec1697111876256c1461dcbccc1ee4b (patch)
tree2dff7c5dc1c08f921ba90b6faabdd023670fa593 /php_redis.h
parent23572bb2e2d944d70980a549335fda2655a6f0ab (diff)
TIME/ROLE
Implemented ROLE and TIME commands in RedisCluster, as well as updated the TIME command for Redis proper such that we use the new calling convention. Updated redis_read_variant_reply to take a context void* so it conforms with the correct prototype.
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 8b31af5d..d5ae3de9 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -145,6 +145,7 @@ PHP_METHOD(Redis, restore);
PHP_METHOD(Redis, migrate);
PHP_METHOD(Redis, time);
+PHP_METHOD(Redis, role);
PHP_METHOD(Redis, getLastError);
PHP_METHOD(Redis, clearLastError);