Commit Graph

7 Commits

Author SHA1 Message Date
TrapStoner
9d125ba9bd fix(redis): retry with exponential backoff on startup
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).
2026-05-29 02:58:46 +03:00
keven1024
8758325da3 feat(redis): initialize Redis client and update context handling in Redis operations 2026-05-24 11:15:44 +08:00
keven1024
95ab8b97da refactor(pkg): ensure Redis client initialization is properly assigned during concurrent access 2026-04-04 21:21:27 +08:00
keven1024
82e9292b66 feat: add Redis lock utility for managing distributed locks with rueidislock 2026-04-04 16:02:38 +08:00
keven1024
b26821a504 refactor: migrate Redis client implementation from go-redis to rueidis for improved performance and functionality 2026-04-04 12:16:28 +08:00
keven1024
31c0736562 feat(backend): add password hashing error handling and implement HTTP utility tests 2025-12-27 11:04:21 +08:00
keven1024
675a6e860a feat(pkg): add async queue and Redis client utilities, implement environment variable management with viper 2025-12-14 16:25:20 +08:00