This commit is contained in:
Marek Lenczewski
2026-04-20 08:15:42 +02:00
parent 47cfc67ef4
commit 87f584b1fa
30 changed files with 29 additions and 71 deletions

View File

@@ -1,5 +1,4 @@
- cache
- shared read-store / cache client (Redis today)
- backend writes, frontend reads
- apps keep the cache in sync via event handlers (projectors), not the core client
- room for growth: CacheProvider abstraction so the read-store becomes swappable
- client für redis
- kopie der datenbank
- anfragen gehen wenn möglich immer an redis, nie an datenbank
- änderungen in datenbank ändern auch immer redis

View File

@@ -1 +1,3 @@
- cache.py
- redis_client.py
- verbindung zu redis
- CRUD für redis