@@ -29,36 +29,36 @@ brew install redis-tui
2929
3030### Connection Management
3131```
32- ██████╗ ███████╗██████╗ ██╗███████╗
33- ██╔══██╗██╔════╝██╔══██╗██║██╔════╝
34- ██████╔╝█████╗ ██║ ██║██║███████╗
35- ██╔══██╗██╔══╝ ██║ ██║██║╚════██║
36- ██║ ██║███████╗██████╔╝██║███████║
37- ╚═╝ ╚═╝╚══════╝╚═════╝ ╚═╝╚══════╝
38-
39- ┌──────────────────┐ ┌──────────────────┐
40- │ Connections │ │ Time │
41- │ 4 saved │ │ 14:32:15 │
42- └──────────────────┘ └──────────────────┘
43-
44- ╭─ Saved Connections (4) ──────────────────────────────╮
45-
46- ╭────────────────────────────────────────────────────────╮
47- │ ● Production │
48- │ redis.example.com:6379 [db0] [TLS] │
49- ╰────────────────────────────────────────────────────────╯
50- ╭────────────────────────────────────────────────────────╮
51- │ ○ Staging │
52- │ staging-redis.local:6379 [db0] │
53- ╰────────────────────────────────────────────────────────╯
54- ╭────────────────────────────────────────────────────────╮
55- │ ○ Local Development │
56- │ localhost:6379 [db0] │
57- ╰────────────────────────────────────────────────────────╯
58-
59- ╰──────────────────────────────────────────────────────╯
60-
61- [↑/↓] navigate [enter] connect [a] add [e] edit [d] delete [q] quit
32+ ██████╗ ███████╗██████╗ ██╗███████╗
33+ ██╔══██╗██╔════╝██╔══██╗██║██╔════╝
34+ ██████╔╝█████╗ ██║ ██║██║███████╗
35+ ██╔══██╗██╔══╝ ██║ ██║██║╚════██║
36+ ██║ ██║███████╗██████╔╝██║███████║
37+ ╚═╝ ╚═╝╚══════╝╚═════╝ ╚═╝╚══════╝
38+
39+ ┌──────────────────┐ ┌──────────────────┐
40+ │ Connections │ │ Time │
41+ │ 4 saved │ │ 14:32:15 │
42+ └──────────────────┘ └──────────────────┘
43+
44+ ╭─ Saved Connections (4) ──────────────────────────────╮
45+
46+ ╭────────────────────────────────────────────────────────╮
47+ │ ● Production │
48+ │ redis.example.com:6379 [db0] [TLS] │
49+ ╰────────────────────────────────────────────────────────╯
50+ ╭────────────────────────────────────────────────────────╮
51+ │ ○ Staging │
52+ │ staging-redis.local:6379 [db0] │
53+ ╰────────────────────────────────────────────────────────╯
54+ ╭────────────────────────────────────────────────────────╮
55+ │ ○ Local Development │
56+ │ localhost:6379 [db0] │
57+ ╰────────────────────────────────────────────────────────╯
58+
59+ ╰──────────────────────────────────────────────────────╯
60+
61+ [↑/↓] navigate [enter] connect [a] add [e] edit [d] delete [q] quit
6262```
6363
6464### Key Browser with Preview
0 commit comments