You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: refactor Redis Sentinel setup for improved configuration flexibility
- Refactor `setupRedisSentinelContainer` to accept `masterHost` and `masterPort` as parameters
- Update environment variables in `setupRedisSentinelContainer` to use the provided `masterHost` and `masterPort`
- Add setup for Redis master container in `TestRedisSentinel`
- Add setup for Redis sentinel container in `TestRedisSentinel`
- Update variable names in `TestRedisSentinel` to reflect the new setup process
Signed-off-by: appleboy <[email protected]>
0 commit comments