Skip to content

Commit c733d09

Browse files
committed
Changed start_id type for xautoclaim
1 parent e6cd4fd commit c733d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3420,7 +3420,7 @@ def xautoclaim(
34203420
groupname: GroupT,
34213421
consumername: ConsumerT,
34223422
min_idle_time: int,
3423-
start_id: int = 0,
3423+
start_id: StreamIdT = "0-0",
34243424
count: Union[int, None] = None,
34253425
justid: bool = False,
34263426
) -> ResponseT:

0 commit comments

Comments
 (0)