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-07-12 20:37:09 +0400
committermichael-grunder <michael.grunder@gmail.com>2015-05-06 01:04:12 +0300
commit03082de7b4b3c6bcd5a0bfecf958b912ef19999c (patch)
treefe8db27d94ce3cd3d6b5946568cc43004b1964af /php_redis.h
parent65947466164f08460055d71484f9916542bbe9da (diff)
COMMAND command
Implement the new COMMAND command in Redis for both cluster and non cluster classes. This command is really more of a debug tool but should actually be useful for updating the unit tests as we can now simply detect which commands do and don't exist, etc.
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 6077c8b1..ffa88a2b 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -197,6 +197,7 @@ PHP_METHOD(Redis, wait);
PHP_METHOD(Redis, pubsub);
PHP_METHOD(Redis, client);
+PHP_METHOD(Redis, command);
/* SCAN and friends */
PHP_METHOD(Redis, scan);