Home

Awesome

Redis Viewer

A tool to view Redis data in terminal.

user interface

Install

Go version >=1.16: go install github.com/saltfishpr/redis-viewer@latest

or

Download from Release.

Usage:

See help: redis-viewer --help

KeyBoardDescription
ctrl+cexit redis viewer
previous key
next key
previous page
next page
rreload data from redis
senter search keywords
enterapply scan with text
MouseDescription
scroll updetail scroll up
scroll downdetail scroll down

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:

Note:

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

TODOs:

Build with bubbletea.