Skip to content
forked from mylxsw/redis-tui

A Redis Text-based UI client in CLI

License

Notifications You must be signed in to change notification settings

iminto/redis-tui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis-Tui

A Redis Text-based UI client in CLI, fork from https://github.com/mylxsw/redis-tui

Plus

  • Use ctrl+b to refresh the redis key list.

bugs known

  • Because tcell library which redis-Tui depends on does not support cygwin/msys,so you can't run it in cmder(a portable console emulator for Windows) and so on,but you can run it on Win's built-in cmd or powershell.

  • This tool doesn't support ssh connection,because I think it's unnecessary. If you wanna connect a redis server behind a online production machine,you can use ssh proxy ,for example:

    #run at localhost 
    ssh -CqTnN -L 0.0.0.0:6379:remoteIp:6379 remoteUser@remoteIp -p remoteSSHPort
    #connect redis local
    localhost:6379
  • Sometimes,the application panics when resize the windows and the windows contains emoji or grapheme cluster.It's the bug of third mod,I resolve it locally,you can download from release page.

About

A Redis Text-based UI client in CLI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.2%
  • Makefile 0.8%