Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2018-01-19 04:38:09 +0300
committermichael-grunder <michael.grunder@gmail.com>2018-01-19 04:38:09 +0300
commit625fadeb51a5832def759ce7a645b0823bb667f0 (patch)
tree6f78ce847692804986ca0387befb696e4411dec0 /redis_commands.h
parent6028df52265a9d07c321b5382f40062504ccd6d3 (diff)
parent03f77018cef9ff541ea9db26dd7a1bc45775abcb (diff)
Merge branch 'swapdb-command' into develop
Diffstat (limited to 'redis_commands.h')
-rw-r--r--redis_commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/redis_commands.h b/redis_commands.h
index 0d510f1e..f2e9e4fa 100644
--- a/redis_commands.h
+++ b/redis_commands.h
@@ -64,6 +64,9 @@ int redis_key_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
int redis_key_long_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
char *kw, char **cmd, int *cmd_len, short *slot, void **ctx);
+int redis_long_long_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
+ char *kw, char **cmd, int *cmd_len, short *slot, void **ctx);
+
int redis_key_long_long_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
char *kw, char **cmd, int *cmd_len, short *slot, void **ctx);