8000 Move response processing outside of the IF_ATOMIC block · jrtkcoder/phpredis@a3e1141 · GitHub
[go: up one dir, main page]

Skip to content

Commit a3e1141

Browse files
Move response processing outside of the IF_ATOMIC block
Addresses phpredis#744
1 parent 0579872 commit a3e1141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,8 +1417,8 @@ PHP_METHOD(Redis, sort) {
14171417
{
14181418
RETURN_FALSE;
14191419
}
1420-
REDIS_PROCESS_RESPONSE(redis_sock_read_multibulk_reply);
14211420
}
1421+
REDIS_PROCESS_RESPONSE(redis_sock_read_multibulk_reply);
14221422
}
14231423
}
14241424

0 commit comments

Comments
 (0)
0