redis-viewer

command module
v0.0.0-...-2d9164e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2025 License: MIT Imports: 1 Imported by: 0

README

Redis Viewer

A tool to view Redis data in terminal.

user interface

Install

go install github.com/hawkins/redis-viewer@latest

Usage:

See help: redis-viewer --help or press ? inside the application to see keybindings

Default config file path is $HOME/.redis-viewer.yaml

Example config file:

addrs:
    - 127.0.0.1:6380
    - 127.0.0.1:6381
    - 127.0.0.1:6382
    - 127.0.0.1:6383
    - 127.0.0.1:6384
    - 127.0.0.1:6385

db:
username:
password:

master_name:

Support:

  • client, sentinel and cluster mode.
  • string, hash, list, set, zset key types.

Note:

In Windows, you should change system encoding to UTF-8 before run this program.

Built with bubbletea.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
config
Package config handles configuration loading
Package config handles configuration loading
constant
Package constant .
Package constant .
redis
Package redis provides Redis client operations
Package redis provides Redis client operations
styles
Package styles contains all lipgloss styles for the TUI
Package styles contains all lipgloss styles for the TUI
ui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL