mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 17:51:21 +00:00
Test for ENCODING_SKIPLIST instead of ENCODING_RAW
This commit is contained in:
@ -159,7 +159,7 @@ void computeDatasetDigest(unsigned char *final) {
|
||||
xorDigest(digest,eledigest,20);
|
||||
zzlNext(zl,&eptr,&sptr);
|
||||
}
|
||||
} else if (o->encoding == REDIS_ENCODING_RAW) {
|
||||
} else if (o->encoding == REDIS_ENCODING_SKIPLIST) {
|
||||
zset *zs = o->ptr;
|
||||
dictIterator *di = dictGetIterator(zs->dict);
|
||||
dictEntry *de;
|
||||
|
Reference in New Issue
Block a user