chore: disable redis client-side caching by default (#19524)

pull/19564/head^2
Bowen Liang 11 months ago committed by GitHub
parent f3522a282c
commit 31d143de11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -91,5 +91,5 @@ class RedisConfig(BaseSettings):
REDIS_ENABLE_CLIENT_SIDE_CACHE: bool = Field(
description="Enable client side cache in redis",
default=True,
default=False,
)

Loading…
Cancel
Save