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-03-15 21:14:41 +0400
committermichael-grunder <michael.grunder@gmail.com>2014-03-15 21:14:41 +0400
commit6c37fa301d871efc99455305873330145be173c2 (patch)
tree9150601075bd3c6835e0bebd85b1c5e3cc756e6f /php_redis.h
parentc81a95413d41fac7871e4bd6b77122bb2226ddb3 (diff)
parent48ae8e52f6c37e5fea607ed64959f6e7a6712850 (diff)
Merge branch 'feature/pubsub_cmd' into develop
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 12eb7462..4bb79f74 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -185,6 +185,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);