mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
fix comments forgotten in #285 (zipmap -> ziplist)
This commit is contained in:
@ -537,7 +537,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