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

Method xack

redis/commands/core.py:6659–6661  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, name: KeyT, groupname: GroupT, *ids: StreamIdT
    )

Source from the content-addressed store, hash-verified

6657
6658 @overload
6659 def xack(
6660 self: SyncClientProtocol, name: KeyT, groupname: GroupT, *ids: StreamIdT
6661 ) -> int: ...
6662
6663 @overload
6664 def xack(

Callers 5

dt_stream.pyFile · 0.80
test_xackMethod · 0.80
test_xackMethod · 0.80
_run_operationMethod · 0.80
_run_operationMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 2

test_xackMethod · 0.64
test_xackMethod · 0.64