Skip to content

Instantly share code, notes, and snippets.

@jtesser
Created October 16, 2017 13:28
Show Gist options
  • Save jtesser/02e2315d5bdaf60e2aae25c7dfd135f0 to your computer and use it in GitHub Desktop.
Save jtesser/02e2315d5bdaf60e2aae25c7dfd135f0 to your computer and use it in GitHub Desktop.
clusterServersConfig:
idleConnectionTimeout: 10000
pingTimeout: 1000
connectTimeout: 10000
timeout: 3000
retryAttempts: 3
retryInterval: 1500
reconnectionTimeout: 3000
failedAttempts: 3
password: null
subscriptionsPerConnection: 5
clientName: null
loadBalancer: !<org.redisson.connection.balancer.RoundRobinLoadBalancer> {}
subscriptionConnectionMinimumIdleSize: 1
subscriptionConnectionPoolSize: 50
slaveConnectionMinimumIdleSize: 10
slaveConnectionPoolSize: 64
masterConnectionMinimumIdleSize: 10
masterConnectionPoolSize: 64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment