Skip to content

codeboten/go-redis-cli-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

go-redis-cli

Need a simple client to run redis info when connecting to redis over TLS? Then this repo's for you. No support for any additional commands at this point. Happy to implement more functionality if ever needed.

Usage

git clone https://github.com/codeboten/go-redis-cli && go-redis-cli
make
./go-redis-cli --help
Usage of ./go-redis-cli:
  -h string
        Server hostname (default: 127.0.0.1) (default "127.0.0.1")
  -n int
        Database number (default: 0)
  -p int
        Server port (default: 6379) (default 6379)

About

Redis client written in Go that connects using TLS

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published