tredis
Terminal UI for Redis data viewing and management
TLDR
Launch the Redis TUI
$ tredis
Connect to a specific Redis server$ tredis --host [localhost] --port [6379]
Connect to a specific database$ tredis --host [localhost] --port [6379] --db [2]
SYNOPSIS
tredis [options]
DESCRIPTION
tredis is a terminal-based Redis data viewer and manager that provides a modern TUI alternative to the traditional redis-cli. It allows you to browse, view, and manage Redis data with an intuitive terminal interface.
HISTORY
tredis was created by Huseyin Babal (huseyinbabal) and is written in Rust.
SEE ALSO
redis-cli(1), iredis(1), redis-commander(1)

