HOTKEYS RESET
HOTKEYS RESET
- Available since:
- Redis Open Source 8.6.0
- Time complexity:
- O(1)
- ACL categories:
-
@admin,@slow,@dangerous, - Compatibility:
- Redis Software and Redis Cloud compatibility
Release the resources used for hotkey tracking.
This command can only be executed when hotkey tracking is stopped. It will return an error if tracking is currently active. Use HOTKEYS STOP first to stop tracking, then use HOTKEYS RESET to free the allocated resources.
Redis Software and Redis Cloud compatibility
| Redis Software |
Redis Cloud |
Notes |
|---|---|---|
| ❌ Standard |
❌ Standard |
Return information
One of the following:
- Simple string reply:
OKwhen resources are successfully released. - Simple error reply: when tracking is currently active.