Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_range
Method · 0.95
dt_stream.py
File · 0.80
test_xpending
Method · 0.80
test_xpending
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
2
test_xpending
Method · 0.64
test_xpending
Method · 0.64