Overview
- Full name
docker.io/sunnywang/redis-tools-ubuntu- Registry
- docker.io
- Namespace
- sunnywang
- Repository
- redis-tools-ubuntu
- Cached tags
- 1
- Last synced
- 07/06/2026, 03:47 AM
- Topics
Introduction
Redis 命令行工具集镜像,预装 redis-cli 与 redis-benchmark,K8s debug Pod 或运维一次性 Redis 连接测试专用。
Details
sunnywang/redis-tools-ubuntu 基于 Ubuntu 打包 redis-cli、redis-benchmark 等 Redis 运维工具。定位为 --rm Redis 诊断 CLI,kubectl run debug Pod 连接 Redis 执行命令;非 Redis 服务端。
快速启动
docker run --rm -it \
docker.io/sunnywang/redis-tools-ubuntu:latest \
redis-cli -h redis -p 6379 ping
推荐实践
kubectl run redis-debug --rm -it --image=docker.io/sunnywang/redis-tools-ubuntu:latest \
-- redis-cli -h redis-master -a changeme info
核心参数说明
redis-cli -h— 目标 Redis 主机- 定位 —
--rmRedis 诊断 CLI - 用途 — 连接测试与 info 查询
- 勿 — 长期运行替代 Redis Server
Latest tags (20)
View all 1 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/sunnywang/redis-tools-ubuntu :v0.5.1 | linux/amd64 | 2020/05/18 14:28 | 120.8 MB | sha256:42bcecd2c1d4… |