Skip to content

Commit c07a104

Browse files
committed
add missing scard operation
1 parent ca4b230 commit c07a104

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/danswer/redis/redis_pool.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def __getattribute__(self, item: str) -> Any:
104104
"startswith",
105105
"sadd",
106106
"srem",
107+
"scard",
107108
] # Regular methods that need simple prefixing
108109

109110
if item == "scan_iter":

0 commit comments

Comments
 (0)