Skip to content

Commit 80dc280

Browse files
committed
bugfix on persist
1 parent 60090de commit 80dc280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redis.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2392,9 +2392,9 @@ PHP_METHOD(Redis, ttl) {
23922392

23932393
REDIS_PROCESS_REQUEST(redis_sock, cmd, cmd_len);
23942394
IF_ATOMIC() {
2395-
redis_long_response(INTERNAL_FUNCTION_PARAM_PASSTHRU, redis_sock, NULL, NULL);
2395+
redis_1_response(INTERNAL_FUNCTION_PARAM_PASSTHRU, redis_sock, NULL, NULL);
23962396
}
2397-
REDIS_PROCESS_RESPONSE(redis_long_response);
2397+
REDIS_PROCESS_RESPONSE(redis_1_response);
23982398
}
23992399
/* }}} */
24002400

0 commit comments

Comments
 (0)