From 91b5a37b8873632fed4bd0949a23cf77319125c5 Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Wed, 6 May 2015 20:29:54 -0700 Subject: Implement rawCommand() properly, as it's not the COMMAND command in Redis. --- php_redis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php_redis.h') 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" -- cgit v1.2.3