https://github.com/jc21/docker-redis-tools
https://github.com/jc21/docker-redis-tools
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jc21/docker-redis-tools
- Owner: jc21
- Created: 2022-07-27T21:41:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T22:27:36.000Z (almost 3 years ago)
- Last Synced: 2025-01-25T10:41:17.404Z (4 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```