From 48ae8e52f6c37e5fea607ed64959f6e7a6712850 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Tue, 21 Jan 2014 14:50:34 -0800 Subject: Implement PUBSUB command This commit implements the Redis PUBSUB command, a new command available since Redis 2.8.0 and described here: http://redis.io/commands/pubsub Addresses #427 --- 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 a50c7c18..e05461a1 100644 --- a/php_redis.h +++ b/php_redis.h @@ -183,6 +183,7 @@ PHP_METHOD(Redis, setOption); PHP_METHOD(Redis, config); PHP_METHOD(Redis, slowlog); PHP_METHOD(Redis, wait); +PHP_METHOD(Redis, pubsub); PHP_METHOD(Redis, client); -- cgit v1.2.3