|
|
@@ -0,0 +1,27 @@
|
|
|
+# redisson configuration for redis servers
|
|
|
+# see : https://github.com/mrniko/redisson/wiki/2.-Configuration
|
|
|
+
|
|
|
+singleServerConfig:
|
|
|
+ idleConnectionTimeout: 10000
|
|
|
+ pingTimeout: 1000
|
|
|
+ connectTimeout: 1000
|
|
|
+ timeout: 1000
|
|
|
+ retryAttempts: 3
|
|
|
+ retryInterval: 1000
|
|
|
+ reconnectionTimeout: 3000
|
|
|
+ failedAttempts: 3
|
|
|
+ password: null
|
|
|
+ subscriptionsPerConnection: 5
|
|
|
+ clientName: null
|
|
|
+ address: ["redis://192.168.253.6:6379"]
|
|
|
+ subscriptionConnectionMinimumIdleSize: 1
|
|
|
+ subscriptionConnectionPoolSize: 25
|
|
|
+ connectionMinimumIdleSize: 5
|
|
|
+ connectionPoolSize: 100
|
|
|
+ database: 0
|
|
|
+ dnsMonitoring: false
|
|
|
+ dnsMonitoringInterval: 5000
|
|
|
+threads: 0
|
|
|
+codec: !<org.redisson.codec.SnappyCodec> {}
|
|
|
+useLinuxNativeEpoll: false
|
|
|
+eventLoopGroup: null
|