Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/redis-py
/ hotkeys_stop
Method
hotkeys_stop
redis/commands/core.py:2370–2370 ·
view source on GitHub ↗
(self: SyncClientProtocol, **kwargs)
Source
from the content-addressed store, hash-verified
2368
2369
@overload
2370
def
hotkeys_stop(self: SyncClientProtocol, **kwargs) -> bytes | str: ...
2371
2372
@overload
2373
def
hotkeys_stop(self: AsyncClientProtocol, **kwargs) -> Awaitable[bytes | str]: ...
Callers
15
test_hotkeys_start_basic
Method · 0.45
test_hotkeys_start_with_all_metrics
Method · 0.45
test_hotkeys_start_with_duration
Method · 0.45
test_hotkeys_start_with_sample_ratio
Method · 0.45
test_hotkeys_start_fail__on_noncluster_setup_with_slots
Method · 0.45
test_hotkeys_start_with_all_parameters
Method · 0.45
test_hotkeys_stop
Method · 0.45
test_hotkeys_reset
Method · 0.45
test_hotkeys_get_ongoing_session
Method · 0.45
test_hotkeys_get_terminated_session
Method · 0.45
test_hotkeys_get_all_fields
Method · 0.45
test_hotkeys_get_all_fields_decoded
Method · 0.45
Calls
1
execute_command
Method · 0.45
Tested by
15
test_hotkeys_start_basic
Method · 0.36
test_hotkeys_start_with_all_metrics
Method · 0.36
test_hotkeys_start_with_duration
Method · 0.36
test_hotkeys_start_with_sample_ratio
Method · 0.36
test_hotkeys_start_fail__on_noncluster_setup_with_slots
Method · 0.36
test_hotkeys_start_with_all_parameters
Method · 0.36
test_hotkeys_stop
Method · 0.36
test_hotkeys_reset
Method · 0.36
test_hotkeys_get_ongoing_session
Method · 0.36
test_hotkeys_get_terminated_session
Method · 0.36
test_hotkeys_get_all_fields
Method · 0.36
test_hotkeys_get_all_fields_decoded
Method · 0.36