From 4aabcd23bf8c84826df14dffcd7f1287e7246d85 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Mon, 11 May 2026 17:59:19 +0700 Subject: [PATCH] docs: add Related section linking sibling repos --- redis/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/redis/README.md b/redis/README.md index 01c5433..95fe19c 100644 --- a/redis/README.md +++ b/redis/README.md @@ -1,2 +1,13 @@ # redis-keepalive Go utility performs periodic operations to prevent Redis Cloud free instances from being deleted due to inactivity. + +## Related + +Part of the `*-keepalive` family — same pattern, different databases: + +- [mongodb-keepalive](https://github.com/tiennm99/mongodb-keepalive) — Mongodb +- [mysql-keepalive](https://github.com/tiennm99/mysql-keepalive) — Mysql +- [postgresql-keepalive](https://github.com/tiennm99/postgresql-keepalive) — Postgresql +- [valkey-keepalive](https://github.com/tiennm99/valkey-keepalive) — Valkey +- [couchbase-keepalive](https://github.com/tiennm99/couchbase-keepalive) — Couchbase +