Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ lpush
Method
lpush
redis/commands/core.py:4955–4955 ·
view source on GitHub ↗
(self: SyncClientProtocol, name: KeyT, *values: FieldT)
Source
from the content-addressed store, hash-verified
4953
4954
@overload
4955
def
lpush(self: SyncClientProtocol, name: KeyT, *values: FieldT) -> int: ...
4956
4957
@overload
4958
def
lpush(
Callers
15
dt_list.py
File · 0.80
cmds_list.py
File · 0.80
test_exec_error_raised
Method · 0.80
test_transaction_error_records_metric_with_error_type
Method · 0.80
test_command_on_invalid_key_type
Method · 0.80
test_delex_unconditional_delete_nonstring_allowed
Method · 0.80
test_delex_with_conditionon_nonstring_values
Method · 0.80
test_digest_wrong_type_raises
Method · 0.80
test_type
Method · 0.80
test_lpush
Method · 0.80
test_lpushx_with_list
Method · 0.80
test_scan_type
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
15
test_exec_error_raised
Method · 0.64
test_transaction_error_records_metric_with_error_type
Method · 0.64
test_command_on_invalid_key_type
Method · 0.64
test_delex_unconditional_delete_nonstring_allowed
Method · 0.64
test_delex_with_conditionon_nonstring_values
Method · 0.64
test_digest_wrong_type_raises
Method · 0.64
test_type
Method · 0.64
test_lpush
Method · 0.64
test_lpushx_with_list
Method · 0.64
test_scan_type
Method · 0.64
test_exec_error_in_response
Method · 0.64
test_exec_error_raised
Method · 0.64