From 092f19e7a07c64abb7fced9cafee24aaaecde745 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 20 Feb 2026 11:29:15 +0000 Subject: [PATCH] docs: mark Redis backend as done in TODO.md Virgil committed Redis AllowanceStore at 0be744e. Co-Authored-By: Charon --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index d860b00..3a59e05 100644 --- a/TODO.md +++ b/TODO.md @@ -11,7 +11,7 @@ ## Phase 2: Allowance Persistence - [x] MemoryStore is in-memory only -- state lost on restart -- [ ] Add Redis backend for `AllowanceStore` interface (multi-process safe) +- [x] Add Redis backend for `AllowanceStore` interface (multi-process safe) — `0be744e` - [x] Add SQLite backend for `AllowanceStore` interface (single-node fallback) - [x] Config already supports YAML -- wire backend selection into config loader