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

Method xreadgroup

redis/commands/core.py:7705–7714  ·  view source on GitHub ↗
(
        self: SyncClientProtocol,
        groupname: str,
        consumername: str,
        streams: Dict[KeyT, StreamIdT],
        count: int | None = None,
        block: int | None = None,
        noack: bool = False,
        claim_min_idle_time: int | None = None,
    )

Source from the content-addressed store, hash-verified

7703
7704 @overload
7705 def xreadgroup(
7706 self: SyncClientProtocol,
7707 groupname: str,
7708 consumername: str,
7709 streams: Dict[KeyT, StreamIdT],
7710 count: int | None = None,
7711 block: int | None = None,
7712 noack: bool = False,
7713 claim_min_idle_time: int | None = None,
7714 ) -> XReadGroupResponse: ...
7715
7716 @overload
7717 def xreadgroup(

Callers 15

dt_stream.pyFile · 0.80
test_xackMethod · 0.80
test_xautoclaimMethod · 0.80
test_xclaimMethod · 0.80
test_xclaim_trimmedMethod · 0.80
test_xinfo_consumersMethod · 0.80
test_xnack_silentMethod · 0.80
test_xnack_failMethod · 0.80
test_xnack_fatalMethod · 0.80

Calls 6

DataErrorClass · 0.90
keysMethod · 0.80
appendMethod · 0.45
extendMethod · 0.45
execute_commandMethod · 0.45

Tested by 15

test_xackMethod · 0.64
test_xautoclaimMethod · 0.64
test_xclaimMethod · 0.64
test_xclaim_trimmedMethod · 0.64
test_xinfo_consumersMethod · 0.64
test_xnack_silentMethod · 0.64
test_xnack_failMethod · 0.64
test_xnack_fatalMethod · 0.64