https://github.com/kyai/redis-cui
Simple, visual command line tool for redis
https://github.com/kyai/redis-cui
cli linux redis redis-cli redis-client redis-cui tool
Last synced: 4 months ago
JSON representation
Simple, visual command line tool for redis
- Host: GitHub
- URL: https://github.com/kyai/redis-cui
- Owner: kyai
- License: mit
- Created: 2019-07-14T07:44:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T06:03:31.000Z (over 5 years ago)
- Last Synced: 2024-06-19T00:31:03.323Z (12 months ago)
- Topics: cli, linux, redis, redis-cli, redis-client, redis-cui, tool
- Language: Go
- Homepage:
- Size: 1.28 MB
- Stars: 104
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redis-cui
[](https://travis-ci.com/kyai/redis-cui)
[](https://golangci.com)
[](https://goreportcard.com/report/github.com/kyai/redis-cui)Simple, visual command line tool for redis.

## Feature
* Simple and visual
* Server friendly
* Supported vim keys
* Same arguments as `redis-cli`## Installation
```go
go get github.com/kyai/redis-cui
```Or download the binary and add it to your `PATH`
[Latest release](https://github.com/kyai/redis-cui/releases/latest)
## Usage
```
$ redis-cui
``````
Usage: redis-cui [OPTIONS]-h Server hostname (default: 127.0.0.1)
-p Server port (default: 6379)
-a Password to use when connecting to the server
-n Database number
-q Default redis query condition (default: *)
--help Output this help and exit
--version Output version and exit
```## LICENSE
[MIT](https://github.com/kyai/redis-cui/blob/master/LICENSE)