Add Redis support

This commit is contained in:
2026-04-20 16:42:53 +03:00
parent 95768e8dfd
commit f4146ea167
4 changed files with 78 additions and 3 deletions
+7 -1
View File
@@ -26,4 +26,10 @@ INFLUXDB3_DATABASE=sensors
MONGO_ACTIVE=false
MONGO_URI=mongodb://localhost:27017
MONGO_DB=movie_data
MONGO_COLLECTION=movies
MONGO_COLLECTION=movies
REDIS_ACTIVE=false
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_DB=0
REDIS_PASS=