mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
28 lines
984 B
INI
Executable File
28 lines
984 B
INI
Executable File
client.mode=single
|
|
configure={\
|
|
"singleServerConfig":{\
|
|
"idleConnectionTimeout":10000,\
|
|
"pingTimeout":1000, \
|
|
"connectTimeout":10000, \
|
|
"timeout":3000,\
|
|
"retryAttempts":3,\
|
|
"retryInterval":1500,\
|
|
"reconnectionTimeout":3000,\
|
|
"failedAttempts":3,\
|
|
"password":null,\
|
|
"subscriptionsPerConnection":5,\
|
|
"clientName":null,\
|
|
"address": "redis://127.0.0.1:6379",\
|
|
"subscriptionConnectionMinimumIdleSize":1,\
|
|
"subscriptionConnectionPoolSize":50,\
|
|
"connectionMinimumIdleSize":12,\
|
|
"connectionPoolSize":12\
|
|
},\
|
|
"threads":2,\
|
|
"nettyThreads":2,\
|
|
"codec":{\
|
|
"class":"org.redisson.client.codec.StringCodec"\
|
|
},\
|
|
"transportMode":"NIO"\
|
|
}
|