File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed
Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -161,15 +161,17 @@ Multiple Redis nodes working together to provide:
161161
162162DevStack runs 3 Redis nodes:
163163```
164- ┌─────────────────────────────────────────────────────┐
165- │ Redis Cluster │
166- │ ┌───────────┐ ┌───────────┐ ┌───────────┐ │
167- │ │ redis-1 │ │ redis-2 │ │ redis-3 │ │
168- │ │ :6379 │ │ :6380 │ │ :6381 │ │
169- │ │ slots │ │ slots │ │ slots │ │
170- │ │ 0-5460 │ │ 5461-10922│ │10923-16383│ │
171- │ └───────────┘ └───────────┘ └───────────┘ │
172- └─────────────────────────────────────────────────────┘
164+ ┌───────────────────────────────────────────────────────────┐
165+ │ Redis Cluster │
166+ │ │
167+ │ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
168+ │ │ redis-1 │ │ redis-2 │ │ redis-3 │ │
169+ │ │ :6379 │ │ :6380 │ │ :6381 │ │
170+ │ │ slots │ │ slots │ │ slots │ │
171+ │ │ 0-5460 │ │ 5461-10922 │ │ 10923-16383 │ │
172+ │ └─────────────┘ └─────────────┘ └─────────────┘ │
173+ │ │
174+ └───────────────────────────────────────────────────────────┘
173175```
174176
175177### Hash Slots
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ DevStack Core implements **4-tier network segmentation** to provide logical isol
6969│ │ PostgreSQL │ │ MySQL │ │ MongoDB │ │ Redis x3 │ │
7070│ └────────────┘ └────────────┘ └────────────┘ └────────────┘ │
7171│ │
72- │ ┌────────────┐ │
73- │ │ RabbitMQ │ │
74- │ └────────────┘ │
72+ │ ┌────────────┐ │
73+ │ │ RabbitMQ │ │
74+ │ └────────────┘ │
7575│ │
7676└───────────────────────────────────────────────────────────────────────────┘
7777 │
@@ -96,9 +96,9 @@ DevStack Core implements **4-tier network segmentation** to provide logical isol
9696│ │ Prometheus │ │ Grafana │ │ Loki │ │ Vector │ │
9797│ └────────────┘ └────────────┘ └────────────┘ └────────────┘ │
9898│ │
99- │ ┌────────────┐ │
100- │ │ cAdvisor │ │
101- │ └────────────┘ │
99+ │ ┌────────────┐ │
100+ │ │ cAdvisor │ │
101+ │ └────────────┘ │
102102│ │
103103└───────────────────────────────────────────────────────────────────────────┘
104104```
You can’t perform that action at this time.
0 commit comments