caching implementation

This commit is contained in:
2025-10-20 00:53:27 +01:00
parent 561999f4f1
commit f6d2999b96
16 changed files with 372 additions and 64 deletions
+4
View File
@@ -9,6 +9,10 @@ url = "postgresql://chatapp:chatapp@100.118.108.58:5432/chatapp"
[default.databases.redis_cache]
url = "redis://chatapp_redis:6379"
[debug.databases.redis_cache]
url = "redis://localhost:6379"
[default] # run inside a docker container or pod
address = "0.0.0.0"
port = 8000