X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/143d0077ba07fba8d662092c309d51b99270e648..e3d27a726162e9faefe2d6223caf3b459b7f94f7:/CLUSTER diff --git a/CLUSTER b/CLUSTER index 0e836cb1..be903711 100644 --- a/CLUSTER +++ b/CLUSTER @@ -1,4 +1,25 @@ +CLUSTER README +============== + +Redis Cluster is currenty a work in progress, however there are a few things +that you can do already with it to see how it works. + +The following guide show you how to setup a three nodes cluster and issue some +basic command against it. + +... WORK IN PROGRESS ... + +1) Show MIGRATE +2) Show CLUSTER MEET +3) Show link status detection with CLUSTER NODES +4) Show how to add slots with CLUSTER ADDSLOTS +5) Show redirection +6) Show cluster down + +... WORK IN PROGRESS ... + TODO +==== *** WARNING: all the following problably has some meaning only for *** me (antirez), most info are not updated, so please consider this file