feat: use postgres

This commit is contained in:
Ilia Denisov
2026-04-26 20:34:39 +02:00
committed by GitHub
parent 48b0056b49
commit fe829285a6
365 changed files with 29223 additions and 24049 deletions
+5 -1
View File
@@ -9,7 +9,11 @@
Startup requires:
- one reachable Redis deployment configured by `AUTHSESSION_REDIS_ADDR`
- one reachable Redis master configured by `AUTHSESSION_REDIS_MASTER_ADDR`
with mandatory `AUTHSESSION_REDIS_PASSWORD`. The connection topology
follows the project-wide rules in `ARCHITECTURE.md §Persistence Backends`
(one master plus zero-or-more replicas, no TLS, no Redis ACL username);
see also `docs/redis-config.md`.
That Redis deployment is used for: