Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 8 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T06:03:31.000Z (about 5 years ago)
- Last Synced: 2024-06-19T00:31:03.323Z (8 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
[![Build Status](https://travis-ci.com/kyai/redis-cui.svg?branch=master)](https://travis-ci.com/kyai/redis-cui)
[![GolangCI](https://golangci.com/badges/github.com/kyai/redis-cui.svg)](https://golangci.com)
[![Go Report Card](https://goreportcard.com/badge/github.com/kyai/redis-cui)](https://goreportcard.com/report/github.com/kyai/redis-cui)Simple, visual command line tool for redis.
![demo](/docs/demo.gif)
## 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)