Skip to content

kyai/redis-cui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8160e50 · Jan 24, 2020

History

45 Commits
Jan 24, 2020
Dec 19, 2019
Dec 19, 2019
Jan 24, 2020
Dec 15, 2019
Dec 15, 2019
Jul 14, 2019
Dec 19, 2019
Dec 15, 2019
Dec 19, 2019

Repository files navigation

redis-cui

Build Status GolangCI Go Report Card

Simple, visual command line tool for redis.

demo

Feature

  • Simple and visual
  • Server friendly
  • Supported vim keys
  • Same arguments as redis-cli

Installation

go get github.com/kyai/redis-cui

Or download the binary and add it to your PATH

Latest release

Usage

$ redis-cui
Usage: redis-cui [OPTIONS]

  -h <hostname>   Server hostname (default: 127.0.0.1)
  -p <port>       Server port (default: 6379)
  -a <password>   Password to use when connecting to the server
  -n <database>   Database number
  -q              Default redis query condition (default: *)
  --help          Output this help and exit
  --version       Output version and exit

LICENSE

MIT