Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ keys
Method
keys
redis/commands/core.py:3522–3524 ·
view source on GitHub ↗
( self: SyncClientProtocol, pattern: PatternT = "*", **kwargs )
Source
from the content-addressed store, hash-verified
3520
3521
@overload
3522
def
keys(
3523
self: SyncClientProtocol, pattern: PatternT =
"*"
, **kwargs
3524
) -> list[bytes | str]: ...
3525
3526
@overload
3527
def
keys(
Callers
15
search_vss.py
File · 0.80
cmds_servermgmt.py
File · 0.80
test_acl_log
Method · 0.80
test_config_get
Method · 0.80
test_info
Method · 0.80
test_keys
Method · 0.80
test_msetex_expiration_px_with_cluster_client
Method · 0.80
test_msetex_expiration_pxat_and_nx_with_cluster_client
Method · 0.80
test_msetex_expiration_exat_and_xx_with_cluster_client
Method · 0.80
test_msetex_expiration_px
Method · 0.80
test_msetex_expiration_pxat_and_nx
Method · 0.80
test_msetex_expiration_exat_and_xx
Method · 0.80
Calls
1
execute_command
Method · 0.45
Tested by
15
test_acl_log
Method · 0.64
test_config_get
Method · 0.64
test_info
Method · 0.64
test_keys
Method · 0.64
test_msetex_expiration_px_with_cluster_client
Method · 0.64
test_msetex_expiration_pxat_and_nx_with_cluster_client
Method · 0.64
test_msetex_expiration_exat_and_xx_with_cluster_client
Method · 0.64
test_msetex_expiration_px
Method · 0.64
test_msetex_expiration_pxat_and_nx
Method · 0.64
test_msetex_expiration_exat_and_xx
Method · 0.64
test_hkeys
Method · 0.64
test_xinfo_stream_full
Method · 0.64