Commit Graph

5 Commits

Author SHA1 Message Date
soo-jin.kim 03e1d93199 fix: Apply max_connections configuration to Redis async client (#15797)
* fix: Apply max_connections configuration to Redis async client

- Add max_connections to available Redis cluster kwargs
- Add connection_pool parameter to get_redis_async_client()
- Pass connection_pool to Redis client if provided
- Prevents Redis connection exhaustion under high load

* test: Add tests for Redis max_connections feature

- Test max_connections is included in cluster kwargs
- Test connection_pool parameter is properly passed to async client
- Test async client works without connection_pool parameter

All 3 tests pass successfully
2025-10-22 09:19:08 -07:00
Sameer Kankute 138bdbb6d8 fix mapped tests 1 (#15445)
* fix mapped tests

* fix mapped tests
2025-10-11 08:33:08 -07:00
Pierre-Emmanuel MERCIER 861750790b feat: add redis ssl and username support (#11319) 2025-10-08 16:48:07 -07:00
Ishaan Jaff 8920a645e9 Revert "feat: add redis ssl and username support (#11319)" (#14303)
This reverts commit 31f806f7d0.
2025-09-06 14:01:00 -07:00
Pierre-Emmanuel MERCIER 31f806f7d0 feat: add redis ssl and username support (#11319) 2025-09-05 10:35:11 -07:00