redis
redis copied to clipboard
[WIP]Optimize dictFind call in db module: genericSetKey
In case of overwrite scenario there are 3 calls for dictFind *1st in genericSetKey -> lookupKeyWrite -> dictFind *2nd in dbOverwrite *3rd in removeExpire -> assertWithInfo This change limit dictfind function call to 1
Can one of the admins verify this patch?