We are using spring data redis. Below mentioned are property for sentinel configuration
spring.redis.sentinel.master: globalsessions_dev
spring.redis.sentinel.nodes: sentinel01.stage.shutterfly.com:26379,sentinel02.stage.shutterfly.com:26379,sentinel03.stage.shutterfly.com:26379
We would like to use connection pool also to be configured in same manner. Spring redis documentation does not provide details of connection pool yml property.
Thanks in advance.