{
  "id": "hotkeys-reset",
  "title": "HOTKEYS RESET",
  "url": "https://redis.io/docs/latest/commands/hotkeys-reset/",
  "summary": "Release the resources used for hotkey tracking.",
  "tags": [
    "docs",
    "develop",
    "stack",
    "oss",
    "rs",
    "rc",
    "oss",
    "kubernetes",
    "clients"
  ],
  "last_updated": "2026-04-09T10:29:34-04:00",
  "page_type": "content",
  "content_hash": "33f45fab9136d12b49825d2ab6c54e1c595102bcca7a6f267728238765176914",
  "sections": [
    {
      "id": "overview",
      "title": "Overview",
      "role": "overview",
      "text": "Release the resources used for hotkey tracking.\n\nThis 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."
    },
    {
      "id": "redis-software-and-redis-cloud-compatibility",
      "title": "Redis Software and Redis Cloud compatibility",
      "role": "content",
      "text": "| Redis<br />Software | Redis<br />Cloud | <span style=\"min-width: 9em; display: table-cell\">Notes</span> |\n|:----------------------|:-----------------|:------|\n| <span title=\"Not supported\">&#x274c; Standard</span><br /><span title=\"Not supported\"><nobr>&#x274c; Active-Active</nobr></span> | <span title=\"Not supported\">&#x274c; Standard</span><br /><span title=\"Not supported\"><nobr>&#x274c; Active-Active</nobr></span> |  |"
    },
    {
      "id": "return-information",
      "title": "Return information",
      "role": "returns",
      "text": "**RESP2:**\n\nOne of the following:\n\n- [Simple string reply](): `OK` when resources are successfully released.\n- [Simple error reply](): when tracking is currently active.\n\n**RESP3:**\n\nOne of the following:\n\n- [Simple string reply](): `OK` when resources are successfully released.\n- [Simple error reply](): when tracking is currently active."
    }
  ],
  "examples": []
}
