Merge remote branch 'pietern/zset-mem'

This commit is contained in:
antirez
2010-09-22 16:09:33 +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. */