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 test setup to use dynamic cluster containers
- Remove hardcoded Redis host addresses
- Add function to set up a Redis cluster container using testcontainers
- Update `TestRedisCluster` to use the new Redis cluster container setup
- Replace individual Redis container setup with cluster container setup in tests
- Dynamically map and assert Redis container ports and host IPs
- Update hosts list in `TestRedisCluster` to use dynamically generated master and slave names
Signed-off-by: appleboy <[email protected]>
0 commit comments