mirror of
https://github.com/langgenius/dify.git
synced 2024-11-16 03:32:23 +08:00
Merge branch 'tag_redis' of https://bgithub.xyz/liuhaoran1212/dify into tag_redis
This commit is contained in:
commit
10445688bd
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