mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-09 20:39:29 +02:00
add srem and sadd to tenant wrapper (#2973)
This commit is contained in:
parent
678ba41321
commit
2eefb3c15f
@ -102,6 +102,8 @@ class TenantRedis(redis.Redis):
|
||||
"reacquire",
|
||||
"create_lock",
|
||||
"startswith",
|
||||
"sadd",
|
||||
"srem",
|
||||
] # Regular methods that need simple prefixing
|
||||
|
||||
if item == "scan_iter":
|
||||
|
Loading…
x
Reference in New Issue
Block a user