Merge branch 'zset-mem' into zrevrangebyscore

This commit is contained in:
Pieter Noordhuis
2010-09-16 14:32:30 +02:00
3 changed files with 124 additions and 142 deletions

View File

@ -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. */