mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 14:01:34 +00:00
Modules: zset iterator redesign #1.
This commit is contained in:
@ -1347,6 +1347,7 @@ int zsetDel(robj *zobj, sds ele);
|
||||
sds ziplistGetObject(unsigned char *sptr);
|
||||
int zslValueGteMin(double value, zrangespec *spec);
|
||||
int zslValueLteMax(double value, zrangespec *spec);
|
||||
void zslFreeLexRange(zlexrangespec *spec);
|
||||
|
||||
/* Core functions */
|
||||
int freeMemoryIfNeeded(void);
|
||||
|
Reference in New Issue
Block a user