Package redis.clients.jedis.params
Class FailoverParams
java.lang.Object
redis.clients.jedis.params.FailoverParams
- All Implemented Interfaces:
IParams
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParams(CommandArguments args) static FailoverParamsforce()WARNING: FORCE option can be used only if both TO and TIMEOUT options are specified.timeout(long timeout) to(HostAndPort to)
-
Field Details
-
to
-
force
private boolean force -
timeout
-
-
Constructor Details
-
FailoverParams
public FailoverParams()
-
-
Method Details