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:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2022-09-04 21:31:20 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2022-09-07 22:47:02 +0300
commita8d10291a28497e5288b6b7ef9e443ac8290707a (patch)
tree6c2334679b3e54ce5d5e3925e1ffa86d9d6ef7ad /redis_commands.h
parent8d99181e81c43e7c18c8275e48fc9aef85f5bea5 (diff)
Redis::client commandissue-1894-client
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 e412d828..662d0500 100644
--- a/redis_commands.h
+++ b/redis_commands.h
@@ -293,6 +293,9 @@ int redis_sdiff_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
int redis_sdiffstore_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
char **cmd, int *cmd_len, short *slot, void **ctx);
+int redis_client_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
+ char **cmd, int *cmd_len, short *slot, void **ctx);
+
int redis_command_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
char **cmd, int *cmd_len, short *slot, void **ctx);