Comment

Maverick

What if my redis has 1000 keys with each hashmap entry count more than 512 and then I change hash-max-listpack-entries value to 1000 so my all previous keys would fall into this case. Now does redis make changes to previous keys or this param will be valid for only incoming new keys?