Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

A terminal based browser for Redis written in Go

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)