feat: enable Redis client-side caching (#19493)

This commit is contained in:
Bowen Liang
2025-05-12 09:34:25 +08:00
committed by GitHub
parent c720e0dd04
commit 855e850ef3
4 changed files with 68 additions and 39 deletions

View File

@@ -72,7 +72,7 @@ dependencies = [
"python-dotenv==1.0.1",
"pyyaml~=6.0.1",
"readabilipy==0.2.0",
"redis[hiredis]~=5.0.3",
"redis[hiredis]~=6.0.0",
"resend~=0.7.0",
"sentry-sdk[flask]~=1.44.1",
"sqlalchemy~=2.0.29",