设为首页收藏本站

LUPA开源社区

 找回密码
 注册
文章 帖子 博客
LUPA开源社区 首页 业界资讯 软件追踪 查看内容

Redis 4.0 Rc3,超高性能key-value数据库

2017-4-25 22:04| 发布者: joejoe0332| 查看: 689| 评论: 0|原作者: oschina|来自: oschina

摘要: Redis 是一个高性能的key-value数据库。Redis 的出现,很大程度补偿了memcached这类keyvalue存储的不足,在部分场合可以对关系数据库起到很好的补充作用。它提供了Python,Ruby,Erlang,PHP客户端,使用很方便。Red ...

Redis 是一个高性能的key-value数据库。Redis 的出现,很大程度补偿了memcached这类keyvalue存储的不足,在部分场合可以对关系数据库起到很好的补充作用。它提供了Python,Ruby,Erlang,PHP客户端,使用很方便。

Redis 4.0 Rc3 包括许多 bug 修复和功能改进,建议使用 4.0 RC2 的用户尽快升。值得注意的变化:

  • Finally the infamous leakage of keys with an expire, in slaves that are configured as writable, is fixed. 

  • A serious MIGRATE issue forgetting to store the TTL of the key under certain conditions is fixed. 

  • An in-depth investigation of the ziplist implementation was performed. 

  • Refactoring and function to dump a ziplist for debugging purposes

  • New major feature: Memory de-fragmentation. This feature, contributed by Oran Agra, allows Redis to perform "online defragmentation" of memory if the Jemalloc allocator is used. There is some documentation in the example `redis.conf` file. 

  • Support for ARM. 

  • Fix a very important "family of bugs" about PSYNC2, thanks to the help of Kevin McGehee, Siran Yang and Oran Agra.

  • Hash function moved to SipHash 1-2 variant. 

  • Redis Cluster failure detection improved in different ways, the most important result is to exchange a lot less messages among nodes. 

完整更新内容

下载地址:


酷毙

雷人

鲜花

鸡蛋

漂亮
  • 快毕业了,没工作经验,
    找份工作好难啊?
    赶紧去人才芯片公司磨练吧!!

最新评论

关于LUPA|人才芯片工程|人才招聘|LUPA认证|LUPA教育|LUPA开源社区 ( 浙B2-20090187 浙公网安备 33010602006705号   

返回顶部