mirror of
https://github.com/keven1024/015.git
synced 2026-06-06 12:29:34 +00:00
rueidis.NewClient pings Redis immediately; if the container starts before Redis is ready the backend fatals. Retry up to 10 times with exponential backoff (300ms → 810ms → 2.2s → … capped at 15s).