We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28c1b0 commit 37af5edCopy full SHA for 37af5ed
redis.c
@@ -7363,7 +7363,7 @@ PHP_METHOD(Redis, pfadd) {
7363
7364
REDIS_PROCESS_REQUEST(redis_sock, cmd.c, cmd.len);
7365
IF_ATOMIC() {
7366
- redis_1_response(INTERNAL_FUNCTION_PARAM_PASSTHRU, redis_sock, NULL, NULL);
+ redis_long_response(INTERNAL_FUNCTION_PARAM_PASSTHRU, redis_sock, NULL, NULL);
7367
}
7368
REDIS_PROCESS_RESPONSE(redis_1_response);
7369
0 commit comments