Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitishm/redis-terminal
A terminal based browser for Redis written in Go
https://github.com/nitishm/redis-terminal
go golang redis terminal terminal-based terminal-emulator
Last synced: 5 days ago
JSON representation
A terminal based browser for Redis written in Go
- Host: GitHub
- URL: https://github.com/nitishm/redis-terminal
- Owner: nitishm
- License: mit
- Created: 2018-05-22T02:28:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T15:46:07.000Z (over 6 years ago)
- Last Synced: 2024-11-04T16:45:14.305Z (9 days ago)
- Topics: go, golang, redis, terminal, terminal-based, terminal-emulator
- Language: Go
- Homepage:
- Size: 2.66 MB
- Stars: 36
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# redis-terminal : A terminal based redis browser and editor.
Redis terminal provides a terminal based redis browser, modeled after the likes of [redis-commander](http://joeferner.github.io/redis-commander/), but with much more functionality.> **IN CONSTRUCTION**
> *Keep watching this space for some EPIC functionality.*## Installation
go get github.com/nitishm/redis-terminal## Task List
- [] Support for multiple database connections.
- [] Support for [rejson.io](https://oss.redislabs.com/rejson/)## Usage
```
go build -o redis-term main.go
./redis-term
```
## Screen shots
### Preview
Hash
---
![alt text](https://github.com/nitishm/redis-terminal/blob/master/docs/hash.png)List
---
![alt text](https://github.com/nitishm/redis-terminal/blob/master/docs/list.png)### Edit
![alt text](https://github.com/nitishm/redis-terminal/blob/master/docs/edit.png)