Redis 2.8.11 has been released on June 11th 2014, bringing the following changes :
- [FIX] A previous fix for Lua -> Redis numerical precision enhancement introduced a new problem. In Redis 2.8.10 commands called from Lua passing a string that “looks like” a very large number, may actually use as argument the string converted as a float. This bug is now fixed.
- [FIX] Now commands other than PUSH adding elements to a list will be able to awake clients blocked in a blocking POP operation.
- [FIX] Cygwin compilation fixes.
The upgrade urgency is high if you use Lua scripting, LOW otherwise.
The packages are now available for both Debian 7 “Wheezy” and Debian 6 “Squeeze” on both amd64 and i386 architectures.
One reply on “Redis 2.8.11”
Works like a charm. Thank you very much!