Uses of Class
redis.clients.jedis.params.FailoverParams
Packages that use FailoverParams
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the classes that represent optional parameters of core Redis commands.
-
Uses of FailoverParams in redis.clients.jedis
Methods in redis.clients.jedis with parameters of type FailoverParams -
Uses of FailoverParams in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands with parameters of type FailoverParams -
Uses of FailoverParams in redis.clients.jedis.params
Methods in redis.clients.jedis.params that return FailoverParamsModifier and TypeMethodDescriptionstatic FailoverParamsFailoverParams.failoverParams()FailoverParams.force()WARNING: FORCE option can be used only if both TO and TIMEOUT options are specified.FailoverParams.timeout(long timeout) FailoverParams.to(HostAndPort to)