NoSQL Redis 2.8.11发布。2014-06-11。高性能KV数据库。上个版本2014-06-05的2.8.10.遗留版本2.6.17 主要修正了3个Bug(主要是lua相关)。开发版3.0已经发布到Beta6。
完全改进:
--[ Redis 2.8.11 ] Release date: 11 Jun 2014
# UPGRADE URGENCY: HIGH if you use Lua scripting, LOW otherwise.
* [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.
下载:http://download.redis.io/releases/redis-2.8.11.tar.gz
来自:开源中国社区