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

Method xpending

redis/commands/core.py:7484–7486  ·  view source on GitHub ↗
(
        self: SyncClientProtocol, name: KeyT, groupname: GroupT
    )

Source from the content-addressed store, hash-verified

7482
7483 @overload
7484 def xpending(
7485 self: SyncClientProtocol, name: KeyT, groupname: GroupT
7486 ) -> dict[str, Any]: ...
7487
7488 @overload
7489 def xpending(

Callers 4

xpending_rangeMethod · 0.95
dt_stream.pyFile · 0.80
test_xpendingMethod · 0.80
test_xpendingMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 2

test_xpendingMethod · 0.64
test_xpendingMethod · 0.64