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

Method xnack

redis/commands/core.py:7412–7420  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        name: KeyT,
        groupname: GroupT,
        mode: Literal["SILENT", "FAIL", "FATAL"],
        *ids: StreamIdT,
        retrycount: int | None = None,
        force: bool = False,
    )

Source from the content-addressed store, hash-verified

7410
7411 @overload
7412 def xnack(
7413 self: SyncClientProtocol,
7414 name: KeyT,
7415 groupname: GroupT,
7416 mode: Literal["SILENT", "FAIL", "FATAL"],
7417 *ids: StreamIdT,
7418 retrycount: int | None = None,
7419 force: bool = False,
7420 ) -> int: ...
7421
7422 @overload
7423 def xnack(

Callers 15

test_xnack_silentMethod · 0.80
test_xnack_failMethod · 0.80
test_xnack_fatalMethod · 0.80
test_xnack_retrycountMethod · 0.80
test_xnack_forceMethod · 0.80
test_xnack_no_idsMethod · 0.80
test_xnack_silentMethod · 0.80
test_xnack_failMethod · 0.80

Calls 4

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

Tested by 15

test_xnack_silentMethod · 0.64
test_xnack_failMethod · 0.64
test_xnack_fatalMethod · 0.64
test_xnack_retrycountMethod · 0.64
test_xnack_forceMethod · 0.64
test_xnack_no_idsMethod · 0.64
test_xnack_silentMethod · 0.64
test_xnack_failMethod · 0.64