feat: add redis support for task state management

This commit is contained in:
kevin.zhang
2024-04-10 10:42:56 +08:00
parent a0944fa358
commit 3d45348662
5 changed files with 111 additions and 44 deletions

View File

@@ -129,6 +129,11 @@
material_directory = ""
# Used for state management of the task
enable_redis = true
redis_host = "localhost"
redis_port = 6379
redis_db = 0
[whisper]
# Only effective when subtitle_provider is "whisper"