A TUI Redis browser, built with Charm and inspired by RedisInsight.
Download the latest release
or
➜ go install github.com/sethrylan/readis@main# print help and options
➜ readis --help
# connect to a local redis instance
➜ readis
# connect to a cluster
➜ readis -c rediss://user:$pass@mycluster.example.com:10000