標籤:style blog http color os io for 2014
Redis不是比較成熟的Memcache或者Mysql的替代品,是對於大型互連網類應用在架構上很好的補充。現在有越來越多的應用也在紛紛基於Redis做架構的改造. Redis已經發布叢集版3.0.0beta,相信在不久的將來就會出穩定版本。redis cluster 叢集規範 安裝
Redis叢集版3.0.0beta版的功能介紹如下:
This is the first beta of Redis 3.0.0. Redis 3.0 features support for Redis Cluster and important speed improvements under certain workloads. This is a developers preview and is not suitable for production environments. The next beta scheduled for 11 March 2014. For the complete list of new features, please check the Release Notes.
詳見:http://redis.io/download
關於redis叢集實現的規範,詳見:
http://www.redisdoc.com/en/latest/topic/cluster-spec.html
關於叢集版的安裝部署,可以參見:(比較容易安裝配置)
http://redis.io/topics/cluster-tutorial
在 Redis 的 Cluster 方案還沒有正式推出之前,通過 Proxy 的方式來實現儲存叢集可能是最好的選擇了。如Twitter推出的Twemproxy 產品
根據 Redis 作者的測試結果,在大多數情況下,Twemproxy 的效能相當不錯,直接操作 Redis 相比,最多隻有20%的效能損失
Twemproxy的項目地址:https://github.com/twitter/twemproxy