Categorygithub.com/saltfishpr/redis-viewer
repositorypackage
0.1.5
Repository: https://github.com/saltfishpr/redis-viewer.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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:

  • 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.

TODOs:

  • Add load animation.
  • Friendly value detail.
  • Add log view.

Build with bubbletea.