Redis 4.0.4 发布,Redis 是一个高性能的 key-value 数据库。Redis 的出现,很大程度补偿了 memcached 这类 keyvalue 存储的不足,在部分场合可以对关系数据库起到很好的补充作用。它提供了 Python,Ruby,Erlang,PHP 客户端,使用很方便。
主要更新内容如下:
PSYNC2: Fix off by one buffer size in luaCreateFunction().
PSYNC2: just store script bodies into RDB.
PSYNC2: luaCreateFunction() should handle NULL client parameter.
PSYNC2: Save Lua scripts state into RDB file.
Regression test: Slave restart with EVALSHA in backlog issue #4483.
Prevent corruption of server.executable after DEBUG RESTART.
Be more verbose when DEBUG RESTART fails.
软件详情:https://raw.githubusercontent.com/antirez/redis/4.0.4/00-RELEASENOTES
下载地址:https://github.com/antirez/redis/archive/4.0.4.zip
来自:开源中国社区

