From ee477db0627314396d4a906c547a9ac447ddb95e Mon Sep 17 00:00:00 2001 From: Ray Walker Date: Tue, 4 Aug 2026 12:18:09 +1000 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20README=20tip=20=E2=80=94=20link?= =?UTF-8?q?=20real=20repo=20cachekit-py,=20drop=20Redis-first=20framing=20?= =?UTF-8?q?(LAB-1430)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd97779..3a26f04 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ | **Key Derivation** | Master key → HKDF-SHA256 → derived key per tenant/domain | > [!TIP] -> For Redis caching with Python decorators, see [`cachekit`](https://github.com/cachekit-io/cachekit). +> For decorator-based caching in Python, see [`cachekit-py`](https://github.com/cachekit-io/cachekit-py). ---