We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
start_id
XAUTOCLAIM
1 parent 8529170 commit 8e2ea28Copy full SHA for 8e2ea28
CHANGES
@@ -1,3 +1,4 @@
1
+ * Fix start_id type for XAUTOCLAIM
2
* Remove verbose logging from cluster.py
3
* Add retry mechanism to async version of Connection
4
* Compare commands case-insensitively in the asyncio command parser
redis/commands/core.py
@@ -3420,7 +3420,7 @@ def xautoclaim(
3420
groupname: GroupT,
3421
consumername: ConsumerT,
3422
min_idle_time: int,
3423
- start_id: int = 0,
+ start_id: StreamIdT = "0-0",
3424
count: Union[int, None] = None,
3425
justid: bool = False,
3426
) -> ResponseT:
0 commit comments