]> git.saurik.com Git - redis.git/blobdiff - src/redis.h
Return error when min and/or max in the sorted set range spec is not a double
[redis.git] / src / redis.h
index 3e9fc2369cdfacf9f3f3536be582b22c34791fba..24dfb9b5ea44680f035e1b43f1a6fac5e4a61174 100644 (file)
@@ -896,6 +896,7 @@ void zaddCommand(redisClient *c);
 void zincrbyCommand(redisClient *c);
 void zrangeCommand(redisClient *c);
 void zrangebyscoreCommand(redisClient *c);
+void zrevrangebyscoreCommand(redisClient *c);
 void zcountCommand(redisClient *c);
 void zrevrangeCommand(redisClient *c);
 void zcardCommand(redisClient *c);