镜像概览
- 完整引用
docker.io/hiett/serverless-redis-http- Registry
- docker.io
- 命名空间
- hiett
- 仓库
- serverless-redis-http
- 已缓存 Tag 数
- 14
- 最近同步
- 07/06/2026, 08:54 AM
- 相关主题
简介
Serverless Redis HTTP 网关镜像,将 Redis 命令暴露为 HTTP API,适合 edge/serverless 场景轻量 KV 访问。
详细介绍
hiett/serverless-redis-http 代理 Redis 命令至 HTTP REST,典型用于 Cloudflare Workers 等无法直连 Redis 的环境。定位为 API 网关,需后端 Redis 与 auth token;K8s Deployment。
快速启动
docker run -d --name redis-http \
-p 8080:8080 \
-e REDIS_URL=redis://redis:6379 \
-e AUTH_TOKEN=secret \
docker.io/hiett/serverless-redis-http:latest
推荐实践
docker run -d --name redis-http \
--restart unless-stopped \
-p 8080:8080 \
-e REDIS_URL=redis://redis.internal:6379 \
-e AUTH_TOKEN=strong-token \
docker.io/hiett/serverless-redis-http:1.0.0
核心参数说明
-p 8080:8080— HTTP API 端口-e REDIS_URL— 后端 Redis 地址-e AUTH_TOKEN— API 鉴权(高敏)- 固定 tag — 协议 pin
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: redis-http
spec:
replicas: 2
selector:
matchLabels:
app: redis-http
template:
metadata:
labels:
app: redis-http
spec:
containers:
- name: gateway
image: docker.io/hiett/serverless-redis-http:1.0.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: redis-http-secrets
---
apiVersion: v1
kind: Service
metadata:
name: redis-http
spec:
selector:
app: redis-http
ports:
- port: 8080
targetPort: 8080
限制命令白名单;Redis 独立 ClusterIP。
最新 Tag(20 条)
查看全部 14 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/hiett/serverless-redis-http :latest | linux/arm64linux/amd64 | 2024/05/12 05:43 | 59.8 MB | sha256:2856363e6ee1… | |||
docker.io/hiett/serverless-redis-http :0.0.10 | linux/arm64linux/amd64 | 2024/05/12 05:43 | 59.8 MB | sha256:2856363e6ee1… | |||
docker.io/hiett/serverless-redis-http :0.0.10-alpha | linux/arm64linux/amd64 | 2024/05/12 04:43 | 59.8 MB | sha256:2856363e6ee1… | |||
docker.io/hiett/serverless-redis-http :0.0.9 | linux/arm64linux/amd64 | 2023/10/12 00:27 | 57.9 MB | sha256:73b291a7c6bf… | |||
docker.io/hiett/serverless-redis-http :0.0.8 | linux/arm64linux/amd64 | 2023/08/04 06:44 | 57.9 MB | sha256:c3459a65ab2a… | |||
docker.io/hiett/serverless-redis-http :0.0.7 | linux/arm64linux/amd64 | 2023/08/03 09:18 | 57.9 MB | sha256:e82f7dcf8b0d… | |||
docker.io/hiett/serverless-redis-http :0.0.6 | linux/amd64linux/arm64 | 2023/07/17 01:00 | 59.6 MB | sha256:1e4a77f449b6… | |||
docker.io/hiett/serverless-redis-http :0.0.5 | linux/amd64linux/arm64 | 2023/03/31 04:39 | 59.5 MB | sha256:d89fc2a2f6de… | |||
docker.io/hiett/serverless-redis-http :0.0.5-alpha | linux/amd64linux/arm64 | 2023/03/31 04:04 | 59.5 MB | sha256:d89fc2a2f6de… | |||
docker.io/hiett/serverless-redis-http :0.0.4 | linux/arm64linux/amd64 | 2022/10/08 00:12 | 57.3 MB | sha256:ef074ca83d2f… | |||
docker.io/hiett/serverless-redis-http :0.0.4-alpha | linux/arm64linux/amd64 | 2022/10/07 00:53 | 57.3 MB | sha256:ae41dba9f6ea… | |||
docker.io/hiett/serverless-redis-http :0.0.3 | linux/amd64 | 2022/09/08 07:26 | 58.4 MB | sha256:48d4e5c03ddf… | |||
docker.io/hiett/serverless-redis-http :0.0.2 | linux/amd64 | 2022/09/01 22:19 | 58.4 MB | sha256:5524f5068e77… | |||
docker.io/hiett/serverless-redis-http :0.0.1 | linux/amd64 | 2022/05/02 00:31 | 58.4 MB | sha256:17706e0fd772… |