mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-29 01:10:58 +02:00
missing scard
This commit is contained in:
@ -104,6 +104,7 @@ class TenantRedis(redis.Redis):
|
|||||||
"startswith",
|
"startswith",
|
||||||
"sadd",
|
"sadd",
|
||||||
"srem",
|
"srem",
|
||||||
|
"scard",
|
||||||
] # Regular methods that need simple prefixing
|
] # Regular methods that need simple prefixing
|
||||||
|
|
||||||
if item == "scan_iter":
|
if item == "scan_iter":
|
||||||
|
Reference in New Issue
Block a user