Enum and Description |
---|
redis.clients.jedis.params.ClientKillParams.Type
Use
ClientType . |
Exceptions and Description |
---|
redis.clients.jedis.exceptions.JedisClusterMaxAttemptsException
This exception class will be removed in future. Use
JedisClusterOperationException instead. |
redis.clients.jedis.exceptions.JedisNoReachableClusterNodeException
This exception class will be removed in future. Use
JedisClusterOperationException instead. |
Field and Description |
---|
redis.clients.jedis.params.ZParams.Aggregate.raw
This will be private in future. Use
ZParams.Aggregate.getRaw() . |
Constructor and Description |
---|
redis.clients.jedis.DefaultJedisSocketFactory(String, int, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) |
redis.clients.jedis.Jedis(String)
This constructor will not support a host string in future. It will accept only a
uri string.
JedisURIHelper.isValid(java.net.URI) can used before this. If this
constructor was being used with a host, it can be replaced with
#BinaryJedis(java.lang.String, int) with the host and Protocol.DEFAULT_PORT . |
Copyright © 2021. All rights reserved.