Skip to content

Commit a60613e

Browse files
committed
missing scard
1 parent 5640230 commit a60613e

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)