Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeboten/go-redis-cli-ssl
Redis client written in Go that connects using TLS
https://github.com/codeboten/go-redis-cli-ssl
Last synced: about 1 month ago
JSON representation
Redis client written in Go that connects using TLS
- Host: GitHub
- URL: https://github.com/codeboten/go-redis-cli-ssl
- Owner: codeboten
- Created: 2019-06-21T04:52:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T04:56:38.000Z (over 5 years ago)
- Last Synced: 2023-08-02T02:34:30.924Z (over 1 year ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
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)
```