2022-02-10 11:26:10 +08:00
|
|
|
---
|
|
|
|
singleServerConfig:
|
|
|
|
idleConnectionTimeout: 10000
|
|
|
|
connectTimeout: 10000
|
|
|
|
timeout: 3000
|
|
|
|
retryAttempts: 3
|
|
|
|
retryInterval: 1500
|
|
|
|
password: lilishop
|
|
|
|
subscriptionsPerConnection: 5
|
|
|
|
clientName: null
|
2022-02-10 11:27:20 +08:00
|
|
|
address: "redis://127.0.0.1:6379"
|
2022-02-10 11:26:10 +08:00
|
|
|
subscriptionConnectionMinimumIdleSize: 1
|
|
|
|
subscriptionConnectionPoolSize: 50
|
|
|
|
connectionMinimumIdleSize: 24
|
|
|
|
connectionPoolSize: 64
|
|
|
|
database: 0
|
|
|
|
dnsMonitoringInterval: 5000
|
|
|
|
threads: 16
|
|
|
|
nettyThreads: 32
|
|
|
|
codec: !<org.redisson.codec.MarshallingCodec> {}
|
|
|
|
transportMode: "NIO"
|