mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 14:01:34 +00:00
fix comments forgotten in #285 (zipmap -> ziplist)
This commit is contained in:
@ -539,7 +539,7 @@ dictType commandTableDictType = {
|
||||
NULL /* val destructor */
|
||||
};
|
||||
|
||||
/* Hash type hash table (note that small hashes are represented with zipmaps) */
|
||||
/* Hash type hash table (note that small hashes are represented with ziplists) */
|
||||
dictType hashDictType = {
|
||||
dictEncObjHash, /* hash function */
|
||||
NULL, /* key dup */
|
||||
|
Reference in New Issue
Block a user