博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Redis 2.8.4 发布,高性能KV数据库
阅读量:6855 次
发布时间:2019-06-26

本文共 1142 字,大约阅读时间需要 3 分钟。

  hot3.png

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集群模式的几个增强. 完全改进:
--[ 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://my.oschina.net/766/blog/211147

你可能感兴趣的文章
一张图清晰追溯数据库的发展历程(1962-2016)
查看>>
【D3.js 学习总结】10、D3布局-力学图
查看>>
java 内部类(inner class)详解
查看>>
G1 收集器
查看>>
C语言及程序设计进阶例程-9 预处理之文件包含
查看>>
项目优化总结
查看>>
浏览器加载 CommonJS 模块的原理与实现
查看>>
C++11新特性
查看>>
C语言笔试题
查看>>
改进了一下这个游戏的输出及思路,是不是好玩多了??:)
查看>>
Hibernate从入门到放弃(一)----初识ORM
查看>>
OpenSSL 与 SSL 数字证书概念贴
查看>>
云时代下的开源之路 专访阿里云数据库团队
查看>>
Android的sdk、api及工程目录说明
查看>>
RHEL64 缺少ISO 9660图像 安装程序试图挂载映像#1,在硬盘上无法找到该映像
查看>>
源码安装apache
查看>>
CentOS7安装MySQL5.6.27数据库
查看>>
Data Guard Broker系列之五:数据库角色转换
查看>>
第三章_JSP
查看>>
【原创】modb 功能设计之“支持部分MySQL客户端协议”-3
查看>>