-
-
-
-
Serialized Fields
-
enabled
boolean enabled
是否启用AOP切面
-
order
int order
顺序
-
-
Serialized Fields
-
address
String address
节点地址 (例: redis://127.0.0.1:6379)
-
clientName
String clientName
-
connectionMinimumIdleSize
int connectionMinimumIdleSize
Minimum idle Redis connection amount
-
connectionPoolSize
int connectionPoolSize
Redis connection maximum pool size
-
connectTimeout
Duration connectTimeout
Timeout during connecting to any Redis server.
Value in milliseconds.
-
database
int database
database
-
idleConnectionTimeout
Duration idleConnectionTimeout
If pooled connection not used for a timeout time
and current connections amount bigger than minimum idle connections pool size,
then it will be closed and removed from pool.
Value in milliseconds.
-
password
String password
用户名 (例 password)
-
timeout
Duration timeout
Redis server response timeout. Starts to countdown when Redis command was successfully sent.
Value in milliseconds.
-
username
String username
用户名 (例 root)