]> git.saurik.com Git - redis.git/blobdiff - CLUSTER
replaced redisAssert() with redisAssertWithInfo() in a shitload of places.
[redis.git] / CLUSTER
diff --git a/CLUSTER b/CLUSTER
index bfe5234aabfddc55799f3d5c7369d193b4480e7d..f8c2daf98779a63ff342b645ea26231798879eb3 100644 (file)
--- a/CLUSTER
+++ b/CLUSTER
@@ -1,4 +1,29 @@
+CLUSTER README
+==============
+
+Redis Cluster is currently 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 probably has some meaning only for
+*** me (antirez), most info are not updated, so please consider this file
+*** as a private TODO list / brainstorming.
 
 - disconnect FAIL clients after some pong idle time.
 
@@ -47,7 +72,7 @@ With -MOVED the client should update its hash slots table to reflect the fact th
        alive table if the received alive timestamp is more recent the
        one present in the node local table.
 
-       In the ping packet every node "gossip" information is somethig like
+       In the ping packet every node "gossip" information is something like
        this:
 
        <ip>:<port>:<status>:<pingsent_timestamp>:<pongreceived_timestamp>