Skip to content

Commit

Permalink
add srem and sadd to tenant wrapper (#2973)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx authored and Richard Kuo [bot] committed Oct 28, 2024
1 parent 4479bdc commit ca4b230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/danswer/redis/redis_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ def __getattribute__(self, item: str) -> Any:
"reacquire",
"create_lock",
"startswith",
"sadd",
"srem",
] # Regular methods that need simple prefixing

if item == "scan_iter":
Expand Down

0 comments on commit ca4b230

Please sign in to comment.