MCPcopy
hub / github.com/redis/redis-py / xclaim

Method xclaim

redis/commands/core.py:7001–7013  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: KeyT,
        groupname: GroupT,
        consumername: ConsumerT,
        min_idle_time: int,
        message_ids: Union[List[StreamIdT], Tuple[StreamIdT]],
        idle: int | None = None,
        time: int | None = None,
        retrycount: int | None = None,
        force: bool = False,
        justid: bool = False,
    )

Source from the content-addressed store, hash-verified

6999
7000 @overload
7001 def xclaim(
7002 self: SyncClientProtocol,
7003 name: KeyT,
7004 groupname: GroupT,
7005 consumername: ConsumerT,
7006 min_idle_time: int,
7007 message_ids: Union[List[StreamIdT], Tuple[StreamIdT]],
7008 idle: int | None = None,
7009 time: int | None = None,
7010 retrycount: int | None = None,
7011 force: bool = False,
7012 justid: bool = False,
7013 ) -> XClaimResponse: ...
7014
7015 @overload
7016 def xclaim(

Callers 5

dt_stream.pyFile · 0.80
test_xclaimMethod · 0.80
test_xclaim_trimmedMethod · 0.80
test_xclaimMethod · 0.80
test_xclaim_trimmedMethod · 0.80

Calls 4

DataErrorClass · 0.90
extendMethod · 0.45
appendMethod · 0.45
execute_commandMethod · 0.45

Tested by 4

test_xclaimMethod · 0.64
test_xclaim_trimmedMethod · 0.64
test_xclaimMethod · 0.64
test_xclaim_trimmedMethod · 0.64