设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客

Redis 2.8.15发布,高性能KV数据库

2014-9-15 16:15| 发布者: joejoe0332| 查看: 2407| 评论: 0|原作者: oschina|来自: oschina

摘要:   NoSQL Redis 2.8.15发布。2014-09-13。高性能KV数据库。上个版本2014-09-01的2.8.14.遗留版本2.6.17。新特性包括可装载截断 的AOF文件而无需redis-check-aof,Sentinel部分增强及一些Bug修正等。开发版3.0已经发 ...

  NoSQL Redis 2.8.15发布。2014-09-13。高性能KV数据库。上个版本2014-09-01的2.8.14.遗留版本2.6.17。新特性包括可装载截断 的AOF文件而无需redis-check-aof,Sentinel部分增强及一些Bug修正等。开发版3.0已经发布到Beta8。

完全改进:

--[ Redis 2.8.15 ] Release date: 12 Sep 2014

# UPGRADE URGENCY: LOW for Redis, HIGH for Sentinel.

* [FIX] Sentinel critical bug fixed: the absolute majority was computed in a
        wrong way because of a programming error. Now the implementation does
        what the specification says and the majority to authorize a failover
        (that should not be confused with the ODOWN quorum) is the majority of
        *all* the Sentinels ever seen for a given master, regardless of their
        current state.
* [FIX] GETRANGE test no longer fails for 32 bit builds (Matt Stancliff).
* [FIX] Limit SCAN latency when the hash table is in an odd state (very few
        populted buckets because rehashing is in progress). (Xiaost and
        Salvatore Sanfilippo)

* [NEW] Redis is now able to load truncated AOF files without requiring a
        redis-check-aof utility run. The default now is to load truncated
        (but apparently not corrupted) AOFs, you can change this in redis.conf.
        (Salvatore Sanfilippo).
* [NEW] Sentinel: ability to announce itself with an arbitrary IP/port to work
        in the context of natted networks. However this is probably still
        not enough since there is no equivalent mechanism for slaves listed
        in the master INFO output. (Dara Kong and Salvatore Sanfilippo)

下载:http://download.redis.io/releases/redis-2.8.15.tar.gz


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部