A small, simple, minimalistic, and fast Redis TUI client written in Go.
- Connect to a local Redis server:
sledge "redis://localhost:6379"
- It's always a good idea to wrap the connection string in quotes to avoid shell expansion.
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\ v0.1.1\ Darwin\ x86_64.tar.gz
to (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