Skip to content

Commit f4b3a5a

Browse files
committed
docs: cluster draft
Signed-off-by: Anthony Griffon <[email protected]>
1 parent 3d50ade commit f4b3a5a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/cluster.md

+17
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)