From b0b9dd78ef7c15af936144c1b17df1a9273d72ab Mon Sep 17 00:00:00 2001 From: Pavlo Yatsukhnenko Date: Thu, 8 Apr 2021 08:53:36 +0300 Subject: [WIP] Issue #1894 Add GET option to SET command --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis.c') diff --git a/redis.c b/redis.c index 5d860401..b8a7221b 100644 --- a/redis.c +++ b/redis.c @@ -1152,7 +1152,7 @@ PHP_METHOD(Redis, close) /* {{{ proto boolean Redis::set(string key, mixed val, long timeout, * [array opt) */ PHP_METHOD(Redis, set) { - REDIS_PROCESS_CMD(set, redis_boolean_response); + REDIS_PROCESS_CMD(set, redis_set_response); } /* {{{ proto boolean Redis::setex(string key, long expire, string value) -- cgit v1.2.3