mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
Update api/configs/middleware/cache/redis_config.py
Okay Co-authored-by: Bowen Liang <bowenliang@apache.org>
This commit is contained in:
parent
d66ae4ae12
commit
ec5229f79c
2
api/configs/middleware/cache/redis_config.py
vendored
2
api/configs/middleware/cache/redis_config.py
vendored
|
@ -69,7 +69,7 @@ class RedisConfig(BaseSettings):
|
|||
default=0.1,
|
||||
)
|
||||
|
||||
REDIS_USE_CLUSTERS: Optional[bool] = Field(
|
||||
REDIS_USE_CLUSTERS: bool = Field(
|
||||
description="Enable Redis Clusters mode for high availability",
|
||||
default=False,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user