Redis 2.8.18 發布
Redis 2.8.18 發布,此版本主要的改進是: 復制局部重新同步;支持 IPv6;配置重寫;密鑰空間通過 Pub/Sub 修改提醒等等。更多內容請看發行說明:
Redis 2.8 release notes
重要 請仔細查看文檔的 'Migrating from 2.6 to 2.8' 部分,這對 2.6 到 2.8 版本遷移非常重要。
升級的緊迫級別
低:除非你需要這種新特性,否則可以不用升級 中:服務器方面的升級,但是不緊迫 高:關鍵 bug 修復,可能影響一部分用戶,升級!
關鍵:關鍵 bug 修復,影響所有用戶,盡快升級!
--[ Redis 2.8.18 ] Release date: 4 Dec 2014
UPGRADE URGENCY: LOW for both Redis and Sentinel. This release mostly
adds new features to Redis, and contains non critical
fixes.
- [FIX] Linenoise updated to be more VT100 compatible. (Salvatore Sanfilippo)
- [FIX] A number of typos fixed inside comments. (Various authors)
- [FIX] redis-cli no longer quits after long timeouts. (Matt Stancliff)
- [FIX] Test framework improved to detect never terminating scripts, cleanup
instances on crashes. (Salvatore Sanfilippo)
- [FIX] PFCOUNT can be used on slaves now. (Salvatore Sanfilippo)
- [FIX] ZSCAN no longer report very small scores as 0. (Matt Stancliff,
Michael Grunder, Salvatore Sanfilippo)
[FIX] Don't show the ASCII logo if syslog is enabled. Redis is now
an Enterprise Grade product. (Salvatore Sanfilippo)
[NEW] EXPERIMENTAL: Diskless replication, for more info check the doc at
http://redis.io/topics/replication. (Salvatore Sanfilippo).
- [NEW] Transparent Huge Pages detection and reporting in logs and
LATENCY DOCTOR output. (Salvatore Sanfilippo)
- [NEW] Many Lua scripting enhancements: Bitops API, cjson upgrade and tests,
cmsgpack upgrade. (Matt Stancliff)
- [NEW] Total and instantaneous Network bandwidth tracking in INFO.
- [NEW] DEBUG POPULATE two args form implemented (old form still works).
The second argument is the key prefix. Default is "key:" (Salvatore Sanfilippo)
- [NEW] Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn, and
warn about it if not. (Salvatore Sanfilippo)</pre> <span class="hilite1"><strong>Redis</strong> 是</span>一個高性能的key-value數據庫。 <span class="hilite1">redis</span>的出現,很大程度補償了memcached這類keyvalue存儲的不足,在部 分場合可以對關系數據庫起到很好的補充作用。它提供了Python,Ruby,Erlang,PHP客戶端,使用很方便。<br />
下載地址:http://download.redis.io/releases/redis-2.8.18.tar.gz
來自:http://www.oschina.net/news/57621/redis-2-8-18
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!