Danny Avila
ec3cbca6e3
✨ feat: Enhance Redis Config and Error Handling (#8709)
* ✨ feat: Enhance Redis Config and Error Handling
- Added new Redis configuration options: `REDIS_RETRY_MAX_DELAY`, `REDIS_RETRY_MAX_ATTEMPTS`, `REDIS_CONNECT_TIMEOUT`, and `REDIS_ENABLE_OFFLINE_QUEUE` to improve connection resilience.
- Implemented error handling for Redis cache creation and session store initialization in `cacheFactory.js`.
- Enhanced logging for Redis client events and errors in `redisClients.js`.
- Updated `README.md` to document new Redis configuration options.
* chore: Add JSDoc comments to Redis configuration options in cacheConfig.js for improved clarity and documentation
* ci: update cacheFactory tests
* refactor: remove fallback
* fix: Improve error handling in Redis cache creation, re-throw errors when expected
2025-07-28 14:21:39 -04:00
..
2025-07-21 17:49:19 -04:00
2025-07-28 14:21:39 -04:00
2025-06-17 13:50:33 -04:00
2025-06-20 18:05:19 -04:00
2025-05-30 22:18:13 -04:00
2025-07-27 11:42:35 -04:00
2025-07-28 12:25:34 -04:00
2025-07-01 16:30:06 -04:00
2025-07-24 00:41:06 -04:00
2025-07-28 12:24:08 -04:00
2025-05-23 17:40:40 -04:00
2023-10-11 17:05:47 -04:00
2025-07-25 14:06:16 -04:00
2025-07-10 18:02:34 -04:00