redis
redis copied to clipboard
Add hashtable-on-dram option
- set to no to keep expected dram-pmem ratio for small object size e.g. 32 bytes for 1:16 ratio
- restore generic zfree mechanism in dict module - Hashtable is initialized before reading config - so it could be on dram or pmem, despite the selected hashtable-on-dram option
Co-authored-by: jschmieg [email protected]
Can one of the admins verify this patch?