mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 19:51:22 +00:00
Merge branch 'zset-mem' into zrevrangebyscore
This commit is contained in:
@ -340,7 +340,7 @@ dictType zsetDictType = {
|
||||
NULL, /* val dup */
|
||||
dictEncObjKeyCompare, /* key compare */
|
||||
dictRedisObjectDestructor, /* key destructor */
|
||||
dictVanillaFree /* val destructor of malloc(sizeof(double)) */
|
||||
NULL /* val destructor */
|
||||
};
|
||||
|
||||
/* Db->dict, keys are sds strings, vals are Redis objects. */
|
||||
|
Reference in New Issue
Block a user