Redis 4.0.9 发布,修复关于 AOF 严重的 bug 和新增功能

栏目: 软件资讯 · 发布时间: 6年前

内容简介:Redis 4.0.9 已发布,发布说明显示,该版本新增了一些有趣的功能,也修复了重要的关于 AOF 的 bug。 关于修复 AOF 严重的 bug 的详细描述请查看更新说明。 其他更新 Bug 修复 Latency monitor could report wrong...

Redis 4.0.9 已发布,发布说明显示,该版本新增了一些有趣的功能,也修复了重要的关于 AOF 的 bug。

关于修复 AOF 严重的 bug 的详细描述请查看更新说明

其他更新

Bug 修复

  • Latency monitor could report wrong latencies under certain conditions.

  • AOF rewriting could fail when a backgronud rewrite is triggered and at the same time the AOF is switched on/off.

  • Redis Cluster crash-recovery safety improved.

  • Other smaller fixes (check commnits).

新特性

  • Redis Cluster has now the ability to configure certain slaves so that they'll never attempt a failover.

  • Keyspace notifications API in modules.

  • RM_Call() is now faster by reusing the same client.

  • Tracking of the percentage of keys already logically expired but yet not evicted.

  • Other smaller improvements (check commits)

下载地址:https://redis.io/download

Redis 是一个高性能的 key-value 数据库。Redis 的出现,很大程度补偿了 memcached 这类 key-value 存储的不足,在部分场合可以对关系数据库起到很好的补充作用。它提供了 Python,Ruby,Erlang,PHP 客户端,使用很方便。


【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

A Philosophy of Software Design

A Philosophy of Software Design

John Ousterhout / Yaknyam Press / 2018-4-6 / GBP 14.21

This book addresses the topic of software design: how to decompose complex software systems into modules (such as classes and methods) that can be implemented relatively independently. The book first ......一起来看看 《A Philosophy of Software Design》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具