Skip to content

Commit ca4b230

Browse files
pablonyxRichard Kuo [bot]
authored andcommitted
add srem and sadd to tenant wrapper (#2973)
1 parent 4479bdc commit ca4b230

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/danswer/redis/redis_pool.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ def __getattribute__(self, item: str) -> Any:
102102
"reacquire",
103103
"create_lock",
104104
"startswith",
105+
"sadd",
106+
"srem",
105107
] # Regular methods that need simple prefixing
106108

107109
if item == "scan_iter":

0 commit comments

Comments
 (0)