Merge pull request #2979 from danswer-ai/bugfix/redis_scard

missing scard
This commit is contained in:
rkuo-danswer 2024-10-28 16:35:01 -07:00 committed by GitHub
commit 1201ed5ac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,6 +104,7 @@ class TenantRedis(redis.Redis):
"startswith",
"sadd",
"srem",
"scard",
] # Regular methods that need simple prefixing
if item == "scan_iter":