From 99fe30ed1b7ba235cb5d0e08ac8645c1f7e21d05 Mon Sep 17 00:00:00 2001 From: Norm Brandinger Date: Sat, 13 Dec 2025 15:08:36 -0500 Subject: [PATCH] fix: align ASCII diagram borders in REDIS.md - Fix inner box borders to align consistently with outer container - Standardize 2-space padding from outer border to inner boxes --- docs/REDIS.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/REDIS.md b/docs/REDIS.md index 9b3e48a..75bb38c 100644 --- a/docs/REDIS.md +++ b/docs/REDIS.md @@ -69,23 +69,23 @@ graph TB │ Redis Cluster (16384 slots) │ ├─────────────────────────────────────────────────────────────────────────────┤ │ │ -│ ┌─────────────────────────────────────────────────────────────────────┐ │ -│ │ Node 1 (172.20.2.13:6379) │ │ -│ │ Master | Slots 0-5460 (5461 slots) │ │ -│ │ Ports: 6379 (non-TLS), 6390 (TLS) │ │ -│ └─────────────────────────────────────────────────────────────────────┘ │ +│ ┌───────────────────────────────────────────────────────────────────────┐ │ +│ │ Node 1 (172.20.2.13:6379) │ │ +│ │ Master | Slots 0-5460 (5461 slots) │ │ +│ │ Ports: 6379 (non-TLS), 6390 (TLS) │ │ +│ └───────────────────────────────────────────────────────────────────────┘ │ │ │ -│ ┌─────────────────────────────────────────────────────────────────────┐ │ -│ │ Node 2 (172.20.2.14:6380) │ │ -│ │ Master | Slots 5461-10922 (5462 slots) │ │ -│ │ Ports: 6380 (non-TLS), 6391 (TLS) │ │ -│ └─────────────────────────────────────────────────────────────────────┘ │ +│ ┌───────────────────────────────────────────────────────────────────────┐ │ +│ │ Node 2 (172.20.2.14:6380) │ │ +│ │ Master | Slots 5461-10922 (5462 slots) │ │ +│ │ Ports: 6380 (non-TLS), 6391 (TLS) │ │ +│ └───────────────────────────────────────────────────────────────────────┘ │ │ │ -│ ┌─────────────────────────────────────────────────────────────────────┐ │ -│ │ Node 3 (172.20.2.15:6381) │ │ -│ │ Master | Slots 10923-16383 (5461 slots) │ │ -│ │ Ports: 6381 (non-TLS), 6392 (TLS) │ │ -│ └─────────────────────────────────────────────────────────────────────┘ │ +│ ┌───────────────────────────────────────────────────────────────────────┐ │ +│ │ Node 3 (172.20.2.15:6381) │ │ +│ │ Master | Slots 10923-16383 (5461 slots) │ │ +│ │ Ports: 6381 (non-TLS), 6392 (TLS) │ │ +│ └───────────────────────────────────────────────────────────────────────┘ │ │ │ └─────────────────────────────────────────────────────────────────────────────┘ ```