Thanks to visit codestin.com Credit goes to github.com
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 048e4b2 commit ca7868dCopy full SHA for ca7868d
redis.c
@@ -5860,9 +5860,11 @@ PHP_METHOD(Redis, dump) {
5860
// Kick off our request
5861
REDIS_PROCESS_REQUEST(redis_sock, cmd, cmd_len);
5862
IF_ATOMIC() {
5863
- redis_string_response(INTERNAL_FUNCTION_PARAM_PASSTHRU, redis_sock, NULL, NULL);
+ redis_ping_response(INTERNAL_FUNCTION_PARAM_PASSTHRU, redis_sock, NULL, NULL);
5864
+ //redis_string_response(INTERNAL_FUNCTION_PARAM_PASSTHRU, redis_sock, NULL, NULL);
5865
}
- REDIS_PROCESS_RESPONSE(redis_string_response);
5866
+ REDIS_PROCESS_RESPONSE(redis_ping_response);
5867
+ //REDIS_PROCESS_RESPONSE(redis_string_response);
5868
5869
5870
/*
0 commit comments