Redis 4.0.4 发布,Redis 是一个高性能的 key-value 数据库。Redis 的出现,很大程度补偿了 memcached 这类 keyvalue 存储的不足,在部分场合可以对关系数据库起到很好的补充作用。它提供了 Python,Ruby,Erlang,PHP 客户端,使用很方便。 主要更新内容如下: 8449227f PSYNC2: Fix off by one buffer size in luaCreateFunction(). eeac1d35 PSYNC2: just store script bodies into RDB. fb0441a8 PSYNC2: luaCreateFunction() should handle NULL client parameter. 0429db3c PSYNC2: Save Lua scripts state into RDB file. d06fbbdd Regression test: Slave restart with EVALSHA in backlog issue #4483. ab3d3aca Prevent corruption of server.executable after DEBUG RESTART. b7c7edf9 Be more verbose when DEBUG RESTART fails. 发布说明 下载地址: Source code (zip) Source code (tar.gz) Redis 4.0.4 发布,高性能的 key-value 数据库下载地址