Merge branch 'tag_redis' of https://bgithub.xyz/liuhaoran1212/dify into tag_redis

This commit is contained in:
root 2024-10-29 17:25:44 +08:00
commit 10445688bd

View File

@ -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,
)