mirror of
https://github.com/fluencelabs/redis
synced 2025-06-29 17:01:33 +00:00
Encode sorted set after loading from dump
This commit is contained in:
@ -778,6 +778,9 @@ 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 int zsetLength(robj *zobj);
|
||||
void zsetConvert(robj *zobj, int encoding);
|
||||
|
||||
/* Core functions */
|
||||
void freeMemoryIfNeeded(void);
|
||||
|
Reference in New Issue
Block a user