mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-06 18:14:35 +02:00
add srem and sadd to tenant wrapper (#2973)
This commit is contained in:
@@ -102,6 +102,8 @@ class TenantRedis(redis.Redis):
|
||||
"reacquire",
|
||||
"create_lock",
|
||||
"startswith",
|
||||
"sadd",
|
||||
"srem",
|
||||
] # Regular methods that need simple prefixing
|
||||
|
||||
if item == "scan_iter":
|
||||
|
Reference in New Issue
Block a user