redis-lua icon indicating copy to clipboard operation
redis-lua copied to clipboard

test relies on removed CONFIG entry

Open Habbie opened this issue 8 years ago • 0 comments

list-max-ziplist-entries was removed (in 3.2-rc1 as far as I can tell). I cannot immediately figure out a different key that has been stable over a long time to replace it with. Alternatively we could make the test conditional on < versus > 3.2 and replace it with hash-max-ziplist-entries which exists at least in 3.2.5 and current unstable.

Habbie avatar Nov 10 '16 15:11 Habbie