内容简介:Redis 5.0 rc6 发布了。Redis 是一个高性能的 key-value 数据库。 更新内容如下: * Critical AOF bug, as old as AOF itself: if an open MULTI/EXEC block is at the end of the AOF ...
Redis 5.0 rc6 发布了。Redis 是一个高性能的 key-value 数据库。
更新内容如下:
* Critical AOF bug, as old as AOF itself: if an open MULTI/EXEC block is at the end of the AOF file, Redis would still read the half-transaction when reloading back the AOF. * The slave name was removed from logs and documentation, now replica is used instead. * LOLWUT command added. * New modules APIs: Disable Redis Cluster redirection. * New modules APIs: Sorted dictionaries data type. * Modules APIs fixes: timer / cluster messages callback now can call RM_Call(). * Fix for #5024 - commandstats for multi-exec were logged as EXEC. * A number of optimizations and fixes for the stream data type. * Many other stability improvements.
详情见发布公告。
下载地址:https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Redis 5.0-rc6 发布,高性能的 KV 数据库》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- 【架构入门 - 高性能篇】数据库高性能
- Spring Boot 2 整合 ClickHouse 数据库,数据高性能查询分析
- pgagroal 1.1.0 发布,高性能数据库连接池
- 高性能分布式存储在核心数据库的应用
- WatermelonDB 0.7.0 发布,高性能 React 数据库框架
- Redis 5.0.1 发布,高性能的 KV 数据库
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java Web开发实例大全(基础卷)
软件开发技术联盟 / 清华大学出版社 / 2016-1 / 128.00
《Java Web开发实例大全(基础卷)》筛选、汇集了Java Web开发从基础知识到高级应用各个层面约600个实例及源代码,每个实例按实例说明、关键技术、设计过程、详尽注释、秘笈心法的顺序进行了分析解读。全书分为6篇23章,主要内容有开发环境搭建、Java语言基础、HTML/CSS技术、JSP基础与内置对象、JavaBean技术、Servlet技术、过滤器与监听器技术、JSTL标签库、JavaS......一起来看看 《Java Web开发实例大全(基础卷)》 这本书的介绍吧!