发布于 2016-07-29 00:26:21 | 237 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的Redis教程,程序狗速度看过来!

Redis Key-Value数据库

Redis是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value数据库,并提供多种语言的API。


Redis 3.2.2 发布了,

以下是该版本发布值得关注的内容:

bug 修复:

  1. There was a bug in the List type implementation, able to cause the crash of the server under certain (non trivial to replicate) circumstances when the LSET command was used. Now the bug is fixed and a new stress tester that was able to easily trigger the bug was added to the test suite.

  2. Redis Sentinel, when monitoring multiple masters, could crash after a Sentinel address update event.

  3.  Redis Sentinel now checks slaves INFO state more often when disconnected. This is not really a bug fix, but may allow to more easily detect that a slave is able to fail over its master reducing certain delays.

  4. It was possible, under a variety of conditions, that the AOF and RDB children process could spawn at the same time. This is known to trash disk I/O, AOF performances, and to ultimately create latency in the Redis server. Normally Redis avoids to have the two writing children at the same time, but there were edge cases discovered by Oran Agra (that also co-authored the fix with me) where the double-fork could happen. In order to fix this bug non trivial changes to the replication code were operated, however it was important to back port this fix into 3.2.2 because the bug could lead to bad latency experiences in certain cases.

  5. Many GEORADIUS bugs are now fixed o/. This started as a failing CI test. I grepped for more clues and there were a number of random failures in the points reported by GEORADIUS. The errors were found to be related to three different bugs (one of these was a bug in the test itself). It's not a critical bug: the effect is to, sometimes, don't report objects that are near the radius, but only with specific sets of coordinates and radius settings. However now the issues are fixed and the error vectors were added as regression tests. 

新特性:

  1. Now slaves support the slave-announce-ip and slave-announce-port options. Using these features a slave can be reported by the master `INFO` output and `ROLE` command as having arbitrary IP and port. This allows to have Sentinel deployments when working with containers or NAT-ed environments more easily.

  2. The RDB check utlity is now part of Redis and uses the same RDB code that Redis uses in order to load the dataset in memory, so a given version of Redis is always able to check the RDB it produced... without another external check tool which is supposed to be taken in sync with the rdb.c implementation. This in turn also means that the new RDB checking is able to spot more complex bugs, since it really loads the dataset instead of just skipping bytes.

了解更多更新信息,查看完整发布说明

下载地址:



历史版本 :
Redis 4.0.7 发布,高性能 key-value 数据库
Redis 4.0.4 发布,高性能的 key-value 数据库
Redis 4.0.2 和 3.2.11 发布,修复了隐藏的重要错误
Redis 3.2.10 发布,高性能的 key-value 数据库
Redis 4.0.1 发布,高性能的 key-value 数据库
Redis 4.0.1 发布,高性能的 key-value 数据库
Redis 4.0.0 正式发布,高性能的 key-value 数据库
Redis 3.2.9 发布,高性能的 key-value 数据库
redis-replicator 2.1.2 发布,redis 数据同步工具
Redis 4.0 Rc3,超高性能 key-value 数据库
Redis 3.2.8 发布,修复重要 bug
Redis 3.2.7 发布,修复重要 bug
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务