key-value數據庫 Redis 2.4.7 小更新版本 NoSQL

jopen 12年前發布 | 12K 次閱讀 Redis

Redis 一個高性能的key-value數據庫。 redis的出現,很大程度補償了memcached這類keyvalue存儲的不足,在部 分場合可以對關系數據庫起到很好的補充作用。它提供了Python,Ruby,Erlang,PHP客戶端,使用很方便。

性能測試結果:

SET操作每秒鐘 110000 次,GET操作每秒鐘 81000 次,服務器配置如下:

Linux 2.6, Xeon X3320 2.5Ghz.

stackoverflow 網站使用 Redis 做為緩存服務器。

2.4.7 發布。2012-02-02上一個版本是 2012-01-12的2.4.6 很不錯的NoSQL數據庫。

完全改進:

What's new in Redis 2.4.7

UPGRADE URGENCY: low/moderate if you don't experience any of the fixed problems.

  • [BUGFIX] Fixed false positive in issue #141 regression test.
  • [BUGFIX] Slave should not expire keys when loading an RDB after a SYNC.
  • [BUGFIX] Don't increment stats for key misses / hits when key is written.
  • [BUGFIX] sds.c library now don't allocate more than 1MB ahead.
  • 32 bit instances without a maxmemory set now get a default limit of 3.5GB with maxmemory-policy set to noeviction.
  • Better crash report on crash (containing current client and command arguments).</pre>

    下載:http://redis.googlecode.com/files/redis-2.4.7.tar.gz

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!