#faf44
Back
2026/01/20
2 min read

Redis Key 統計

Redis Key 統計.md
5 additions, 0 deletions
... ... @@ -85,6 +85,9 @@
85 +| /items/exchangeByPointType<br> | BasPersonal:{UserId}:{SerialId}<br> | 130秒 | | 若同一人同品項在兌換未完成,且130秒內重覆發,就拋錯(兌換完成就刪除) |
86 +| /items/exchangeByPointType | BasExchange:{UserId}:{SerialId}<br> | 5秒 | | 若同一request在5秒內重覆發,就拋錯(自然過期) |
87 +| /items/exchangeByPointType | OUT_OF_STOCK_QUICK_CHECK:{SerialId} | 10分鐘 | | set 在 BAS 取券無庫存時寫入,CMS補庫存時刪除 |
88 +| monitor-mail-service | Peter | /alert<br> | MAIL:{monitorCatetory}:PRODUCT:{itemSerialId} | 看 Backendcode 設定 (`skipDuplicateMailMinutes`<br>) | | 告警信件發送間隔 |
89 +| /alert | skipDuplicateMailMinutes | Backendcode cache(`skipDuplicateMailMinutes`) | | 告警信間隔開關設定快取(後台改的話要清 cache) |