mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
Encode sorted set after loading from dump
This commit is contained in:
@ -799,6 +799,9 @@ void backgroundRewriteDoneHandler(int exitcode, int bysignal);
|
||||
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