קוד שגיאה
REDIS_TIMEOUT
פקודת Redis נכנסה ל־timeout
Redis command timed out
A Redis command exceeded the per-command timeout. Most caches treat this as a miss and fall through to source-of-truth.
Common causes
- Redis under CPU pressure.
- Large value blocking the I/O loop.
- Network latency spike.
What to do
Caller falls back automatically. Investigate large keys or upgrade the cluster if chronic.
פקודת Redis נכנסה ל־timeout
פקודת Redis חרגה מ־timeout. רוב המטמונים מתייחסים לזה כ־miss ויפלו למקור האמת.
סיבות נפוצות
- לחץ CPU על Redis.
- ערך גדול חוסם את לולאת ה־I/O.
- עליית latency רשתית.
פעולה מומלצת
הקורא נופל אוטומטית. חקרו מפתחות גדולים או שדרגו אשכול אם כרוני.