brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.95k stars 2.25k forks source link

Can we send queries parallelly to multiple servers running redis instances? #1718

Open Mukti0123 opened 3 months ago

Mukti0123 commented 3 months ago

I wanted to send queries to multiple redis servers, each have multiple redis instances. Is it possible?

./ycsb.sh run redis -s -threads 40 -P workloada -p exportfile=/tmp/ycsb_a.result -p recordcount=1000000 -p operationcount=200000 -p fieldlength=10 -p fieldcount=1000 -p maxexecutiontime=600 -p redis.host=10.114.XX.11 -p redis.port=30000 -p redis.host=10.114.XX.13 -p redis.port=30000 -p redis.cluster=True -p status.interval=1