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:
authorNasreddine Bouafif <nasreddine.bouafif@gmail.com>2010-06-11 15:31:50 +0400
committerNasreddine Bouafif <nasreddine.bouafif@gmail.com>2010-06-11 15:31:50 +0400
commit43b43fce7bf38c28e221d1b72fdd554f9a199142 (patch)
treece4fa7a4ca3a81582633f5458bf8a49dd8e1f3ce /php_redis.h
parentc6a510af7c49fe820c8a4b30e3ad5e85703a7b5d (diff)
publish/subscribe/unsubscribe implementation, fiw warnings
Diffstat (limited to 'php_redis.h')
-rwxr-xr-xphp_redis.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 53db1965..649cb583 100755
--- a/php_redis.h
+++ b/php_redis.h
@@ -110,6 +110,10 @@ PHP_METHOD(Redis, exec);
PHP_METHOD(Redis, pipeline);
+PHP_METHOD(Redis, publish);
+PHP_METHOD(Redis, subscribe);
+PHP_METHOD(Redis, unsubscribe);
+
#ifdef PHP_WIN32
#define PHP_REDIS_API __declspec(dllexport)
#else