发布于 2016-06-18 00:26:05 | 133 次阅读 | 评论: 0 | 来源: 网友投递

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

Redis Key-Value数据库

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


Redis 3.2.1 发布了,

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

  1. A critical bug in Sentinel was hopefully fixed. During the big 3.2
       refactoring of Redis Sentinel, in order to implement connection sharing
       to make Sentinel able to scale better (few Sentinels to monitor many
       masters), a bug was introduced that mis-counted the number of pending
       commands in the Redis link. This in turn resulted into an inability to talk
       with certain Redis instances. A common result of this bug was the inability
       of Redis Sentinel to reconfigure back the old master, after a failover,
       when it is reachable again, as the slave of the new master. This was due
       to the inability to talk with the old master at all.

    2. BITFIELD bugs fixed.

    3. GEO commands fixes on syntax errors and edge cases.

    4. RESTORE now accepts dumps generated by older Redis versions.

    5. Jemalloc now is really configured to save you memory, for a problem a
       change in the jemalloc configuration did not really survived when the
       3.2.0 release was finalized.

    6. TTL and TYPE command no longer alter the last access time of a key, for
       LRU evictions purposes. A new TOUCH command was introduced *just* to
       update the access time of a key.

    7. A bug was fixed in redis-cli, that connected to the instance running on the
       port 6379 if there was one, regardless of what was specified.

    8. TCP keep alive is now enabled by default. This should fix most ghost
       connections problems without resulting in any practical change in otherwise
       sane deployments.

    9. A Sentinel crash that could happen during failovers was fixed.

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

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



历史版本 :
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号  版权声明  广告服务