We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d50ade commit f4b3a5aCopy full SHA for f4b3a5a
docs/cluster.md
@@ -0,0 +1,17 @@
1
+# Roster Cluster Specification
2
+
3
+First of all, Roster cluster is not a Redis Cluster. Even if you are able to
4
+interact with a Roster cluster in the same way as with a Redis Cluster, we don't
5
+implement the protocol allowing roster to be integrated inside a Redis Cluster.
6
7
+## Main goals
8
9
+- High performances
10
+- Availability
11
+- Handling of strongly replicated data and weakly replicated data.
12
+- ACL must be highly consistent
13
14
+### ACL Replication
15
16
+A Roster Cluster got his ACL globally replicated in every node through a Raft
17
+protocol.
0 commit comments