Skip to content

Commit

Permalink
add missing scard operation
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuo-danswer committed Oct 28, 2024
1 parent ca4b230 commit c07a104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/danswer/redis/redis_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def __getattribute__(self, item: str) -> Any:
"startswith",
"sadd",
"srem",
"scard",
] # Regular methods that need simple prefixing

if item == "scan_iter":
Expand Down

0 comments on commit c07a104

Please sign in to comment.