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 8e3c6aa commit 82e0872Copy full SHA for 82e0872
1 file changed
redis.c
@@ -2949,7 +2949,7 @@ PHP_METHOD(Redis, dump) {
2949
2950
/* {{{ proto Redis::restore(ttl, key, value) */
2951
PHP_METHOD(Redis, restore) {
2952
- REDIS_PROCESS_KW_CMD("RESTORE", redis_key_long_val_cmd,
+ REDIS_PROCESS_KW_CMD("RESTORE", redis_key_long_str_cmd,
2953
redis_boolean_response);
2954
}
2955
/* }}} */
0 commit comments