{
  "id": "redis/latency-monitor-threshold-exceeded",
  "signature": "ERR: Latency monitor threshold exceeded for command 'GET'",
  "signature_zh": "错误：延迟监控阈值超出，命令 'GET' 执行时间过长",
  "regex": "ERR: Latency monitor threshold exceeded for command '.*'",
  "domain": "redis",
  "category": "performance_error",
  "subcategory": null,
  "root_cause": "A command execution time exceeded the latency-monitor-threshold, indicating a slow operation or system overload.",
  "root_cause_type": "generic",
  "root_cause_zh": "某个命令的执行时间超过了延迟监控阈值，表明操作缓慢或系统过载。",
  "versions": [
    {
      "version": "Redis 6.2",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Redis 7.0",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Redis 7.2",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "Increase latency-monitor-threshold to a very high value",
      "why_fails": "Masking the symptom without addressing root cause (e.g., slow commands, large keys, or network issues).",
      "fail_rate": 0.4,
      "condition": "",
      "sources": []
    },
    {
      "action": "Disable latency monitoring entirely with CONFIG SET latency-monitor-threshold 0",
      "why_fails": "Removes visibility into performance issues, making debugging harder later.",
      "fail_rate": 0.3,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Identify the slow command using SLOWLOG GET and optimize it (e.g., reduce key size, use pipelining, or split large operations).",
      "success_rate": 0.85,
      "how": "Identify the slow command using SLOWLOG GET and optimize it (e.g., reduce key size, use pipelining, or split large operations).",
      "condition": "",
      "sources": []
    },
    {
      "action": "Run: redis-cli --latency to check network latency; if high, move Redis closer to the client or use a faster network.",
      "success_rate": 0.7,
      "how": "Run: redis-cli --latency to check network latency; if high, move Redis closer to the client or use a faster network.",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "使用 SLOWLOG GET 识别慢命令并优化（例如减小键大小、使用管道或拆分大操作）。",
    "运行：redis-cli --latency 检查网络延迟；如果高，将 Redis 移动到更靠近客户端的位置或使用更快的网络。"
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://redis.io/docs/latest/develop/use/client-side-caching/",
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.85,
  "fix_success_rate": 0.85,
  "resolvable": "true",
  "first_seen": "2024-03-15",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}