Enum and Description |
---|
redis.clients.jedis.params.ClientKillParams.Type
Use
ClientType . |
Method and Description |
---|
redis.clients.jedis.commands.ClusterCommands.clusterSlaves(String) |
redis.clients.jedis.commands.SentinelCommands.sentinelSlaves(String) |
redis.clients.jedis.params.ClientKillParams.type(ClientKillParams.Type) |
redis.clients.jedis.commands.StreamPipelineCommands.xreadGroup(String, String, int, long, boolean, Map.Entry<String, StreamEntryID>...)
This method will be removed due to bug regarding
block param. Use
StreamPipelineCommands.xreadGroup(String, String, XReadGroupParams, Map) . |
redis.clients.jedis.commands.StreamCommands.xreadGroup(String, String, int, long, boolean, Map.Entry<String, StreamEntryID>...)
This method will be removed due to bug regarding
block param. Use
StreamCommands.xreadGroup(java.lang.String, java.lang.String,
redis.clients.jedis.params.XReadGroupParams, java.util.Map) . |
Constructor and Description |
---|
redis.clients.jedis.DefaultJedisSocketFactory(String, int, int, int, boolean, SSLSocketFactory, SSLParameters, HostnameVerifier) |
redis.clients.jedis.util.Pool(GenericObjectPoolConfig<T>, PooledObjectFactory<T>) |
Copyright © 2021. All rights reserved.