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 bb1ad2ab6..344ac117a 100644
--- a/src/redis.h
+++ b/src/redis.h
@@ -1308,6 +1308,7 @@ void zrevrangebyscoreCommand(redisClient *c);
void zrangebylexCommand(redisClient *c);
void zrevrangebylexCommand(redisClient *c);
void zcountCommand(redisClient *c);
+void zlexcountCommand(redisClient *c);
void zrevrangeCommand(redisClient *c);
void zcardCommand(redisClient *c);
void zremCommand(redisClient *c);