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

管理员 业界动态Redis 2.8.4 发布,高性能KV数据库已关闭评论7,621字数 1097阅读3分39秒阅读模式

NoSQL Redis 2.8.4发布。2014-01-13。高性能KV数据库。这是2013-11-22 2.8.0正式版后的第四个补丁版本。上个版本是2013-12-11的2.8.3.遗留产品版2.6.17 修正了7个Bug.以及Sentinel集群模式的几个增强.

完全改进:文章源自运维生存时间-https://www.ttlsa.com/news/redis-2-8-4-kv-cache-publish/

--[ Redis 2.8.4 ] Release date: 13 Jan 2014

# UPGRADE URGENCY: MODERATE for Redis and Sentinel.

* [FIX] Makefile compatibility with non common make variants improved.
* [FIX] SDIFF crash in very unlikely to trigger state fixed.
* [FIX] Config rewriting fixed: don't wipe options unknown to the rewrite
        process.
* [FIX] Set TCP port to 0 works again to disable TCP networking.
* [FIX] Fixed replication with old Redis instances as masters by not
        sending REPLCONF ACK to them.
* [FIX] Fix keyspace notifications rewrite and CONFIG GET output.
* [FIX] Fix RESTORE TTL handling in 32 bit systems (32 bit overflow).

* [NEW] Sentinel now has a run time configuration API.
* [NEW] Log when we lost connection with master or slave.
* [NEW] When instance is turned from slave to master now inherits the
        old master replication offset when possible. This improves the
        Sentinel failover procedure.

下载:http://download.redis.io/releases/redis-2.8.4.tar.gz文章源自运维生存时间-https://www.ttlsa.com/news/redis-2-8-4-kv-cache-publish/ 文章源自运维生存时间-https://www.ttlsa.com/news/redis-2-8-4-kv-cache-publish/

weinxin
我的微信
微信公众号
扫一扫关注运维生存时间公众号,获取最新技术文章~
管理员
  • 本文由 发表于 14/01/2014 10:32:33
  • 转载请务必保留本文链接:https://www.ttlsa.com/news/redis-2-8-4-kv-cache-publish/
  • k/v
  • nosql
  • redis