Closed thom-nic closed 9 years ago
These items in the redis config template break under redis 2.8:
hash-max-zipmap-entries 512 hash-max-zipmap-value 64
They have been replaced with hash-max-ziplist-* which it appears you already have in the config. http://redis.io/topics/memory-optimization.
hash-max-ziplist-*
Hopefully the above commit fixes this. I'm going to wait for Travis test confirmation before releasing a new version on Galaxy.
Thanks for the quick response!
These items in the redis config template break under redis 2.8:
They have been replaced with
hash-max-ziplist-*
which it appears you already have in the config. http://redis.io/topics/memory-optimization.