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

https://github.com/jc21/docker-redis-tools


https://github.com/jc21/docker-redis-tools

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# redis-tools








This is a docker image compiled with some redis commands:
- redis-cli
- [redis-renamer](https://github.com/jc21/redis-renamer)
- [redis-migrator](https://github.com/jc21/redis-migrator)

The following architectures are supported for all images:

- amd64
- arm64

### Usage:

```
docker run jc21/redis-tools redis-cli -h
docker run jc21/redis-tools redis-renamer -h
docker run jc21/redis-tools redis-migrator -h
```