Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ xlen
Method
xlen
redis/commands/core.py:7398–7398 ·
view source on GitHub ↗
(self: SyncClientProtocol, name: KeyT)
Source
from the content-addressed store, hash-verified
7396
7397
@overload
7398
def
xlen(self: SyncClientProtocol, name: KeyT) -> int: ...
7399
7400
@overload
7401
def
xlen(self: AsyncClientProtocol, name: KeyT) -> Awaitable[int]: ...
Callers
12
dt_stream.py
File · 0.80
test_xadd
Method · 0.80
test_xadd_nomkstream
Method · 0.80
test_xlen
Method · 0.80
test_xadd_with_options
Method · 0.80
test_xadd_idmpauto
Method · 0.80
test_xadd_idmp
Method · 0.80
test_xadd
Method · 0.80
test_xlen
Method · 0.80
test_xadd_with_options
Method · 0.80
test_xadd_idmpauto
Method · 0.80
test_xadd_idmp
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
11
test_xadd
Method · 0.64
test_xadd_nomkstream
Method · 0.64
test_xlen
Method · 0.64
test_xadd_with_options
Method · 0.64
test_xadd_idmpauto
Method · 0.64
test_xadd_idmp
Method · 0.64
test_xadd
Method · 0.64
test_xlen
Method · 0.64
test_xadd_with_options
Method · 0.64
test_xadd_idmpauto
Method · 0.64
test_xadd_idmp
Method · 0.64