mirror of
https://github.com/fluencelabs/redis
synced 2025-06-29 17:01:33 +00:00
Make zzl API unaware of the robj where the ziplist is stored
This commit is contained in:
@ -778,7 +778,7 @@ void backgroundRewriteDoneHandler(int statloc);
|
||||
zskiplist *zslCreate(void);
|
||||
void zslFree(zskiplist *zsl);
|
||||
zskiplistNode *zslInsert(zskiplist *zsl, double score, robj *obj);
|
||||
int zzlInsert(robj *zobj, robj *ele, double score);
|
||||
unsigned char *zzlInsert(unsigned char *zl, robj *ele, double score);
|
||||
unsigned int zsetLength(robj *zobj);
|
||||
void zsetConvert(robj *zobj, int encoding);
|
||||
|
||||
|
Reference in New Issue
Block a user