设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

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

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

摘要:   NoSQL Redis 2.8.15发布。2014-09-16。高性能KV数据库。上个版本2014-09-13的2.8.15.遗留版本2.6.17。紧急修正了 2.8.15中引入的一个AOF文件截断增强以及redis-check-aof相关的Bug。开发版3.0已经发布到Beta8。 ...

  NoSQL Redis 2.8.15发布。2014-09-16。高性能KV数据库。上个版本2014-09-13的2.8.15.遗留版本2.6.17。紧急修正了 2.8.15中引入的一个AOF文件截断增强以及redis-check-aof相关的Bug。开发版3.0已经发布到Beta8。

完全改进:

--[ Redis 2.8.16 ] Release date: 16 Sep 2014

# UPGRADE URGENCY: HIGH for Redis if you are using 2.8.15 + AOF.
                   LOW for Sentinel.

* [FIX] The ability to load truncated AOF files introduced with Redis 2.8.15
        contains a bug fixed in this release: after loading the file was not
        truncated to the last valid command, so the new commands are appended
        after a non well formed command. This means that:

        1) The first AOF rewrite triggered by the server will automatically
           fix the problem.
        2) However, if the server is restarted before the rewrite, Redis may
           not be able to load the file and you need to manually fix it.

        In order to fix a corrupted file you should start the redis-check-aof
        utility WITHOUT the --fix option, just to check the offset where the
        corruption is found. Around the offset reported by the check utility
        you'll find, inside your AOF file, a command which is not complete
        according to the Redis protocol. Just remove this incomplete command
        leafing the file unaltered before and after the offending command,
        and restart the server.

        IMPORTANT #1: Redis 2.8.15 is the only stable version of Redis with
        this bug so probably no actual real-world problem happened since the
        problem is automatically fixed at the first automatic AOF rewrite.

        IMPORTANT #2: Before upgrading to Redis 2.8.16, if you are using Redis
        2.8.15 with AOF enabled, make sure to trigger a manual AOF rewrite
        using the BGREWRITEAOF command.

* [FIX] SAVE is no longer propagated to AOF / slaves.

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


酷毙

雷人

鲜花

鸡蛋

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

最新评论

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

返回顶部