public class RedisExtra extends Object implements Serializable
| Constructor and Description |
|---|
RedisExtra() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuth() |
String |
getHost() |
int |
getPort() |
long |
getRetryTimeout() |
long |
getTimeout() |
void |
setAuth(String auth) |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setRetryTimeout(long retryTimeout) |
void |
setTimeout(long timeout) |
String |
toString() |
public int getPort()
public void setPort(int port)
public String getHost()
public void setHost(String host)
public long getRetryTimeout()
public void setRetryTimeout(long retryTimeout)
public String getAuth()
public void setAuth(String auth)
public long getTimeout()
public void setTimeout(long timeout)
Copyright © 2020. All rights reserved.