Redis: add multiple ip in redis feeder

I am trying to create a load script for redis node. as per given documentation i am unable to add more ips in redispool. I have cluster of 6 redis node and want to add them in redisclientPool.

val redisPool = new RedisClientPool( "127.0.0.1","6379")

That’s not supported atm.

I am trying to create a load script for redis node

Making things clear: what we currently have is a way to pull data from redis to inject in Gatling virtual users. It’s not a way to run load tests against redis.