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

Method llen

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

Source from the content-addressed store, hash-verified

4904
4905 @overload
4906 def llen(self: SyncClientProtocol, name: KeyT) -> int: ...
4907
4908 @overload
4909 def llen(self: AsyncClientProtocol, name: KeyT) -> Awaitable[int]: ...

Calls 1

execute_commandMethod · 0.45