summaryrefslogtreecommitdiff
path: root/src/redis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/redis.h')
-rw-r--r--src/redis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/redis.h b/src/redis.h
index 8bf4328ff..aff39fc77 100644
--- a/src/redis.h
+++ b/src/redis.h
@@ -703,6 +703,7 @@ void *dupClientReplyValue(void *o);
void getClientsMaxBuffers(unsigned long *longest_output_list,
unsigned long *biggest_input_buffer);
sds getClientInfoString(redisClient *client);
+sds getAllClientsInfoString(void);
void rewriteClientCommandVector(redisClient *c, int argc, ...);
#ifdef __GNUC__