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
commit 855e850ef3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",