ElastiCache Failover Benchmark tool based on Redisson for Redis cluster mode enabled
How-to:
- Download the source code
- Extract
- mvn package
- cd target
- Use the code with the correct endpoint java -Duri="redis://ENDPOINT:6379" -Dslots=1000,7000 -Doutperoperation=10 -Dorg.slf4j.simpleLogger.defaultLogLevel=all -jar elasticache-test-1.0-SNAPSHOT-jar-with-dependencies.jar
- Trigger a failover with a 2 shards cluster
- Trigger a failover with a 3 shards cluster