LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tredis

Terminal UI for Redis data viewing and management

TLDR

Launch the Redis TUI
$ tredis
copy
Connect to a specific Redis server
$ tredis --host [localhost] --port [6379]
copy
Connect to a specific database
$ tredis --host [localhost] --port [6379] --db [2]
copy

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

Copied to clipboard
Kai