A small, simple, minimalistic, and fast Redis TUI client written in Go.
- It is always good to wrap the connection string in quotes to avoid shell expansion.
- Example below shows how to connect to a local Redis server:
sledge "redis://localhost:6379"You can install the appropriate binary for your operating system by visiting the Release page.
Note:
If you're on macOS, you may need to run:
xattr -c ./Sledge\ Darwin\ x86\ .gzto (to avoid "unknown developer" warning)
| Key | Description |
|---|---|
j |
Down |
k |
Up |
g |
To Top |
G |
To Bottom |
Ctrl + C |
Quit |
Currently, Sledge supports the following types:
- String
- List
- Set
- Hash