| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
DEFAULT_IP |
"127.0.0.1" |
public static final int |
DEFAULT_PORT |
6379 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
protected static final String |
DEFAULT_AUTH |
"" |
protected static final boolean |
DEFAULT_CLUSTER |
false |
protected static final String |
DEFAULT_ID |
"DEFAULT_REDIS" |
protected static final int |
DEFAULT_MAX_IDLE |
8 |
protected static final int |
DEFAULT_MAX_TOTAL |
100 |
protected static final long |
DEFAULT_MAX_WAIT |
-1L |
protected static final String |
DEFAULT_SOCKET |
"127.0.0.1:6379" |
protected static final boolean |
DEFAULT_TEST_ON_BORROW |
true |
protected static final int |
DEFAULT_TIMEOUT |
2000 |
Copyright © 2022. All rights reserved.