分享

超高性能 key-value 数据库 Redis

xuanxufeng 发表于 2014-1-9 07:41:43 [显示全部楼层] 回帖奖励 阅读模式 关闭右栏 0 6135
Redis 是一个高性能的key-value数据库。 redis的出现,很大程度补偿了memcached这类keyvalue存储的不足,在部 分场合可以对关系数据库起到很好的补充作用。它提供了Python,Ruby,Erlang,PHP客户端,使用很方便。
性能测试结果:
SET操作每秒钟 110000 次,GET操作每秒钟 81000 次,服务器配置如下:
Linux 2.6, Xeon X3320 2.5Ghz.
stackoverflow 网站使用 Redis 做为缓存服务器。

NoSQL Redis 2.8.3 发布,高性能KV数据库修正了3个Bug。主要是Sentinel集群模式和两个主从同步的Bug.完全改进:
  1. --[ Redis 2.8.3 ] Release date: 11 Dec 2013
  2. # UPGRADE URGENCY: MODERATE for Redis, HIGH for Sentinel.
  3. * [FIX] Sentinel instance role sampling fixed, the system is now more
  4.         reliable during failover and when reconfiguring instances with
  5.         non matching configuration.
  6. * [FIX] Inline requests are now handled even when terminated with just LF.
  7. * [FIX] Replication timeout handling greatly improved, now the slave is able
  8.         to ping the master while removing the old data from memory, and while
  9.         loading the new RDB file. This avoid false timeouts sensed by
  10.         masters.
  11. * [FIX] Fixed a replication bug involving 32 bit instances and big datasets
  12.         hard to compress that resulted into more than 2GB of RDB file sent.
  13. * [FIX] Return error for inline requests with unbalanced quotes.
  14. * [FIX] Publish the slave replication offset even when disconnected from the
  15.         master if there is still a cached master instance.
复制代码
下载:http://download.redis.io/releases/redis-2.8.3.tar.gz

没找到任何评论,期待你打破沉寂

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

推荐上一条 /2 下一条