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>2013-12-08 02:08:18 +0400
committermichael-grunder <michael.grunder@gmail.com>2013-12-08 02:08:18 +0400
commit77afbe3dac5e3fb3fb91b558084515a7c6dc9886 (patch)
tree6a294c34cf9b8ccc4d39df8e39b014c7d4343035 /php_redis.h
parent014b905ac57a0b8a6e2edcfafd416355d891dd8c (diff)
Implement WAIT command
This commit implements the new WAIT command which currently lives in redis unstable, along with a unit test. Also added myself to the README.markdown file, as well as a link to "the twitter".
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/php_redis.h b/php_redis.h
index 879503aa..c7719f98 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -14,6 +14,7 @@
+----------------------------------------------------------------------+
| Original author: Alfonso Jimenez <yo@alfonsojimenez.com> |
| Maintainer: Nicolas Favre-Felix <n.favre-felix@owlient.eu> |
+ | Maintainer: Michael Grunder <michael.grunder@gmail.com> |
| Maintainer: Nasreddine Bouafif <n.bouafif@owlient.eu> |
+----------------------------------------------------------------------+
*/
@@ -181,6 +182,7 @@ PHP_METHOD(Redis, setOption);
PHP_METHOD(Redis, config);
PHP_METHOD(Redis, slowlog);
+PHP_METHOD(Redis, wait);
PHP_METHOD(Redis, client);