Skip to content

marlondu/godis-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

godis-cli

A redis command client tool written in golang

Dependency

Is dependent on redigo module, you can install it with:

go get github.com/gomodule/redigo/redis

Download & Install

  • You can download binary file from here
  • Or if you have installed golang environment, you can install it with source code:
$ go get github.com/marlondu/godis-cli
$ cd ${GOPATH}/github.com/marlondu/godis-cli
$ go build .
# for macOS
$ sudo sh install.sh

Help

this is a command tool for redis

Usage:
   godis-cli [arguments] <command>

The commands are:
   add    add a new redis server
   list   list all servers
   update update a server
   remove remove a server
   conn   connect to server
   info   check the info of a server

Use "godis-cli help <command>" for more information about a command

About

a redis command client tool written in golang

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published