MCPcopy
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.pyFile · 0.80
test_xaddMethod · 0.80
test_xadd_nomkstreamMethod · 0.80
test_xlenMethod · 0.80
test_xadd_idmpautoMethod · 0.80
test_xadd_idmpMethod · 0.80
test_xaddMethod · 0.80
test_xlenMethod · 0.80
test_xadd_idmpautoMethod · 0.80
test_xadd_idmpMethod · 0.80

Calls 1

execute_commandMethod · 0.45

Tested by 11

test_xaddMethod · 0.64
test_xadd_nomkstreamMethod · 0.64
test_xlenMethod · 0.64
test_xadd_idmpautoMethod · 0.64
test_xadd_idmpMethod · 0.64
test_xaddMethod · 0.64
test_xlenMethod · 0.64
test_xadd_idmpautoMethod · 0.64
test_xadd_idmpMethod · 0.64