2025-11-26 20:46:40 +07:00
2026-01-16 13:59:41 +07:00
2025-11-26 20:47:47 +07:00
2025-11-26 20:46:40 +07:00
2025-11-26 20:46:40 +07:00
2025-11-26 20:07:23 +07:00
2025-11-26 22:12:06 +07:00

redis-keepalive

Important

Archived — moved to tiennm99/db-keepalive.

All six *-keepalive repos were consolidated into a single binary with pluggable adapters. Use DB_TYPE=redis with the new image:

docker run -d --restart unless-stopped \
  -e DB_TYPE=redis \
  -e REDIS_URL='...' \
  ghcr.io/tiennm99/db-keepalive:latest

The source here is retained for git history. No further changes will land on this repo.

Original description

Go utility performs periodic operations to prevent Redis Cloud free instances from being deleted due to inactivity.

License

Apache-2.0 — see LICENSE.

S
Description
Go utility performs periodic operations to prevent Redis Cloud free instances from being deleted due to inactivity.
Readme Apache-2.0 134 KiB
Languages
Go 59.9%
Dockerfile 40.1%