docs: mark Redis backend as done in TODO.md

Virgil committed Redis AllowanceStore at 0be744e.

Co-Authored-By: Charon <developers@lethean.io>
This commit is contained in:
Claude 2026-02-20 11:29:15 +00:00
parent 9636cdb8ff
commit 092f19e7a0
No known key found for this signature in database
GPG key ID: AF404715446AEB41

View file

@ -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