@@ -16,7 +16,7 @@ A powerful terminal user interface (TUI) for managing Redis databases, built wit
1616├──────────────────────────────────────────────────────────────────┤
1717│ Name Host Port DB │
1818│ ───────────────────────────────────────────────────────────── │
19- │ ▶ Production redis.example.com 6379 0 │
19+ │ > Production redis.example.com 6379 0 │
2020│ Staging staging-redis.local 6379 0 │
2121│ Local Development localhost 6379 0 │
2222│ Cache Server cache.internal 6380 1 │
@@ -34,7 +34,7 @@ A powerful terminal user interface (TUI) for managing Redis databases, built wit
3434│ │
3535│ Key Type TTL │
3636│ ────────────────────────────────────────────────────────────── │
37- │ ▶ user:1001 string ∞ │
37+ │ > user:1001 string ∞ │
3838│ user:1002 string 1h0m0s │
3939│ user:1003:profile hash ∞ │
4040│ user:1004:sessions list 2h0m0s │
@@ -110,17 +110,17 @@ A powerful terminal user interface (TUI) for managing Redis databases, built wit
110110### Tree View
111111```
112112┌──────────────────────────────────────────────────────────────────┐
113- │ 🌲 Tree View │
113+ │ Tree View │
114114├──────────────────────────────────────────────────────────────────┤
115115│ │
116- │ ▼ user: (1,234 keys) │
117- │ ▼ sessions: (456 keys) │
116+ │ v user: (1,234 keys) │
117+ │ v sessions: (456 keys) │
118118│ session:abc123 │
119119│ session:def456 │
120- │ ▶ profiles: (234 keys) │
121- │ ▶ settings: (89 keys) │
122- │ ▶ cache: (5,678 keys) │
123- │ ▶ queue: (123 keys) │
120+ │ > profiles: (234 keys) │
121+ │ > settings: (89 keys) │
122+ │ > cache: (5,678 keys) │
123+ │ > queue: (123 keys) │
124124│ │
125125│ j/k:nav enter:expand/select esc:back │
126126└──────────────────────────────────────────────────────────────────┘
0 commit comments