{
  "id": "hotkeys-stop",
  "title": "HOTKEYS STOP",
  "url": "https://redis.io/docs/latest/commands/hotkeys-stop/",
  "summary": "Stops hotkeys 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": "70233e03d1a2379c2af541c18a159473f7d9c673da3481238af0a3c1b7e2f83a",
  "sections": [
    {
      "id": "overview",
      "title": "Overview",
      "role": "overview",
      "text": "Stops hotkeys tracking but preserves the collected data.\n\nAfter stopping, the tracking data remains available through [`HOTKEYS GET`]() until [`HOTKEYS RESET`]() is called or a new tracking session is started."
    },
    {
      "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 tracking is successfully stopped.\n- [Simple error reply](): when tracking is not currently active.\n\n**RESP3:**\n\nOne of the following:\n\n- [Simple string reply](): `OK` when tracking is successfully stopped.\n- [Simple error reply](): when tracking is not currently active."
    }
  ],
  "examples": []
}
