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:
Diffstat (limited to 'redis.c')
-rw-r--r--redis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.c b/redis.c
index 2aef973d..d90a0689 100644
--- a/redis.c
+++ b/redis.c
@@ -3077,7 +3077,7 @@ PHP_METHOD(Redis, rawcommand) {
* proto array Redis::command('info', string cmd)
* proto array Redis::command('getkeys', array cmd_args) */
PHP_METHOD(Redis, command) {
- REDIS_PROCESS_CMD(command, redis_read_variant_reply);
+ REDIS_PROCESS_CMD(command, redis_command_response);
}
/* }}} */