mirror of
https://github.com/fluencelabs/redis
synced 2025-06-18 11:41:20 +00:00
Lazyfree: Hash converted to use plain SDS WIP 4.
This commit is contained in:
@ -607,7 +607,7 @@ dictType hashDictType = {
|
||||
dictSdsHash, /* hash function */
|
||||
NULL, /* key dup */
|
||||
NULL, /* val dup */
|
||||
dictsdsKeyCompare, /* key compare */
|
||||
dictSdsKeyCompare, /* key compare */
|
||||
dictSdsDestructor, /* key destructor */
|
||||
dictSdsDestructor /* val destructor */
|
||||
};
|
||||
|
Reference in New Issue
Block a user