Redis 5.0.3 和 4.0.12 发布,高性能的 KV 数据库

栏目: 数据库 · 发布时间: 6年前

内容简介:Redis 5.0.3 已发布,修复了一些 bug :下载地址:同时发布的还有 Redis 4.0.12 ,更新如下:

Redis 5.0.3 已发布,修复了一些 bug :

  • Redis no longer panics when you send data to a replica-mode connection that is in MONITOR or SYNC mode.

  • Fixes to certain sorted set edge cases. You are unlikely to ever notice those issues, but now it is more correct.

  • Certain BSD variants now are better supported: build & register logging on crash.

  • The networking core now recovers if an IPv6 address is listed in bind but is actually not able to work because there is no such protocol in the system.

  • redis-cli cluster mode improved in many ways. Especially the fix subcommand work was enhanced to cover other edge cases that were still not covered after the work done for Redis 5.

  • MEMORY USAGE is now more accurate.

  • DEBUG DIGEST-VALUE added in case you want to make sure a given set of keys (and not the whole DB) are excatly the same between two instances.

  • Fix a potential crash in the networking code related to recent changes to the way the reply is consumed.

  • Reject EXEC containing write commands against an instance that changed role from master to replica during our transaction.

  • Fix a crash in KEYS and other commands using pattern matching, in an edge case where the pattern contains a zero byte.

  • Fix eviction during AOF loading due to maxmemory triggered by commands executed in loading state.

下载地址: http://download.redis.io/releases/redis-5.0.3.tar.gz

同时发布的还有 Redis 4.0.12 ,更新如下:

  • asyncCloseClientOnOutputBufferLimitReached(): don't free fake clients.

  • Don't call sdscmp() with shared.maxstring or shared.minstring

  • Fix stringmatchlen() read past buffer bug.

  • Merge pull request #5569 from maximebedard/backport-4497

  • add linkClient(): adds the client and caches the list node.

  • networking: optimize unlinkClient() in freeClient()

  • When replica kills a pending RDB save during SYNC, log it.

  • Move child termination to readSyncBulkPayload

  • Prevent RDB autosave from overwriting full resync results

  • aof.c: improve indentation and change warning message.

  • AOF: discard if we lost EXEC when loading aof

  • Fix AOF comment to report the current behavior.

下载地址: http://download.redis.io/releases/redis-4.0.12.tar.gz


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

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

Perl入门经典

Perl入门经典

[美]Curtis "Ovid" Poe / 朱允刚、韩雷、叶斌 / 清华大学出版社 / 2013-9-20 / 78.00

作为最有影响力的编程语言之一,Perl被广泛用在Web开发、数据处理和系统管理中。无论是Perl新手,还是想要加强自己实战技能的Perl程序员,《Perl入门经典》都提供了处理日常情况所需的各种技术。凭借十多年的Perl经验,作者Curtis“Ovid”Poe一开始先简单回顾了Perl的基础知识,然后以此为出发点,举例说明了Perl在工作场所中的各种真实用法。此外,书中还包含了一些动手练习、宝贵建......一起来看看 《Perl入门经典》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具