From 0d119a0cd98f100650f7fbbf9455c70af32bbbe8 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Mon, 11 May 2026 17:59:25 +0700 Subject: [PATCH] docs: add Related section linking sibling repos --- couchbase/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/couchbase/README.md b/couchbase/README.md index 5bd6891..aae1585 100644 --- a/couchbase/README.md +++ b/couchbase/README.md @@ -1,2 +1,13 @@ # couchbase-keepalive A lightweight Go utility that performs periodic operations to prevent Couchbase Capella free clusters from entering inactive state. + +## 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 +- [redis-keepalive](https://github.com/tiennm99/redis-keepalive) — Redis +- [postgresql-keepalive](https://github.com/tiennm99/postgresql-keepalive) — Postgresql +- [valkey-keepalive](https://github.com/tiennm99/valkey-keepalive) — Valkey +