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>2015-05-07 06:29:54 +0300
committermichael-grunder <michael.grunder@gmail.com>2015-05-07 06:29:54 +0300
commit91b5a37b8873632fed4bd0949a23cf77319125c5 (patch)
tree0a175ee315ce8001ea08f445526bf22a46d5998b /php_redis.h
parent90a7cf48179e649e0f9f1010d28b52a33cf9cecf (diff)
Implement rawCommand() properly, as it's not the COMMAND command in Redis.
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_redis.h b/php_redis.h
index 078d3ec5..aa621f18 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);
PHP_METHOD(Redis, rawcommand);
/* SCAN and friends */
@@ -220,7 +221,6 @@ PHP_METHOD(Redis, isConnected);
PHP_METHOD(Redis, getPersistentID);
PHP_METHOD(Redis, getAuth);
PHP_METHOD(Redis, getMode);
-PHP_METHOD(Redis, rawcommand);
#ifdef ZTS
#include "TSRM.h"