Skip to content

Commit

Permalink
Merge pull request #2979 from danswer-ai/bugfix/redis_scard
Browse files Browse the repository at this point in the history
missing scard
  • Loading branch information
rkuo-danswer authored Oct 28, 2024
2 parents 5640230 + a60613e commit 1201ed5
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 1201ed5

Please sign in to comment.