Update api/configs/middleware/cache/redis_config.py

Okay

Co-authored-by: Bowen Liang <bowenliang@apache.org>
This commit is contained in:
liuhaoran 2024-10-29 17:18:56 +08:00 committed by GitHub
parent d66ae4ae12
commit ec5229f79c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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