对Redis的集群进行调查

首先

根据Redis集群教程进行调查,以构建Redis的集群环境。
在该页面的creating-and-using-a-redis-cluster中,介绍了两种构建步骤。

    • 手動で構築する方法

 

    スクリプトで構築する方法

前者虽然需要花费一些时间,但是对于学习构建集群的步骤很有帮助。后者则可以快速搭建,非常适合那些想要立即进行操作验证的人。

请总结

Redis集群教程

Redis Cluster 101

Redis Clusterは、データが複数のノードに跨がって自動的に分割されている状況においても、インストールを実行する方法を提供する。

Redis Cluster TCP ports
Redis Cluster data sharding
Redis Cluster master-slave model
Redis Cluster consistency guarantees

Redis集群配置参数

创建和使用 Redis 集群

    • Creating the cluster

 

    • Creating a Redis Cluster using the create-cluster script

 

    Playing with the cluster

调查环境

    Ubuntu 14.04
bannerAds