Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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]: ...
Callers
9
dt_list.py
File · 0.80
cmds_list.py
File · 0.80
test_llen
Method · 0.80
test_exec_error_in_no_transaction_pipeline
Method · 0.80
test_exec_error_in_no_transaction_pipeline_unicode_command
Method · 0.80
test_exec_error_in_no_transaction_pipeline
Method · 0.80
test_llen
Method · 0.80
test_exec_error_in_no_transaction_pipeline
Method · 0.80
test_exec_error_in_no_transaction_pipeline_unicode_command
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
7
test_llen
Method · 0.64
test_exec_error_in_no_transaction_pipeline
Method · 0.64
test_exec_error_in_no_transaction_pipeline_unicode_command
Method · 0.64
test_exec_error_in_no_transaction_pipeline
Method · 0.64
test_llen
Method · 0.64
test_exec_error_in_no_transaction_pipeline
Method · 0.64
test_exec_error_in_no_transaction_pipeline_unicode_command
Method · 0.64