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

https://github.com/nullndr/redis-tui

A TUI for Redis written in Rust πŸš€ (wip)
https://github.com/nullndr/redis-tui

redis redis-client redis-tui rust terminal tui

Last synced: about 2 months ago
JSON representation

A TUI for Redis written in Rust πŸš€ (wip)

Awesome Lists containing this project

README

          

# Redis-TUI

A terminal interface for Redis written in RustπŸš€.

## Developing

### Redis

The [`docker-compose.yaml`](./docker-compose.yaml) file contains a persistent Redis server listening on `6379`.

To test locally, run

```bash
$ docker compose up -d
```