From a85e04b2fec1697111876256c1461dcbccc1ee4b Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Fri, 11 Jul 2014 08:37:23 -0700 Subject: 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. --- php_redis.h | 1 + 1 file changed, 1 insertion(+) (limited to 'php_redis.h') 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); -- cgit v1.2.3