Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

AbstractRedisAsyncCommands<K,V> - Class in com.lambdaworks.redis
An asynchronous and thread-safe API for a Redis connection.
AbstractRedisAsyncCommands(StatefulConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.AbstractRedisAsyncCommands
Initialize a new instance.
AbstractRedisClient - Class in com.lambdaworks.redis
Base Redis client.
AbstractRedisClient() - Constructor for class com.lambdaworks.redis.AbstractRedisClient
AbstractRedisClient(ClientResources) - Constructor for class com.lambdaworks.redis.AbstractRedisClient
Create a new instance with client resources.
AbstractRedisReactiveCommands<K,V> - Class in com.lambdaworks.redis
A reactive and thread-safe API for a Redis connection.
AbstractRedisReactiveCommands(StatefulConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.AbstractRedisReactiveCommands
Initialize a new instance.
activated() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
Activated() - Constructor for class com.lambdaworks.redis.ConnectionEvents.Activated
 
activated() - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
activated() - Method in class com.lambdaworks.redis.RedisChannelHandler
Notification when the connection becomes active (connected).
activated() - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
add(RedisClusterNode) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
add(RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.output.MultiOutput
 
add(Map<K, V>) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(String) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(long) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(double) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(byte[]) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(CommandKeyword) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(CommandType) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(ProtocolKeyword) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addAll(Collection<? extends RedisClusterNode>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
addKey(K) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addKeys(Iterable<K>) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addKeys(K...) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addListener(RedisConnectionStateListener) - Method in class com.lambdaworks.redis.AbstractRedisClient
Add a listener for the RedisConnectionState.
addListener(RedisConnectionStateListener) - Method in class com.lambdaworks.redis.ConnectionEvents
 
addListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
Add a new listener.
addListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
Add a new listener.
addListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
Add a new listener.
addListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
Add a new listener.
addListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
Deprecated.
Add a new listener.
addListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
Add a new listener.
addListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnection
Add a new listener.
addListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
Add a new listener.
addListener(CloseEvents.CloseListener) - Method in class com.lambdaworks.redis.RedisChannelHandler
 
addPartition(RedisClusterNode) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
addr(String) - Method in class com.lambdaworks.redis.KillArgs
 
addr(String) - Static method in class com.lambdaworks.redis.KillArgs.Builder
 
addValue(V) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addValues(V...) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
after() - Method in class com.lambdaworks.redis.cluster.event.ClusterTopologyChangedEvent
Returns the cluster topology view after the topology changed.
afterPropertiesSet() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
afterPropertiesSet() - Method in class com.lambdaworks.redis.support.RedisClientFactoryBean
 
afterPropertiesSet() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
all() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Select all known cluster nodes.
all() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Select all known cluster nodes.
allConnections() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
 
allocate(Class<T>) - Method in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
 
allocate(Class<T>) - Method in interface com.lambdaworks.redis.resource.EventLoopGroupProvider
Retrieve a EventLoopGroup for the type type.
allocateConnection() - Method in class com.lambdaworks.redis.RedisConnectionPool
Allocate a connection from the pool.
alpha() - Method in class com.lambdaworks.redis.SortArgs
 
alpha() - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
append(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
append(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
append(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Append a value to a key.
append(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Append a value to a key.
append(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Append a value to a key.
append(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Append a value to a key.
append(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Append a value to a key.
append(K, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Append a value to a key.
append(K, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Append a value to a key.
args - Variable in class com.lambdaworks.redis.protocol.Command
 
ArrayOutput<K,V> - Class in com.lambdaworks.redis.output
List of objects and lists to support dynamic nested structures (List with mixed content of values and sublists).
ArrayOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ArrayOutput
 
asc() - Method in class com.lambdaworks.redis.GeoArgs
Sort results ascending.
asc() - Method in class com.lambdaworks.redis.SortArgs
 
asc() - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
ASCII - Static variable in class com.lambdaworks.redis.protocol.LettuceCharsets
US-ASCII charset.
asking() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
asking() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
asking() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
The asking command is required after a -ASK redirection.
asking() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
The asking command is required after a -ASK redirection.
asking() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
The asking command is required after a -ASK redirection.
asking() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
 
asking() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
The asking command is required after a -ASK redirection.
asMap() - Method in interface com.lambdaworks.redis.cluster.api.async.AsyncExecutions
 
asMap() - Method in interface com.lambdaworks.redis.cluster.api.NodeSelectionSupport
 
asMap() - Method in interface com.lambdaworks.redis.cluster.api.sync.Executions
 
async() - Method in interface com.lambdaworks.redis.api.StatefulRedisConnection
Returns the RedisAsyncCommands API for the current connection.
async() - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
Returns the RedisAdvancedClusterAsyncCommands API for the current connection.
async - Variable in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
async() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
async() - Method in interface com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnection
Returns the RedisPubSubAsyncCommands API for the current connection.
async - Variable in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
async() - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
async() - Method in interface com.lambdaworks.redis.sentinel.api.StatefulRedisSentinelConnection
Returns the RedisSentinelAsyncCommands API for the current connection.
async - Variable in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
 
async() - Method in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
 
async - Variable in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
async() - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
AsyncCommand<K,V,T> - Class in com.lambdaworks.redis.protocol
An asynchronous redis command and its result.
AsyncCommand(RedisCommand<K, V, T>) - Constructor for class com.lambdaworks.redis.protocol.AsyncCommand
 
AsyncExecutions<T> - Interface in com.lambdaworks.redis.cluster.api.async
Result holder for a command that was executed asynchronously on multiple nodes.
AsyncNodeSelection<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Node selection with access to asynchronous executed commands on the set.
asyncPool() - Method in class com.lambdaworks.redis.RedisClient
Creates a connection pool for asynchronous connections. 5 max idle connections and 20 max active connections.
asyncPool(int, int) - Method in class com.lambdaworks.redis.RedisClient
Creates a connection pool for asynchronous connections.
asyncPool(RedisCodec<K, V>, int, int) - Method in class com.lambdaworks.redis.RedisClient
Creates a connection pool for asynchronous connections.
AT_LEAST_JDK_8 - Static variable in class com.lambdaworks.redis.JavaRuntime
Constant whether the current JDK is Java 8 or higher.
auth(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
auth(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
auth(String) - Method in interface com.lambdaworks.redis.api.async.RedisAsyncCommands
Authenticate to the server.
auth(String) - Method in interface com.lambdaworks.redis.api.rx.RedisReactiveCommands
Authenticate to the server.
auth(String) - Method in interface com.lambdaworks.redis.api.sync.RedisCommands
Authenticate to the server.
auth(String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Authenticate to the server.
auth(String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Authenticate to the server.
auth(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Authenticate to the server.
auth(String) - Method in interface com.lambdaworks.redis.RedisAsyncConnection
Deprecated.
Authenticate to the server.
auth(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Authenticate to the server.
auth(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Authenticate to the server.
auth(String) - Method in interface com.lambdaworks.redis.RedisConnection
Deprecated.
Authenticate to the server.
authAsync(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
autoReconnect(boolean) - Method in class com.lambdaworks.redis.ClientOptions.Builder
Enables or disables auto reconnection on connection loss.
autoReconnect(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
 
await(long, TimeUnit, RedisFuture<T>) - Static method in class com.lambdaworks.redis.LettuceFutures
Deprecated.
The method name does not reflect what the method is doing, therefore it is deprecated. Use LettuceFutures.awaitOrCancel(RedisFuture, long, TimeUnit) instead. The semantics did not change and LettuceFutures.awaitOrCancel(RedisFuture, long, TimeUnit) simply calls this method.
await(long, TimeUnit) - Method in class com.lambdaworks.redis.protocol.AsyncCommand
Wait up to the specified time for the command output to become available.
await(long, TimeUnit) - Method in interface com.lambdaworks.redis.RedisFuture
Wait up to the specified time for the command output to become available.
awaitAll(long, TimeUnit, Future<?>...) - Static method in class com.lambdaworks.redis.LettuceFutures
Wait until futures are complete or the supplied timeout is reached.
awaitOrCancel(RedisFuture<T>, long, TimeUnit) - Static method in class com.lambdaworks.redis.LettuceFutures
Wait until futures are complete or the supplied timeout is reached.

B

Base16 - Class in com.lambdaworks.codec
High-performance base16 (AKA hex) codec.
BaseNodeSelectionAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Asynchronous executed commands on a node selection for basic commands.
BaseNodeSelectionCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Synchronous executed commands on a node selection for basic commands.
BaseRedisAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
Asynchronous executed commands for basic commands.
BaseRedisAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
BaseRedisCommandBuilder<K,V> - Class in com.lambdaworks.redis.protocol
 
BaseRedisCommandBuilder(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
 
BaseRedisCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
Synchronous executed commands for basic commands.
BaseRedisConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
BaseRedisReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
Observable commands for basic commands.
before() - Method in class com.lambdaworks.redis.cluster.event.ClusterTopologyChangedEvent
Returns the cluster topology view before the topology changed.
bgrewriteaof() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bgrewriteaof() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bgrewriteaof() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Asynchronously rewrite the append-only file.
bgrewriteaof() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Asynchronously rewrite the append-only file.
bgrewriteaof() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Asynchronously rewrite the append-only file.
bgrewriteaof() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Asynchronously rewrite the append-only file.
bgrewriteaof() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Asynchronously rewrite the append-only file.
bgrewriteaof() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Asynchronously rewrite the append-only file.
bgrewriteaof() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Asynchronously rewrite the append-only file.
bgsave() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bgsave() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bgsave() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Asynchronously save the dataset to disk.
bgsave() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Asynchronously save the dataset to disk.
bgsave() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Asynchronously save the dataset to disk.
bgsave() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Asynchronously save the dataset to disk.
bgsave() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Asynchronously save the dataset to disk.
bgsave() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Asynchronously save the dataset to disk.
bgsave() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Asynchronously save the dataset to disk.
bitcount(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bitcount(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bitcount(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bitcount(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bitcount(K) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Count set bits in a string.
bitcount(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Count set bits in a string.
bitcount(K) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Count set bits in a string.
bitcount(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Count set bits in a string.
bitcount(K) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Count set bits in a string.
bitcount(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Count set bits in a string.
bitcount(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Count set bits in a string.
bitcount(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Count set bits in a string.
bitcount(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Count set bits in a string.
bitcount(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Count set bits in a string.
bitcount(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Count set bits in a string.
bitcount(K, long, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Count set bits in a string.
bitcount(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Count set bits in a string.
bitcount(K, long, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Count set bits in a string.
bitopAnd(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bitopAnd(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Perform bitwise AND between strings.
bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Perform bitwise AND between strings.
bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Perform bitwise AND between strings.
bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Perform bitwise AND between strings.
bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Perform bitwise AND between strings.
bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Perform bitwise AND between strings.
bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Perform bitwise AND between strings.
bitopNot(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bitopNot(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bitopNot(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Perform bitwise NOT between strings.
bitopNot(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Perform bitwise NOT between strings.
bitopNot(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Perform bitwise NOT between strings.
bitopNot(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Perform bitwise NOT between strings.
bitopNot(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Perform bitwise NOT between strings.
bitopNot(K, K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Perform bitwise NOT between strings.
bitopNot(K, K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Perform bitwise NOT between strings.
bitopOr(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bitopOr(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bitopOr(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Perform bitwise OR between strings.
bitopOr(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Perform bitwise OR between strings.
bitopOr(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Perform bitwise OR between strings.
bitopOr(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Perform bitwise OR between strings.
bitopOr(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Perform bitwise OR between strings.
bitopOr(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Perform bitwise OR between strings.
bitopOr(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Perform bitwise OR between strings.
bitopXor(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bitopXor(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bitopXor(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Perform bitwise XOR between strings.
bitopXor(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Perform bitwise XOR between strings.
bitopXor(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Perform bitwise XOR between strings.
bitopXor(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Perform bitwise XOR between strings.
bitopXor(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Perform bitwise XOR between strings.
bitopXor(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Perform bitwise XOR between strings.
bitopXor(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Perform bitwise XOR between strings.
bitpos(K, boolean) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bitpos(K, boolean, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bitpos(K, boolean) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bitpos(K, boolean, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bitpos(K, boolean) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Find first bit set or clear in a string.
bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Find first bit set or clear in a string.
bitpos(K, boolean) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Find first bit set or clear in a string.
bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Find first bit set or clear in a string.
bitpos(K, boolean) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Find first bit set or clear in a string.
bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Find first bit set or clear in a string.
bitpos(K, boolean) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Find first bit set or clear in a string.
bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Find first bit set or clear in a string.
bitpos(K, boolean) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Find first bit set or clear in a string.
bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Find first bit set or clear in a string.
bitpos(K, boolean) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Find first bit set or clear in a string.
bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Find first bit set or clear in a string.
bitpos(K, boolean) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Find first bit set or clear in a string.
bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Find first bit set or clear in a string.
blpop(long, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
blpop(long, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
blpop(long, K...) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Remove and get the first element in a list, or block until one is available.
blpop(long, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Remove and get the first element in a list, or block until one is available.
blpop(long, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Remove and get the first element in a list, or block until one is available.
blpop(long, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Remove and get the first element in a list, or block until one is available.
blpop(long, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Remove and get the first element in a list, or block until one is available.
blpop(long, K...) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Remove and get the first element in a list, or block until one is available.
blpop(long, K...) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Remove and get the first element in a list, or block until one is available.
BooleanListOutput<K,V> - Class in com.lambdaworks.redis.output
List of boolean output.
BooleanListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.BooleanListOutput
 
BooleanOutput<K,V> - Class in com.lambdaworks.redis.output
Boolean output.
BooleanOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.BooleanOutput
 
bootstrap(Bootstrap) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
bootstrap() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
brpop(long, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
brpop(long, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
brpop(long, K...) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Remove and get the last element in a list, or block until one is available.
brpop(long, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Remove and get the last element in a list, or block until one is available.
brpop(long, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Remove and get the last element in a list, or block until one is available.
brpop(long, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Remove and get the last element in a list, or block until one is available.
brpop(long, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Remove and get the last element in a list, or block until one is available.
brpop(long, K...) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Remove and get the last element in a list, or block until one is available.
brpop(long, K...) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Remove and get the last element in a list, or block until one is available.
brpoplpush(long, K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
brpoplpush(long, K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Pop a value from a list, push it to another list and return it; or block until one is available.
brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Pop a value from a list, push it to another list and return it; or block until one is available.
brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Pop a value from a list, push it to another list and return it; or block until one is available.
brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Pop a value from a list, push it to another list and return it; or block until one is available.
brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Pop a value from a list, push it to another list and return it; or block until one is available.
brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Pop a value from a list, push it to another list and return it; or block until one is available.
brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Pop a value from a list, push it to another list and return it; or block until one is available.
BUF_ALLOCATOR - Static variable in class com.lambdaworks.redis.AbstractRedisClient
 
buffer - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
buffer(String) - Static method in class com.lambdaworks.redis.protocol.LettuceCharsets
Create a ByteBuffer from a string using ASCII encoding.
build() - Method in class com.lambdaworks.redis.ClientOptions.Builder
Create a new instance of ClientOptions.
build() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
Create a new instance of ClusterClientOptions
build() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
build() - Method in class com.lambdaworks.redis.event.DefaultEventPublisherOptions.Builder
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.GeoArgs
 
build() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
 
build() - Method in class com.lambdaworks.redis.RedisURI.Builder
 
build() - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.SetArgs
 
build() - Method in class com.lambdaworks.redis.SslConnectionBuilder
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.ZAddArgs
 
Builder() - Constructor for class com.lambdaworks.redis.ClientOptions.Builder
 
Builder() - Constructor for class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
 
Builder() - Constructor for class com.lambdaworks.redis.event.DefaultEventPublisherOptions.Builder
 
Builder() - Constructor for class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
 
Builder() - Constructor for class com.lambdaworks.redis.RedisURI.Builder
 
Builder() - Constructor for class com.lambdaworks.redis.resource.DefaultClientResources.Builder
 
buildHandlers() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
buildHandlers() - Method in class com.lambdaworks.redis.SslConnectionBuilder
 
by(String) - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
by(String) - Method in class com.lambdaworks.redis.SortArgs
 
ByteArrayCodec - Class in com.lambdaworks.redis.codec
A RedisCodec that uses plain byte arrays.
ByteArrayCodec() - Constructor for class com.lambdaworks.redis.codec.ByteArrayCodec
 
ByteArrayOutput<K,V> - Class in com.lambdaworks.redis.output
Byte array output.
ByteArrayOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ByteArrayOutput
 
bytes - Variable in enum com.lambdaworks.redis.protocol.CommandKeyword
 
bytes - Variable in enum com.lambdaworks.redis.protocol.CommandType
 

C

call(Subscriber<? super T>) - Method in class com.lambdaworks.redis.ReactiveCommandDispatcher
 
cancel() - Method in class com.lambdaworks.redis.output.MultiOutput
 
cancel(boolean) - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
cancel() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
cancel() - Method in class com.lambdaworks.redis.protocol.Command
 
cancel() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
cancel() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
Cancel a command.
cancelCommandsOnReconnectFailure(boolean) - Method in class com.lambdaworks.redis.ClientOptions.Builder
Allows cancelling queued commands in case a reconnect fails.Defaults to false.
cancelCommandsOnReconnectFailure(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
 
cancelled - Variable in class com.lambdaworks.redis.protocol.Command
 
ch() - Static method in class com.lambdaworks.redis.ZAddArgs.Builder
 
channel - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
channel() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
channelActive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
channelActive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
channelGroup(ChannelGroup) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
channelInactive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
channelInactive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
channelInitialized() - Method in interface com.lambdaworks.redis.RedisChannelInitializer
 
ChannelMessage<K,V> - Class in com.lambdaworks.redis.pubsub.api.rx
Message payload for a subscription to a channel.
ChannelMessage(K, V) - Constructor for class com.lambdaworks.redis.pubsub.api.rx.ChannelMessage
 
channelRead(ChannelHandlerContext, Object) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
channelRead(Object) - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
channelRead(ChannelHandlerContext, Object) - Method in class com.lambdaworks.redis.RedisChannelHandler
 
channelRead(Object) - Method in class com.lambdaworks.redis.RedisChannelHandler
Invoked on a channel read.
channelRegistered(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
channelRegistered(ChannelHandlerContext) - Method in class com.lambdaworks.redis.RedisChannelHandler
 
channels - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
channels - Variable in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
channelType(ConnectionBuilder, ConnectionPoint) - Method in class com.lambdaworks.redis.AbstractRedisClient
 
channelUnregistered(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
clear() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
clientGetname() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clientGetname() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clientGetname() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Get the current connection name.
clientGetname() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Get the current connection name.
clientGetname() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Get the current connection name.
clientGetname() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Get the current connection name.
clientGetname() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Get the current connection name.
clientGetname() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Get the current connection name.
clientGetname() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Get the current connection name.
clientKill(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clientKill(KillArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clientKill(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clientKill(KillArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clientKill(String) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Kill the connection of a client identified by ip:port.
clientKill(KillArgs) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Kill connections of clients which are filtered by killArgs
clientKill(String) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Kill the connection of a client identified by ip:port.
clientKill(KillArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Kill connections of clients which are filtered by killArgs
clientKill(String) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Kill the connection of a client identified by ip:port.
clientKill(KillArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Kill connections of clients which are filtered by killArgs
clientKill(String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Kill the connection of a client identified by ip:port.
clientKill(KillArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Kill connections of clients which are filtered by killArgs
clientKill(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Kill the connection of a client identified by ip:port.
clientKill(KillArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Kill connections of clients which are filtered by killArgs
clientKill(String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Kill the connection of a client identified by ip:port.
clientKill(KillArgs) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Kill connections of clients which are filtered by killArgs
clientKill(String) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Kill the connection of a client identified by ip:port.
clientKill(KillArgs) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Kill connections of clients which are filtered by killArgs
clientList() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clientList() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clientList() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Get the list of client connections.
clientList() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Get the list of client connections.
clientList() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Get the list of client connections.
clientList() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Get the list of client connections.
clientList() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Get the list of client connections.
clientList() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Get the list of client connections.
clientList() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Get the list of client connections.
clientOptions - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
ClientOptions - Class in com.lambdaworks.redis
Client Options to control the behavior of RedisClient.
ClientOptions(ClientOptions.Builder) - Constructor for class com.lambdaworks.redis.ClientOptions
 
ClientOptions(ClientOptions) - Constructor for class com.lambdaworks.redis.ClientOptions
 
clientOptions(ClientOptions) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
clientOptions() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
clientOptions - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
ClientOptions.Builder - Class in com.lambdaworks.redis
Builder for ClientOptions.
ClientOptions.DisconnectedBehavior - Enum in com.lambdaworks.redis
Behavior of connections in disconnected state.
clientPause(long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clientPause(long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clientPause(long) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Stop processing commands from clients for some time.
clientPause(long) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Stop processing commands from clients for some time.
clientPause(long) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Stop processing commands from clients for some time.
clientPause(long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Stop processing commands from clients for some time.
clientPause(long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Stop processing commands from clients for some time.
clientPause(long) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Stop processing commands from clients for some time.
clientPause(long) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Stop processing commands from clients for some time.
clientResources - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
clientResources(ClientResources) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
clientResources() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
clientResources - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
ClientResources - Interface in com.lambdaworks.redis.resource
Client Configuration.
ClientResourcesFactoryBean - Class in com.lambdaworks.redis.support
FactoryBean that creates a ClientResources instance representing the infrastructure resources (thread pools) for a Redis Client.
ClientResourcesFactoryBean() - Constructor for class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
clientSetname(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clientSetname(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clientSetname(K) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Set the current connection name.
clientSetname(K) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Set the current connection name.
clientSetname(K) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Set the current connection name.
clientSetname(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Set the current connection name.
clientSetname(K) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Set the current connection name on all cluster nodes with pipelining.
clientSetname(K) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Set the current connection name on all cluster nodes with pipelining.
clientSetname(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Set the current connection name.
clientSetname(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Set the current connection name on all known cluster nodes with pipelining.
clientSetname(K) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
clientSetname(K) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
clientSetname(K) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Set the current connection name.
clientSetname(K) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Set the current connection name.
close() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
close() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
close() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Close the connection.
close() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Close the connection.
close() - Method in interface com.lambdaworks.redis.api.StatefulConnection
Close the connection.
close() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Close the connection.
close() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Close the connection.
close() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Close the connection.
close() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Close the connection.
Close() - Constructor for class com.lambdaworks.redis.ConnectionEvents.Close
 
close() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
Close all connections.
close() - Method in class com.lambdaworks.redis.protocol.CommandHandler
Close the connection.
close() - Method in class com.lambdaworks.redis.RedisChannelHandler
Close the connection.
close() - Method in interface com.lambdaworks.redis.RedisChannelWriter
 
close() - Method in class com.lambdaworks.redis.RedisConnectionPool
Close the pool and close all idle connections.
close() - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
 
close() - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
close the underlying connection.
close() - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
close the underlying connection.
close() - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
close the underlying connection.
close() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
close() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
closeableResources - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
closeStaleConnections(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
Flag, whether to close stale connections when refreshing the cluster topology.
closeStaleConnections() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
Close stale connections.
clusterAddSlots(int...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterAddSlots(int...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Adds slots to the cluster node.
clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Adds slots to the cluster node.
clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Adds slots to the cluster node.
clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Adds slots to the cluster node.
clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Adds slots to the cluster node.
ClusterClientOptions - Class in com.lambdaworks.redis.cluster
Client Options to control the behavior of RedisClusterClient.
ClusterClientOptions(ClusterClientOptions.Builder) - Constructor for class com.lambdaworks.redis.cluster.ClusterClientOptions
 
ClusterClientOptions(ClusterClientOptions) - Constructor for class com.lambdaworks.redis.cluster.ClusterClientOptions
 
ClusterClientOptions.Builder - Class in com.lambdaworks.redis.cluster
clusterCountFailureReports(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterCountFailureReports(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterCountFailureReports(String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Returns the number of failure reports for the specified node.
clusterCountFailureReports(String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Returns the number of failure reports for the specified node.
clusterCountFailureReports(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Returns the number of failure reports for the specified node.
clusterCountFailureReports(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Returns the number of failure reports for the specified node.
clusterCountFailureReports(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Returns the number of failure reports for the specified node.
clusterCountKeysInSlot(int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterCountKeysInSlot(int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Returns the number of keys in the specified Redis Cluster hash slot.
clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Returns the number of keys in the specified Redis Cluster hash slot.
clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Returns the number of keys in the specified Redis Cluster hash slot.
clusterCountKeysInSlot(int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
clusterCountKeysInSlot(int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Returns the number of keys in the specified Redis Cluster hash slot.
clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Returns the number of keys in the specified Redis Cluster hash slot.
clusterDelSlots(int...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterDelSlots(int...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Removes slots from the cluster node.
clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Removes slots from the cluster node.
clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Removes slots from the cluster node.
clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Removes slots from the cluster node.
clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Removes slots from the cluster node.
clusterFailover(boolean) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterFailover(boolean) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterFailover(boolean) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Failover a cluster node.
clusterFailover(boolean) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Failover a cluster node.
clusterFailover(boolean) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Failover a cluster node.
clusterFailover(boolean) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Failover a cluster node.
clusterFailover(boolean) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Failover a cluster node.
clusterFlushslots() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterFlushslots() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterFlushslots() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Delete all the slots associated with the specified node.
clusterFlushslots() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Delete all the slots associated with the specified node.
clusterFlushslots() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Delete all the slots associated with the specified node.
clusterFlushslots() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Delete all the slots associated with the specified node.
clusterFlushslots() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Delete all the slots associated with the specified node.
clusterForget(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterForget(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterForget(String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Blacklist and remove the cluster node from the cluster.
clusterForget(String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Blacklist and remove the cluster node from the cluster.
clusterForget(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Blacklist and remove the cluster node from the cluster.
clusterForget(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Blacklist and remove the cluster node from the cluster.
clusterForget(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Blacklist and remove the cluster node from the cluster.
clusterGetKeysInSlot(int, int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterGetKeysInSlot(int, int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Retrieve the list of keys within the slot.
clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Retrieve the list of keys within the slot.
clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Retrieve the list of keys within the slot.
clusterGetKeysInSlot(int, int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
clusterGetKeysInSlot(int, int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Retrieve the list of keys within the slot.
clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Retrieve the list of keys within the slot.
clusterInfo() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterInfo() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterInfo() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Get information and statistics about the cluster viewed by the current node.
clusterInfo() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Get information and statistics about the cluster viewed by the current node.
clusterInfo() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Get information and statistics about the cluster viewed by the current node.
clusterInfo() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Get information and statistics about the cluster viewed by the current node.
clusterInfo() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Get information and statistics about the cluster viewed by the current node.
clusterKeyslot(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterKeyslot(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterKeyslot(K) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Returns an integer identifying the hash slot the specified key hashes to.
clusterKeyslot(K) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Returns an integer identifying the hash slot the specified key hashes to.
clusterKeyslot(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Returns an integer identifying the hash slot the specified key hashes to.
clusterKeyslot(K) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Returns an integer identifying the hash slot the specified key hashes to.
clusterKeyslot(K) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Returns an integer identifying the hash slot the specified key hashes to.
clusterMeet(String, int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterMeet(String, int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterMeet(String, int) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Meet another cluster node to include the node into the cluster.
clusterMeet(String, int) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Meet another cluster node to include the node into the cluster.
clusterMeet(String, int) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Meet another cluster node to include the node into the cluster.
clusterMeet(String, int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Meet another cluster node to include the node into the cluster.
clusterMeet(String, int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Meet another cluster node to include the node into the cluster.
clusterMyId() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterMyId() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterMyId() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Obtain the nodeId for the currently connected node.
clusterMyId() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Obtain the nodeId for the currently connected node.
clusterMyId() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Obtain the nodeId for the currently connected node.
clusterMyId() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Obtain the nodeId for the currently connected node.
clusterMyId() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Obtain the nodeId for the currently connected node.
clusterNodes() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterNodes() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterNodes() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Obtain details about all cluster nodes.
clusterNodes() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Obtain details about all cluster nodes.
clusterNodes() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Obtain details about all cluster nodes.
clusterNodes() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Obtain details about all cluster nodes.
clusterNodes() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Obtain details about all cluster nodes.
ClusterPartitionParser - Class in com.lambdaworks.redis.cluster.models.partitions
Parser for node information output of CLUSTER NODES and CLUSTER SLAVES.
clusterReplicate(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterReplicate(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterReplicate(String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Turn this node into a slave of the node with the id nodeId.
clusterReplicate(String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Turn this node into a slave of the node with the id nodeId.
clusterReplicate(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Turn this node into a slave of the node with the id nodeId.
clusterReplicate(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Turn this node into a slave of the node with the id nodeId.
clusterReplicate(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Turn this node into a slave of the node with the id nodeId.
clusterReset(boolean) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterReset(boolean) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterReset(boolean) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Reset a node performing a soft or hard reset: All other nodes are forgotten All the assigned / open slots are released If the node is a slave, it turns into a master Only for hard reset: a new Node ID is generated Only for hard reset: currentEpoch and configEpoch are set to 0 The new configuration is saved and the cluster state updated If the node was a slave, the whole data set is flushed away
clusterReset(boolean) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Reset a node performing a soft or hard reset: All other nodes are forgotten All the assigned / open slots are released If the node is a slave, it turns into a master Only for hard reset: a new Node ID is generated Only for hard reset: currentEpoch and configEpoch are set to 0 The new configuration is saved and the cluster state updated If the node was a slave, the whole data set is flushed away
clusterReset(boolean) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Reset a node performing a soft or hard reset: All other nodes are forgotten All the assigned / open slots are released If the node is a slave, it turns into a master Only for hard reset: a new Node ID is generated Only for hard reset: currentEpoch and configEpoch are set to 0 The new configuration is saved and the cluster state updated If the node was a slave, the whole data set is flushed away
clusterReset(boolean) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Reset a node performing a soft or hard reset: All other nodes are forgotten All the assigned / open slots are released If the node is a slave, it turns into a master Only for hard reset: a new Node ID is generated Only for hard reset: currentEpoch and configEpoch are set to 0 The new configuration is saved and the cluster state updated If the node was a slave, the whole data set is flushed away
clusterReset(boolean) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Reset a node performing a soft or hard reset: All other nodes are forgotten All the assigned / open slots are released If the node is a slave, it turns into a master Only for hard reset: a new Node ID is generated Only for hard reset: currentEpoch and configEpoch are set to 0 The new configuration is saved and the cluster state updated If the node was a slave, the whole data set is flushed away
clusterSaveconfig() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterSaveconfig() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterSaveconfig() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Forces a node to save the nodes.conf configuration on disk.
clusterSaveconfig() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Forces a node to save the nodes.conf configuration on disk.
clusterSaveconfig() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Forces a node to save the nodes.conf configuration on disk.
clusterSaveconfig() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Forces a node to save the nodes.conf configuration on disk.
clusterSaveconfig() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Forces a node to save the nodes.conf configuration on disk.
clusterSetConfigEpoch(long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterSetConfigEpoch(long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterSetConfigEpoch(long) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
This command sets a specific config epoch in a fresh node.
clusterSetConfigEpoch(long) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
This command sets a specific config epoch in a fresh node.
clusterSetConfigEpoch(long) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
This command sets a specific config epoch in a fresh node.
clusterSetConfigEpoch(long) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
This command sets a specific config epoch in a fresh node.
clusterSetConfigEpoch(long) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
This command sets a specific config epoch in a fresh node.
clusterSetSlotImporting(int, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterSetSlotImporting(int, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Flag a slot as IMPORTING (incoming) from the node specified in nodeId.
clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Flag a slot as IMPORTING (incoming) from the node specified in nodeId.
clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Flag a slot as IMPORTING (incoming) from the node specified in nodeId.
clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Flag a slot as IMPORTING (incoming) from the node specified in nodeId.
clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Flag a slot as IMPORTING (incoming) from the node specified in nodeId.
clusterSetSlotMigrating(int, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterSetSlotMigrating(int, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId.
clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId.
clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId.
clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId.
clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId.
clusterSetSlotNode(int, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterSetSlotNode(int, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Assign a slot to a node.
clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Assign a slot to a node.
clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Assign a slot to a node.
clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Assign a slot to a node.
clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Assign a slot to a node.
clusterSetSlotStable(int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterSetSlotStable(int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterSetSlotStable(int) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Clears migrating / importing state from the slot.
clusterSetSlotStable(int) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Clears migrating / importing state from the slot.
clusterSetSlotStable(int) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Clears migrating / importing state from the slot.
clusterSetSlotStable(int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Clears migrating / importing state from the slot.
clusterSetSlotStable(int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Clears migrating / importing state from the slot.
clusterSlaves(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterSlaves(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterSlaves(String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
List slaves for a certain node identified by its nodeId.
clusterSlaves(String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
List slaves for a certain node identified by its nodeId.
clusterSlaves(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
List slaves for a certain node identified by its nodeId.
clusterSlaves(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
List slaves for a certain node identified by its nodeId.
clusterSlaves(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
List slaves for a certain node identified by its nodeId.
ClusterSlotRange - Class in com.lambdaworks.redis.cluster.models.slots
Represents a range of slots together with its master and slaves.
ClusterSlotRange() - Constructor for class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
ClusterSlotRange(int, int, HostAndPort, List<HostAndPort>) - Constructor for class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
ClusterSlotRange(int, int, RedisClusterNode, List<RedisClusterNode>) - Constructor for class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
Constructs a ClusterSlotRange
clusterSlots() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterSlots() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterSlots() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Get array of cluster slots to node mappings.
clusterSlots() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Get array of cluster slots to node mappings.
clusterSlots() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Get array of cluster slots to node mappings.
clusterSlots() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Get array of cluster slots to node mappings.
clusterSlots() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Get array of cluster slots to node mappings.
ClusterSlotsParser - Class in com.lambdaworks.redis.cluster.models.slots
Parser for redis CLUSTER SLOTS command output.
ClusterTopologyChangedEvent - Class in com.lambdaworks.redis.cluster.event
Signals a discovered cluster topology change.
ClusterTopologyChangedEvent(List<RedisClusterNode>, List<RedisClusterNode>) - Constructor for class com.lambdaworks.redis.cluster.event.ClusterTopologyChangedEvent
clusterTopologyRefreshActivated - Variable in class com.lambdaworks.redis.cluster.RedisClusterClient
 
codec - Variable in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
codec - Variable in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
codec - Variable in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
codec - Variable in class com.lambdaworks.redis.output.CommandOutput
 
codec - Variable in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
 
codec - Variable in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
 
codec - Variable in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
com.lambdaworks.codec - package com.lambdaworks.codec
Base16 and CRC16 codecs.
com.lambdaworks.redis - package com.lambdaworks.redis
The redis client package containing RedisClient for regular and sentinel operations.
com.lambdaworks.redis.api - package com.lambdaworks.redis.api
Standalone Redis connection API.
com.lambdaworks.redis.api.async - package com.lambdaworks.redis.api.async
Standalone Redis API for asynchronous executed commands.
com.lambdaworks.redis.api.rx - package com.lambdaworks.redis.api.rx
Standalone Redis API for reactive commands.
com.lambdaworks.redis.api.sync - package com.lambdaworks.redis.api.sync
Standalone Redis API for synchronous executed commands.
com.lambdaworks.redis.cluster - package com.lambdaworks.redis.cluster
Client for redis clusters RedisClusterClient.
com.lambdaworks.redis.cluster.api - package com.lambdaworks.redis.cluster.api
Redis Cluster connection API.
com.lambdaworks.redis.cluster.api.async - package com.lambdaworks.redis.cluster.api.async
Redis Cluster API for asynchronous executed commands.
com.lambdaworks.redis.cluster.api.rx - package com.lambdaworks.redis.cluster.api.rx
Redis Cluster API for reactive commands.
com.lambdaworks.redis.cluster.api.sync - package com.lambdaworks.redis.cluster.api.sync
Redis Cluster API for synchronous executed commands.
com.lambdaworks.redis.cluster.event - package com.lambdaworks.redis.cluster.event
 
com.lambdaworks.redis.cluster.models.partitions - package com.lambdaworks.redis.cluster.models.partitions
Model and parser for the CLUSTER NODES and CLUSTER SLAVES output.
com.lambdaworks.redis.cluster.models.slots - package com.lambdaworks.redis.cluster.models.slots
Model and parser for the CLUSTER SLOTS output.
com.lambdaworks.redis.codec - package com.lambdaworks.redis.codec
Codecs for key/value type conversion.
com.lambdaworks.redis.event - package com.lambdaworks.redis.event
Event publishing and subscription.
com.lambdaworks.redis.event.connection - package com.lambdaworks.redis.event.connection
Connection-related events.
com.lambdaworks.redis.event.metrics - package com.lambdaworks.redis.event.metrics
Metric events and publishing.
com.lambdaworks.redis.masterslave - package com.lambdaworks.redis.masterslave
 
com.lambdaworks.redis.metrics - package com.lambdaworks.redis.metrics
Collectors for client metrics.
com.lambdaworks.redis.models.command - package com.lambdaworks.redis.models.command
Model and parser to for the COMMAND and COMMAND INFO output.
com.lambdaworks.redis.models.role - package com.lambdaworks.redis.models.role
Model and parser for the ROLE output.
com.lambdaworks.redis.output - package com.lambdaworks.redis.output
Implementation of different output protocols including the Streaming API.
com.lambdaworks.redis.protocol - package com.lambdaworks.redis.protocol
Redis protocol layer abstraction.
com.lambdaworks.redis.pubsub - package com.lambdaworks.redis.pubsub
Pub/Sub connection classes.
com.lambdaworks.redis.pubsub.api.async - package com.lambdaworks.redis.pubsub.api.async
PubSub Redis API for asynchronous executed commands.
com.lambdaworks.redis.pubsub.api.rx - package com.lambdaworks.redis.pubsub.api.rx
PubSub Redis API for reactive commands.
com.lambdaworks.redis.pubsub.api.sync - package com.lambdaworks.redis.pubsub.api.sync
PubSub Redis API for synchronous executed commands.
com.lambdaworks.redis.resource - package com.lambdaworks.redis.resource
Client resource infrastructure providers.
com.lambdaworks.redis.sentinel - package com.lambdaworks.redis.sentinel
Redis Sentinel connection classes.
com.lambdaworks.redis.sentinel.api - package com.lambdaworks.redis.sentinel.api
Redis Sentinel connection API.
com.lambdaworks.redis.sentinel.api.async - package com.lambdaworks.redis.sentinel.api.async
Redis Sentinel API for asynchronous executed commands.
com.lambdaworks.redis.sentinel.api.rx - package com.lambdaworks.redis.sentinel.api.rx
Redis Sentinel API for reactive commands.
com.lambdaworks.redis.sentinel.api.sync - package com.lambdaworks.redis.sentinel.api.sync
Redis Sentinel API for synchronous executed commands.
com.lambdaworks.redis.support - package com.lambdaworks.redis.support
Supportive classes such as RedisClientCdiBean for CDI support, RedisClientFactoryBean for Spring.
command() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
command() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
command() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Returns an array reply of details about all Redis commands.
command() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Returns an array reply of details about all Redis commands.
command() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Returns an array reply of details about all Redis commands.
command() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Returns an array reply of details about all Redis commands.
command() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Returns an array reply of details about all Redis commands.
command - Variable in class com.lambdaworks.redis.protocol.AsyncCommand
 
Command<K,V,T> - Class in com.lambdaworks.redis.protocol
A redis command and its result.
Command(ProtocolKeyword, CommandOutput<K, V, T>) - Constructor for class com.lambdaworks.redis.protocol.Command
Create a new command with the supplied type.
Command(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>) - Constructor for class com.lambdaworks.redis.protocol.Command
Create a new command with the supplied type and args.
command - Variable in class com.lambdaworks.redis.protocol.CommandWrapper
 
command() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Returns an array reply of details about all Redis commands.
command() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Returns an array reply of details about all Redis commands.
COMMAND_INFO_SIZE - Static variable in class com.lambdaworks.redis.models.command.CommandDetailParser
Number of array elements for a specific command.
CommandArgs<K,V> - Class in com.lambdaworks.redis.protocol
Redis command arguments.
CommandArgs(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.protocol.CommandArgs
 
commandBuffer - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
commandBuilder - Variable in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
commandBuilder - Variable in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
commandCount() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
commandCount() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
commandCount() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Get total number of Redis commands.
commandCount() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Get total number of Redis commands.
commandCount() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Get total number of Redis commands.
commandCount() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Get total number of Redis commands.
commandCount() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Get total number of Redis commands.
commandCount() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Get total number of Redis commands.
commandCount() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Get total number of Redis commands.
CommandDetail - Class in com.lambdaworks.redis.models.command
 
CommandDetail() - Constructor for class com.lambdaworks.redis.models.command.CommandDetail
 
CommandDetail(String, int, Set<CommandDetail.Flag>, int, int, int) - Constructor for class com.lambdaworks.redis.models.command.CommandDetail
Constructs a CommandDetail
CommandDetail.Flag - Enum in com.lambdaworks.redis.models.command
 
CommandDetailParser - Class in com.lambdaworks.redis.models.command
Parser for redis COMMAND/COMMAND INFOcommand output.
CommandEncoder - Class in com.lambdaworks.redis.protocol
A netty ChannelHandler responsible for encoding commands.
CommandEncoder() - Constructor for class com.lambdaworks.redis.protocol.CommandEncoder
 
CommandEncoder(boolean) - Constructor for class com.lambdaworks.redis.protocol.CommandEncoder
 
commandHandler(CommandHandler<?, ?>) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
commandHandler() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
CommandHandler<K,V> - Class in com.lambdaworks.redis.protocol
A netty ChannelHandler responsible for writing redis commands and reading responses from the server.
CommandHandler(ClientOptions, ClientResources, Queue<RedisCommand<K, V, ?>>) - Constructor for class com.lambdaworks.redis.protocol.CommandHandler
Initialize a new instance that handles commands from the supplied queue.
CommandHandler.LifecycleState - Enum in com.lambdaworks.redis.protocol
 
commandInfo(String...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
commandInfo(CommandType...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
commandInfo(String...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
commandInfo(CommandType...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
commandInfo(String...) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Returns an array reply of details about the requested commands.
commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Returns an array reply of details about the requested commands.
commandInfo(String...) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Returns an array reply of details about the requested commands.
commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Returns an array reply of details about the requested commands.
commandInfo(String...) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Returns an array reply of details about the requested commands.
commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Returns an array reply of details about the requested commands.
commandInfo(String...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Returns an array reply of details about the requested commands.
commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Returns an array reply of details about the requested commands.
commandInfo(String...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Returns an array reply of details about the requested commands.
commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Returns an array reply of details about the requested commands.
commandInfo(String...) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Returns an array reply of details about the requested commands.
commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Returns an array reply of details about the requested commands.
commandInfo(String...) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Returns an array reply of details about the requested commands.
commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Returns an array reply of details about the requested commands.
CommandKeyword - Enum in com.lambdaworks.redis.protocol
Keyword modifiers for redis commands.
CommandLatency(long, long, Map<Double, Long>) - Constructor for class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
 
CommandLatencyCollector - Interface in com.lambdaworks.redis.metrics
MetricCollector for command latencies.
commandLatencyCollector() - Method in interface com.lambdaworks.redis.resource.ClientResources
commandLatencyCollector(CommandLatencyCollector) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
Sets the CommandLatencyCollector that can that can be used across different instances of the RedisClient.
commandLatencyCollector() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
 
CommandLatencyCollectorOptions - Interface in com.lambdaworks.redis.metrics
Configuration interface for command latency collection.
commandLatencyCollectorOptions(CommandLatencyCollectorOptions) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
Sets the CommandLatencyCollectorOptions that can that can be used across different instances of the RedisClient.
CommandLatencyEvent - Class in com.lambdaworks.redis.event.metrics
Event that transports command latency metrics.
CommandLatencyEvent(Map<CommandLatencyId, CommandMetrics>) - Constructor for class com.lambdaworks.redis.event.metrics.CommandLatencyEvent
 
CommandLatencyId - Class in com.lambdaworks.redis.metrics
Identifier for a command latency.
CommandLatencyId(SocketAddress, SocketAddress, ProtocolKeyword) - Constructor for class com.lambdaworks.redis.metrics.CommandLatencyId
 
commandLatencyPublisherOptions() - Method in interface com.lambdaworks.redis.resource.ClientResources
Returns the EventPublisherOptions for latency event publishing.
commandLatencyPublisherOptions(EventPublisherOptions) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
Sets the EventPublisherOptions to publish command latency metrics using the EventBus.
commandLatencyPublisherOptions() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
 
CommandMetrics - Class in com.lambdaworks.redis.metrics
Latency metrics for commands.
CommandMetrics(long, TimeUnit, CommandMetrics.CommandLatency, CommandMetrics.CommandLatency) - Constructor for class com.lambdaworks.redis.metrics.CommandMetrics
 
CommandMetrics.CommandLatency - Class in com.lambdaworks.redis.metrics
 
CommandOutput<K,V,T> - Class in com.lambdaworks.redis.output
Abstract representation of the output of a redis command.
CommandOutput(RedisCodec<K, V>, T) - Constructor for class com.lambdaworks.redis.output.CommandOutput
Initialize a new instance that encodes and decodes keys and values using the supplied codec.
commands() - Method in interface com.lambdaworks.redis.cluster.api.NodeSelectionSupport
 
commands(int) - Method in interface com.lambdaworks.redis.cluster.api.NodeSelectionSupport
Obtain the connection/commands to a particular node.
commandType() - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
Returns the command type.
CommandType - Enum in com.lambdaworks.redis.protocol
Redis commands.
CommandWrapper<K,V,T> - Class in com.lambdaworks.redis.protocol
 
CommandWrapper(RedisCommand<K, V, T>) - Constructor for class com.lambdaworks.redis.protocol.CommandWrapper
 
compareTo(CommandLatencyId) - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
 
complete(int) - Method in class com.lambdaworks.redis.output.ArrayOutput
 
complete(int) - Method in class com.lambdaworks.redis.output.CommandOutput
Mark the command output complete.
complete(int) - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
 
complete(int) - Method in class com.lambdaworks.redis.output.ListOfMapsOutput
 
complete(int) - Method in class com.lambdaworks.redis.output.MultiOutput
 
complete(int) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
 
complete() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
Mark this command complete and notify all waiting threads.
complete() - Method in class com.lambdaworks.redis.protocol.Command
Mark this command complete and notify all waiting threads.
complete() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
complete() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
Complete a command.
CompleteableCommand<T> - Interface in com.lambdaworks.redis.protocol
 
completed - Variable in class com.lambdaworks.redis.protocol.Command
 
completeExceptionally(Throwable) - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
completeExceptionally(Throwable) - Method in class com.lambdaworks.redis.protocol.Command
 
completeExceptionally(Throwable) - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
completeExceptionally(Throwable) - Method in interface com.lambdaworks.redis.protocol.RedisCommand
 
completeResult() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
CompressionCodec - Class in com.lambdaworks.redis.codec
A compressing/decompressing RedisCodec that wraps a typed codec and compresses values using GZIP or Deflate.
CompressionCodec() - Constructor for class com.lambdaworks.redis.codec.CompressionCodec
 
CompressionCodec.CompressionType - Enum in com.lambdaworks.redis.codec
 
computationThreadPoolSize() - Method in interface com.lambdaworks.redis.resource.ClientResources
Returns the pool size (number of threads) for all computation tasks.
computationThreadPoolSize(int) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
Sets the thread pool size (number of threads to use) for computation operations (default value is the number of CPUs).
computationThreadPoolSize() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
 
configGet(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
configGet(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
configGet(String) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Get the value of a configuration parameter.
configGet(String) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Get the value of a configuration parameter.
configGet(String) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Get the value of a configuration parameter.
configGet(String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Get the value of a configuration parameter.
configGet(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Get the value of a configuration parameter.
configGet(String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Get the value of a configuration parameter.
configGet(String) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Get the value of a configuration parameter.
configResetstat() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
configResetstat() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
configResetstat() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Reset the stats returned by INFO.
configResetstat() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Reset the stats returned by INFO.
configResetstat() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Reset the stats returned by INFO.
configResetstat() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Reset the stats returned by INFO.
configResetstat() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Reset the stats returned by INFO.
configResetstat() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Reset the stats returned by INFO.
configResetstat() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Reset the stats returned by INFO.
configRewrite() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
configRewrite() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
configRewrite() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Rewrite the configuration file with the in memory configuration.
configRewrite() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Rewrite the configuration file with the in memory configuration.
configRewrite() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Rewrite the configuration file with the in memory configuration.
configRewrite() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Rewrite the configuration file with the in memory configuration.
configRewrite() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Rewrite the configuration file with the in memory configuration.
configRewrite() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Rewrite the configuration file with the in memory configuration.
configRewrite() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Rewrite the configuration file with the in memory configuration.
configSet(String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
configSet(String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
configSet(String, String) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Set a configuration parameter to the given value.
configSet(String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Set a configuration parameter to the given value.
configSet(String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Set a configuration parameter to the given value.
configSet(String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Set a configuration parameter to the given value.
configSet(String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Set a configuration parameter to the given value.
configSet(String, String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Set a configuration parameter to the given value.
configSet(String, String) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Set a configuration parameter to the given value.
connect() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Connect to a Redis Cluster and treat keys and values as UTF-8 strings.
connect(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Connect to a Redis Cluster.
connect(RedisClient, RedisCodec<K, V>, RedisURI) - Static method in class com.lambdaworks.redis.masterslave.MasterSlave
Open a new connection to a Redis Master-Slave server/servers using the supplied RedisURI and the supplied codec to encode/decode keys.
connect() - Method in class com.lambdaworks.redis.RedisClient
Open a new connection to a Redis server that treats keys and values as UTF-8 strings.
connect(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Open a new connection to a Redis server.
connect(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new connection to a Redis server using the supplied RedisURI that treats keys and values as UTF-8 strings.
connect(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new connection to a Redis server using the supplied RedisURI and the supplied codec to encode/decode keys.
connectAsync() - Method in class com.lambdaworks.redis.RedisClient
Deprecated.
connectAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Deprecated.
Use connect(codec).async()
connectAsync(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Deprecated.
Use connect(redisURI).async()
connectAsync(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Deprecated.
Use connect(codec, redisURI).async()
connectAsyncImpl(CommandHandler<K, V>, T, Supplier<SocketAddress>) - Method in class com.lambdaworks.redis.AbstractRedisClient
 
connectCluster() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Deprecated.
Use connect().sync()
connectCluster(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Deprecated.
@deprecated Use connect(codec).sync()
connectClusterAsync() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Deprecated.
Use connect().async()
connectClusterAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Deprecated.
@deprecated Use connect(codec).async()
CONNECTED - Static variable in class com.lambdaworks.redis.cluster.models.partitions.ClusterPartitionParser
 
ConnectedEvent - Class in com.lambdaworks.redis.event.connection
Event for a established TCP-level connection.
ConnectedEvent(SocketAddress, SocketAddress) - Constructor for class com.lambdaworks.redis.event.connection.ConnectedEvent
 
connection - Variable in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
connection - Variable in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
connection(RedisChannelHandler<?, ?>) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
connection() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
ConnectionActivatedEvent - Class in com.lambdaworks.redis.event.connection
Event for a connection activation (after SSL-handshake, PING before activation, and buffered command replay).
ConnectionActivatedEvent(SocketAddress, SocketAddress) - Constructor for class com.lambdaworks.redis.event.connection.ConnectionActivatedEvent
 
connectionBuilder(CommandHandler<?, ?>, RedisChannelHandler<?, ?>, Supplier<SocketAddress>, ConnectionBuilder, RedisURI) - Method in class com.lambdaworks.redis.AbstractRedisClient
Populate connection builder with necessary resources.
ConnectionBuilder - Class in com.lambdaworks.redis
Connection builder for connections.
ConnectionBuilder() - Constructor for class com.lambdaworks.redis.ConnectionBuilder
 
connectionBuilder() - Static method in class com.lambdaworks.redis.ConnectionBuilder
 
ConnectionDeactivatedEvent - Class in com.lambdaworks.redis.event.connection
Event for a connection deactivation.
ConnectionDeactivatedEvent(SocketAddress, SocketAddress) - Constructor for class com.lambdaworks.redis.event.connection.ConnectionDeactivatedEvent
 
ConnectionEvent - Interface in com.lambdaworks.redis.event.connection
Interface for Connection-related events
connectionEvents - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
connectionEvents(ConnectionEvents) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
ConnectionEvents - Class in com.lambdaworks.redis
Close Events Facility.
ConnectionEvents() - Constructor for class com.lambdaworks.redis.ConnectionEvents
 
ConnectionEvents.Activated - Class in com.lambdaworks.redis
Internal event when a channel is activated.
ConnectionEvents.Close - Class in com.lambdaworks.redis
Internal event when a channel is closed.
ConnectionEvents.PrepareClose - Class in com.lambdaworks.redis
Internal event before a channel is closed.
ConnectionId - Interface in com.lambdaworks.redis
Connection identifier.
ConnectionPoint - Interface in com.lambdaworks.redis
Interface for a connection point described with a host and port or socket.
ConnectionWatchdog - Class in com.lambdaworks.redis.protocol
A netty ChannelHandler responsible for monitoring the channel and reconnecting when the connection is lost.
ConnectionWatchdog(ClientOptions, Bootstrap, Timer, EventExecutorGroup, Supplier<SocketAddress>) - Constructor for class com.lambdaworks.redis.protocol.ConnectionWatchdog
Create a new watchdog that adds to new connections to the supplied ChannelGroup and establishes a new Channel when disconnected, while reconnect is true.
connectPubSub() - Method in class com.lambdaworks.redis.RedisClient
Open a new pub/sub connection to a Redis server that treats keys and values as UTF-8 strings.
connectPubSub(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new pub/sub connection to a Redis server using the supplied RedisURI that treats keys and values as UTF-8 strings.
connectPubSub(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Open a new pub/sub connection to the Redis server using the supplied RedisURI and use the supplied codec to encode/decode keys and values.
connectPubSub(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new pub/sub connection to the Redis server using the supplied RedisURI and use the supplied codec to encode/decode keys and values.
connectSentinel() - Method in class com.lambdaworks.redis.RedisClient
Open a connection to a Redis Sentinel that treats keys and values as UTF-8 strings.
connectSentinel(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Open a connection to a Redis Sentinel that treats keys and use the supplied codec to encode/decode keys and values.
connectSentinel(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a connection to a Redis Sentinel using the supplied RedisURI that treats keys and values as UTF-8 strings.
connectSentinel(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a connection to a Redis Sentinel using the supplied RedisURI and use the supplied codec to encode/decode keys and values.
connectSentinelAsync() - Method in class com.lambdaworks.redis.RedisClient
Deprecated.
Use connectSentinel().async()
connectSentinelAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Deprecated.
Use connectSentinel(codec).async()
connectSentinelAsync(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Deprecated.
Use connectSentinel(redisURI).async()
connectSentinelAsync(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Deprecated.
Use connectSentinel(codec, redisURI).async()
connectToNode(SocketAddress) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
contains(Object) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
containsAll(Collection<?>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
coordinates - Variable in class com.lambdaworks.redis.GeoWithin
 
copyOf(ClientOptions) - Static method in class com.lambdaworks.redis.ClientOptions
Create a copy of options
copyOf(ClusterClientOptions) - Static method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Create a copy of options.
count() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
count() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
CRC16 - Class in com.lambdaworks.codec
 
crc16(byte[]) - Static method in class com.lambdaworks.codec.CRC16
Create a CRC16 checksum from the bytes.
create() - Static method in class com.lambdaworks.redis.ClientOptions
Create a new instance of ClientOptions with default settings.
create() - Static method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Create a new ClusterClientOptions using default settings.
create(RedisURI) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
Create a new client that connects to the supplied uri with default ClientResources.
create(Iterable<RedisURI>) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
Create a new client that connects to the supplied uri with default ClientResources.
create(String) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
Create a new client that connects to the supplied uri with default ClientResources.
create(ClientResources, RedisURI) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
Create a new client that connects to the supplied uri with shared ClientResources.
create(ClientResources, String) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
Create a new client that connects to the supplied uri with shared ClientResources.You need to shut down the ClientResources upon shutting down your application.
create(ClientResources, Iterable<RedisURI>) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
Create a new client that connects to the supplied uri with shared ClientResources.
create() - Static method in class com.lambdaworks.redis.event.DefaultEventPublisherOptions
Create a new DefaultEventPublisherOptions using default settings.
create(SocketAddress, SocketAddress, ProtocolKeyword) - Static method in class com.lambdaworks.redis.metrics.CommandLatencyId
Create a new instance of CommandLatencyId.
create() - Static method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
Create a new DefaultCommandLatencyCollectorOptions instance using default settings.
create() - Static method in class com.lambdaworks.redis.RedisClient
Creates a uri-less RedisClient with default ClientResources.
create(RedisURI) - Static method in class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied uri with default ClientResources.
create(String) - Static method in class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied uri with default ClientResources.
create(ClientResources) - Static method in class com.lambdaworks.redis.RedisClient
Creates a uri-less RedisClient with shared ClientResources.
create(ClientResources, String) - Static method in class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied uri with shared ClientResources.You need to shut down the ClientResources upon shutting down your application.
create(ClientResources, RedisURI) - Static method in class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied uri with shared ClientResources.
create(String, int) - Static method in class com.lambdaworks.redis.RedisURI
Create a Redis URI from host and port.
create(String) - Static method in class com.lambdaworks.redis.RedisURI
Create a Redis URI from an URI string.
create(URI) - Static method in class com.lambdaworks.redis.RedisURI
Create a Redis URI from an URI string: The uri must follow conventions of URI
create() - Static method in class com.lambdaworks.redis.resource.DefaultClientResources
Create a new DefaultClientResources using default settings.
create(RedisConnectionPool<T>) - Static method in class com.lambdaworks.redis.support.PoolingProxyFactory
Creates a transparent connection pooling proxy.
createCommand(CommandType, CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
 
createCommand(CommandType, CommandOutput<K, V, T>, K) - Method in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
 
createCommand(CommandType, CommandOutput<K, V, T>, K, V) - Method in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
 
createCommand(CommandType, CommandOutput<K, V, T>, K, V[]) - Method in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
 
createCommand(CommandType, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
 
createDissolvingObservable(Supplier<RedisCommand<K, V, T>>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
createDissolvingObservable(CommandType, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
createDissolvingObservable(Supplier<RedisCommand<K, V, T>>) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
createEventLoopGroup(Class<T>, int) - Static method in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
Create an instance of a EventExecutorGroup.
createInstance() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
createInstance() - Method in class com.lambdaworks.redis.support.RedisClientFactoryBean
 
createInstance() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
createObservable(CommandType, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
createObservable(Supplier<RedisCommand<K, V, T>>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
createObservable(Supplier<RedisCommand<K, V, T>>) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
createWorker() - Method in class com.lambdaworks.redis.resource.RxJavaEventExecutorGroupScheduler
 

D

DateOutput<K,V> - Class in com.lambdaworks.redis.output
Date output with no milliseconds.
DateOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.DateOutput
 
dbsize() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
dbsize() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
dbsize() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Return the number of keys in the selected database.
dbsize() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Return the number of keys in the selected database.
dbsize() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Return the number of keys in the selected database.
dbsize() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Return the number of keys in the selected database.
dbsize() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Return the number of keys in the selected database on all cluster masters.
dbsize() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Return the number of keys in the selected database on all cluster masters.
dbsize() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Return the number of keys in the selected database.
dbsize() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Return the number of keys in the selected database on all cluster masters.
dbsize() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
dbsize() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
dbsize() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Return the number of keys in the selected database.
dbsize() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Return the number of keys in the selected database.
deactivated() - Method in class com.lambdaworks.redis.RedisChannelHandler
Notification when the connection becomes inactive (disconnected).
debugCrashAndRecover(Long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
debugCrashAndRecover(Long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
debugCrashAndRecover(Long) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Crash and recover
debugCrashAndRecover(Long) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Crash and recover
debugCrashAndRecover(Long) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Crash and recover
debugCrashAndRecover(Long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Crash and recover
debugCrashAndRecover(Long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Crash and recover
debugHtstats(int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
debugHtstats(int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
debugHtstats(int) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Get debugging information about the internal hash-table state.
debugHtstats(int) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Get debugging information about the internal hash-table state.
debugHtstats(int) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Get debugging information about the internal hash-table state.
debugHtstats(int) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Get debugging information about the internal hash-table state.
debugHtstats(int) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Get debugging information about the internal hash-table state.
debugHtstats(int) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Get debugging information about the internal hash-table state.
debugHtstats(int) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Get debugging information about the internal hash-table state.
debugObject(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
debugObject(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
debugObject(K) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Get debugging information about a key.
debugObject(K) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Get debugging information about a key.
debugObject(K) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Get debugging information about a key.
debugObject(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Get debugging information about a key.
debugObject(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Get debugging information about a key.
debugObject(K) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Get debugging information about a key.
debugObject(K) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Get debugging information about a key.
debugOom() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
debugOom() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
debugOom() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Make the server crash: Out of memory.
debugOom() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Make the server crash: Out of memory.
debugOom() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Make the server crash: Out of memory.
debugOom() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Make the server crash: Out of memory.
debugOom() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Make the server crash: Out of memory.
debugReload() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
debugReload() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
debugReload() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Save RDB, clear the database and reload RDB.
debugReload() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Save RDB, clear the database and reload RDB.
debugReload() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Save RDB, clear the database and reload RDB.
debugReload() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Save RDB, clear the database and reload RDB.
debugReload() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Save RDB, clear the database and reload RDB.
debugRestart(Long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
debugRestart(Long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
debugRestart(Long) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Restart the server gracefully.
debugRestart(Long) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Restart the server gracefully.
debugRestart(Long) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Restart the server gracefully.
debugRestart(Long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Restart the server gracefully.
debugRestart(Long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Restart the server gracefully.
debugSdslen(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
debugSdslen(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
debugSdslen(K) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Get debugging information about the internal SDS length.
debugSdslen(K) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Get debugging information about the internal SDS length.
debugSdslen(K) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Get debugging information about the internal SDS length.
debugSdslen(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Get debugging information about the internal SDS length.
debugSdslen(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Get debugging information about the internal SDS length.
debugSegfault() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
debugSegfault() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
debugSegfault() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Make the server crash: Invalid pointer access.
debugSegfault() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Make the server crash: Invalid pointer access.
debugSegfault() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Make the server crash: Invalid pointer access.
debugSegfault() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Make the server crash: Invalid pointer access.
debugSegfault() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Make the server crash: Invalid pointer access.
decode(ChannelHandlerContext, ByteBuf) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
decode(ByteBuf, CommandOutput<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
Decode a command using the input buffer.
decode(ByteBuf, RedisCommand<K, V, ?>, CommandOutput<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
Attempt to decode a redis response and return a flag indicating whether a complete response was read.
decode(ChannelHandlerContext, ByteBuf) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
 
decodeAscii(ByteBuffer) - Method in class com.lambdaworks.redis.output.CommandOutput
 
decodeKey(ByteBuffer) - Method in class com.lambdaworks.redis.codec.ByteArrayCodec
 
decodeKey(ByteBuffer) - Method in interface com.lambdaworks.redis.codec.RedisCodec
Decode the key output by redis.
decodeKey(ByteBuffer) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
decodeValue(ByteBuffer) - Method in class com.lambdaworks.redis.codec.ByteArrayCodec
 
decodeValue(ByteBuffer) - Method in interface com.lambdaworks.redis.codec.RedisCodec
Decode the value output by redis.
decodeValue(ByteBuffer) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
decr(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
decr(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
decr(K) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Decrement the integer value of a key by one.
decr(K) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Decrement the integer value of a key by one.
decr(K) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Decrement the integer value of a key by one.
decr(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Decrement the integer value of a key by one.
decr(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Decrement the integer value of a key by one.
decr(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Decrement the integer value of a key by one.
decr(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Decrement the integer value of a key by one.
decrby(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
decrby(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
decrby(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Decrement the integer value of a key by the given number.
decrby(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Decrement the integer value of a key by the given number.
decrby(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Decrement the integer value of a key by the given number.
decrby(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Decrement the integer value of a key by the given number.
decrby(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Decrement the integer value of a key by the given number.
decrby(K, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Decrement the integer value of a key by the given number.
decrby(K, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Decrement the integer value of a key by the given number.
DEFAULT_AUTO_RECONNECT - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_CANCEL_CMD_RECONNECT_FAIL - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_CLOSE_STALE_CONNECTIONS - Static variable in class com.lambdaworks.redis.cluster.ClusterClientOptions
 
DEFAULT_COMPUTATION_THREADS - Static variable in class com.lambdaworks.redis.resource.DefaultClientResources
 
DEFAULT_DISCONNECTED_BEHAVIOR - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_EMIT_INTERVAL - Static variable in class com.lambdaworks.redis.event.DefaultEventPublisherOptions
 
DEFAULT_EMIT_INTERVAL_UNIT - Static variable in class com.lambdaworks.redis.event.DefaultEventPublisherOptions
 
DEFAULT_ENABLED - Static variable in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
DEFAULT_IO_THREADS - Static variable in class com.lambdaworks.redis.resource.DefaultClientResources
 
DEFAULT_LOCAL_DISTINCTION - Static variable in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
DEFAULT_MAX_REDIRECTS - Static variable in class com.lambdaworks.redis.cluster.ClusterClientOptions
 
DEFAULT_PING_BEFORE_ACTIVATE_CONNECTION - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_REDIS_PORT - Static variable in class com.lambdaworks.redis.RedisURI
The default redis port.
DEFAULT_REFRESH_CLUSTER_VIEW - Static variable in class com.lambdaworks.redis.cluster.ClusterClientOptions
 
DEFAULT_REFRESH_PERIOD - Static variable in class com.lambdaworks.redis.cluster.ClusterClientOptions
 
DEFAULT_REFRESH_PERIOD_UNIT - Static variable in class com.lambdaworks.redis.cluster.ClusterClientOptions
 
DEFAULT_REQUEST_QUEUE_SIZE - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_RESET_LATENCIES_AFTER_EVENT - Static variable in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
DEFAULT_SENTINEL_PORT - Static variable in class com.lambdaworks.redis.RedisURI
The default sentinel port.
DEFAULT_SUSPEND_RECONNECT_PROTO_FAIL - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_TARGET_PERCENTILES - Static variable in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
DEFAULT_TARGET_UNIT - Static variable in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
DEFAULT_TIMEOUT - Static variable in class com.lambdaworks.redis.RedisURI
Default timeout: 60 sec
DEFAULT_TIMEOUT_UNIT - Static variable in class com.lambdaworks.redis.RedisURI
 
DEFAULT_VALIDATE_CLUSTER_MEMBERSHIP - Static variable in class com.lambdaworks.redis.cluster.ClusterClientOptions
 
DefaultClientResources - Class in com.lambdaworks.redis.resource
Default instance of the client resources.
DefaultClientResources(DefaultClientResources.Builder) - Constructor for class com.lambdaworks.redis.resource.DefaultClientResources
 
DefaultClientResources.Builder - Class in com.lambdaworks.redis.resource
DefaultCommandLatencyCollector - Class in com.lambdaworks.redis.metrics
Default implementation of a CommandLatencyCollector for command latencies.
DefaultCommandLatencyCollector(CommandLatencyCollectorOptions) - Constructor for class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
 
DefaultCommandLatencyCollectorOptions - Class in com.lambdaworks.redis.metrics
The default implementation of CommandLatencyCollectorOptions.
DefaultCommandLatencyCollectorOptions(DefaultCommandLatencyCollectorOptions.Builder) - Constructor for class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
DefaultCommandLatencyCollectorOptions.Builder - Class in com.lambdaworks.redis.metrics
DefaultCommandLatencyEventPublisher - Class in com.lambdaworks.redis.event.metrics
Default implementation of a CommandLatencyCollector for command latencies.
DefaultCommandLatencyEventPublisher(EventExecutorGroup, EventPublisherOptions, EventBus, CommandLatencyCollector) - Constructor for class com.lambdaworks.redis.event.metrics.DefaultCommandLatencyEventPublisher
 
DefaultEventBus - Class in com.lambdaworks.redis.event
Default implementation for an EventBus.
DefaultEventBus(Scheduler) - Constructor for class com.lambdaworks.redis.event.DefaultEventBus
 
DefaultEventLoopGroupProvider - Class in com.lambdaworks.redis.resource
Default implementation which manages one event loop group instance per type.
DefaultEventLoopGroupProvider(int) - Constructor for class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
Creates a new instance of DefaultEventLoopGroupProvider.
DefaultEventPublisherOptions - Class in com.lambdaworks.redis.event
The default implementation of CommandLatencyCollectorOptions.
DefaultEventPublisherOptions(DefaultEventPublisherOptions.Builder) - Constructor for class com.lambdaworks.redis.event.DefaultEventPublisherOptions
 
DefaultEventPublisherOptions.Builder - Class in com.lambdaworks.redis.event
del(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
del(Iterable<K>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
del(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
del(Iterable<K>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
del(K...) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Delete one or more keys.
del(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Delete one or more keys.
del(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Delete one or more keys.
del(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Delete one or more keys.
del(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Delete one or more keys with pipelining.
del(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Delete a key with pipelining.
del(K...) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Delete one or more keys with pipelining.
del(K...) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Delete a key with pipelining.
del(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Delete one or more keys.
del(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Delete one or more keys with pipelining.
del(K...) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
del(K...) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
del(K...) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Delete one or more keys.
del(K...) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Delete one or more keys.
desc() - Method in class com.lambdaworks.redis.GeoArgs
Sort results descending.
desc() - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
desc() - Method in class com.lambdaworks.redis.SortArgs
 
destroyInstance(ClientResources) - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
destroyInstance(RedisClient) - Method in class com.lambdaworks.redis.support.RedisClientFactoryBean
 
destroyInstance(RedisClusterClient) - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
digest(V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
digest(V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
digest(V) - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
Create a SHA1 digest from a Lua script.
digest(V) - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
Create a SHA1 digest from a Lua script.
digest(V) - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
Create a SHA1 digest from a Lua script.
digest(V) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Create a SHA1 digest from a Lua script.
digest(V) - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Create a SHA1 digest from a Lua script.
digest(byte[]) - Static method in class com.lambdaworks.redis.LettuceStrings
Create SHA1 digest from Lua script.
digest(ByteBuffer) - Static method in class com.lambdaworks.redis.LettuceStrings
Create SHA1 digest from Lua script.
disable() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
Disable the latency collector.
disabled() - Static method in class com.lambdaworks.redis.event.DefaultEventPublisherOptions
Create a disabled DefaultEventPublisherOptions using default settings.
disabled() - Static method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
Create a DefaultCommandLatencyCollectorOptions instance with disabled event emission.
discard() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
discard() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
discard() - Method in interface com.lambdaworks.redis.api.async.RedisTransactionalAsyncCommands
Discard all commands issued after MULTI.
discard() - Method in interface com.lambdaworks.redis.api.rx.RedisTransactionalReactiveCommands
Discard all commands issued after MULTI.
discard() - Method in interface com.lambdaworks.redis.api.sync.RedisTransactionalCommands
Discard all commands issued after MULTI.
discard() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Discard all commands issued after MULTI.
discard() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Discard all commands issued after MULTI.
disconnectedBehavior(ClientOptions.DisconnectedBehavior) - Method in class com.lambdaworks.redis.ClientOptions.Builder
Sets the behavior for command invocation when connections are in a disconnected state.
disconnectedBehavior(ClientOptions.DisconnectedBehavior) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
 
DisconnectedEvent - Class in com.lambdaworks.redis.event.connection
Event for a disconnect on TCP-level.
DisconnectedEvent(SocketAddress, SocketAddress) - Constructor for class com.lambdaworks.redis.event.connection.DisconnectedEvent
 
dispatch(CommandType, CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
dispatch(CommandType, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
dispatch(RedisCommand<K, V, T>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
dispatch(C) - Method in interface com.lambdaworks.redis.api.StatefulConnection
Dispatch a command.
dispatch(C) - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
dispatch(C) - Method in class com.lambdaworks.redis.RedisChannelHandler
 
dispatch(RedisCommand<K, V, T>) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
dispatch(C) - Method in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
 
dispatch(C) - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
distance - Variable in class com.lambdaworks.redis.GeoWithin
 
domainSocketAddressClass - Static variable in class com.lambdaworks.redis.EpollProvider
 
DoubleOutput<K,V> - Class in com.lambdaworks.redis.output
Double output, may be null.
DoubleOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.DoubleOutput
 
dump(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
dump(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
dump(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Return a serialized version of the value stored at the specified key.
dump(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Return a serialized version of the value stored at the specified key.
dump(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Return a serialized version of the value stored at the specified key.
dump(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Return a serialized version of the value stored at the specified key.
dump(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Return a serialized version of the value stored at the specified key.
dump(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Return a serialized version of the value stored at the specified key.
dump(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Return a serialized version of the value stored at the specified key.

E

echo(V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
echo(V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
echo(V) - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Echo the given string.
echo(V) - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Echo the given string.
echo(V) - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Echo the given string.
echo(V) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Echo the given string.
echo(V) - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Echo the given string.
echo(V) - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
Echo the given string.
echo(V) - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
Echo the given string.
emitMetricsEvent() - Method in class com.lambdaworks.redis.event.metrics.DefaultCommandLatencyEventPublisher
 
emitMetricsEvent() - Method in interface com.lambdaworks.redis.event.metrics.MetricEventPublisher
Emit immediately a metrics event.
encode(byte[], boolean) - Static method in class com.lambdaworks.codec.Base16
Encode bytes to base16 chars.
encode(ByteBuf) - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
encode(ByteBuf) - Method in class com.lambdaworks.redis.protocol.Command
Encode and write this command to the supplied buffer using the new Unified Request Protocol.
encode(ChannelHandlerContext, Object, ByteBuf) - Method in class com.lambdaworks.redis.protocol.CommandEncoder
 
encode(ByteBuf) - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
encode(ByteBuf) - Method in interface com.lambdaworks.redis.protocol.RedisCommand
Encode the command.
encodeKey(byte[]) - Method in class com.lambdaworks.redis.codec.ByteArrayCodec
 
encodeKey(K) - Method in interface com.lambdaworks.redis.codec.RedisCodec
Encode the key for output to redis.
encodeKey(String) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
encodeValue(byte[]) - Method in class com.lambdaworks.redis.codec.ByteArrayCodec
 
encodeValue(V) - Method in interface com.lambdaworks.redis.codec.RedisCodec
Encode the value for output to redis.
encodeValue(String) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
epollDomainSocketChannelClass - Static variable in class com.lambdaworks.redis.EpollProvider
 
epollEventLoopGroupClass - Static variable in class com.lambdaworks.redis.EpollProvider
 
EpollProvider - Class in com.lambdaworks.redis
Wraps and provides Epoll classes.
EpollProvider() - Constructor for class com.lambdaworks.redis.EpollProvider
 
equals(Object) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
equals(Object) - Method in class com.lambdaworks.redis.GeoCoordinates
 
equals(Object) - Method in class com.lambdaworks.redis.GeoWithin
 
equals(Object) - Method in class com.lambdaworks.redis.KeyValue
 
equals(Object) - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
 
equals(Object) - Method in class com.lambdaworks.redis.RedisURI
 
equals(Object) - Method in class com.lambdaworks.redis.ScoredValue
 
error - Variable in class com.lambdaworks.redis.output.CommandOutput
 
eval(String, ScriptOutputType, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
eval(String, ScriptOutputType, K[], V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
eval(String, ScriptOutputType, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
eval(String, ScriptOutputType, K[], V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
eval(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
Execute a Lua script server side.
eval(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
Execute a Lua script server side.
eval(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
Execute a Lua script server side.
eval(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
Execute a Lua script server side.
eval(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
Execute a Lua script server side.
eval(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
Execute a Lua script server side.
eval(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionScriptingAsyncCommands
Execute a Lua script server side.
eval(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionScriptingAsyncCommands
Execute a Lua script server side.
eval(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionScriptingCommands
Execute a Lua script server side.
eval(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionScriptingCommands
Execute a Lua script server side.
eval(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.RedisScriptingAsyncConnection
Deprecated.
Execute a Lua script server side.
eval(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.RedisScriptingAsyncConnection
Deprecated.
Execute a Lua script server side.
eval(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.RedisScriptingConnection
Deprecated.
Execute a Lua script server side.
eval(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.RedisScriptingConnection
Deprecated.
Execute a Lua script server side.
evalsha(String, ScriptOutputType, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
evalsha(String, ScriptOutputType, K[], V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
evalsha(String, ScriptOutputType, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
evalsha(String, ScriptOutputType, K[], V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
evalsha(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
Evaluates a script cached on the server side by its SHA1 digest
evalsha(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
Execute a Lua script server side.
evalsha(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
Evaluates a script cached on the server side by its SHA1 digest
evalsha(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
Execute a Lua script server side.
evalsha(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
Evaluates a script cached on the server side by its SHA1 digest
evalsha(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
Execute a Lua script server side.
evalsha(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionScriptingAsyncCommands
Evaluates a script cached on the server side by its SHA1 digest
evalsha(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionScriptingAsyncCommands
Execute a Lua script server side.
evalsha(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionScriptingCommands
Evaluates a script cached on the server side by its SHA1 digest
evalsha(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionScriptingCommands
Execute a Lua script server side.
evalsha(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.RedisScriptingAsyncConnection
Deprecated.
Evaluates a script cached on the server side by its SHA1 digest
evalsha(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.RedisScriptingAsyncConnection
Deprecated.
Execute a Lua script server side.
evalsha(String, ScriptOutputType, K...) - Method in interface com.lambdaworks.redis.RedisScriptingConnection
Deprecated.
Evaluates a script cached on the server side by its SHA1 digest
evalsha(String, ScriptOutputType, K[], V...) - Method in interface com.lambdaworks.redis.RedisScriptingConnection
Deprecated.
Execute a Lua script server side.
Event - Interface in com.lambdaworks.redis.event
Marker-interface for events that are published over the event bus.
EventBus - Interface in com.lambdaworks.redis.event
Interface for an EventBus.
eventBus() - Method in interface com.lambdaworks.redis.resource.ClientResources
Returns the event bus used to publish events.
eventBus(EventBus) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
Sets the EventBus that can that can be used across different instances of the RedisClient.
eventBus() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
 
eventEmitInterval(long, TimeUnit) - Method in class com.lambdaworks.redis.event.DefaultEventPublisherOptions.Builder
Sets the emit interval and the interval unit.
eventEmitInterval() - Method in class com.lambdaworks.redis.event.DefaultEventPublisherOptions
 
eventEmitInterval() - Method in interface com.lambdaworks.redis.event.EventPublisherOptions
Returns the interval for emit metrics.
eventEmitIntervalUnit() - Method in class com.lambdaworks.redis.event.DefaultEventPublisherOptions
 
eventEmitIntervalUnit() - Method in interface com.lambdaworks.redis.event.EventPublisherOptions
Returns the TimeUnit for the event emit interval.
eventExecutorGroup() - Method in interface com.lambdaworks.redis.resource.ClientResources
Returns the computation pool used for internal operations.
eventExecutorGroup(EventExecutorGroup) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
Sets a shared event executor group that can be used across different instances of the RedisClient.
eventExecutorGroup() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
 
eventLoopGroup - Variable in class com.lambdaworks.redis.AbstractRedisClient
Deprecated.
use map eventLoopGroups instead.
eventLoopGroupProvider() - Method in interface com.lambdaworks.redis.resource.ClientResources
Return s the EventLoopGroupProvider which provides access to the particular event loop groups. lettuce needs at least two implementations: NioEventLoopGroup for TCP/IP connections and EpollEventLoopGroup for unix domain socket connections (epoll).
eventLoopGroupProvider(EventLoopGroupProvider) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
Sets a shared event executor provider that can be used across different instances of the RedisClient.
eventLoopGroupProvider() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
 
EventLoopGroupProvider - Interface in com.lambdaworks.redis.resource
eventLoopGroups - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
EventPublisherOptions - Interface in com.lambdaworks.redis.event
Configuration interface for command latency collection.
ex(long) - Static method in class com.lambdaworks.redis.SetArgs.Builder
 
ex(long) - Method in class com.lambdaworks.redis.SetArgs
 
exception - Variable in class com.lambdaworks.redis.protocol.Command
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
exec() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
exec() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
exec() - Method in interface com.lambdaworks.redis.api.async.RedisTransactionalAsyncCommands
Execute all commands issued after MULTI.
exec() - Method in interface com.lambdaworks.redis.api.rx.RedisTransactionalReactiveCommands
Execute all commands issued after MULTI.
exec() - Method in interface com.lambdaworks.redis.api.sync.RedisTransactionalCommands
Execute all commands issued after MULTI.
exec() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Execute all commands issued after MULTI.
exec() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Execute all commands issued after MULTI.
executeOnMasters(Function<RedisClusterAsyncCommands<K, V>, RedisFuture<T>>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
Run a command on all available masters,
executeOnMasters(Function<RedisClusterReactiveCommands<K, V>, Observable<T>>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
Run a command on all available masters,
executeOnNodes(Function<RedisClusterAsyncCommands<K, V>, RedisFuture<T>>, Function<RedisClusterNode, Boolean>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
Run a command on all available nodes that match filter.
executeOnNodes(Function<RedisClusterReactiveCommands<K, V>, Observable<T>>, Function<RedisClusterNode, Boolean>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
Run a command on all available nodes that match filter.
executeQueuedCommands(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
Executions<T> - Interface in com.lambdaworks.redis.cluster.api.sync
Result holder for a command that was executed synchronously on multiple nodes.
exists(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
exists(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
exists(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
exists(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
exists(K...) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Determine how many keys exist.
exists(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Determine how many keys exist.
exists(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Determine how many keys exist.
exists(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Determine how many keys exist.
exists(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Determine how many keys exist.
exists(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
exists(K...) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Determine how many keys exist.
exists(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
exists(K...) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Determine how many keys exist.
expire(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
expire(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
expire(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Set a key's time to live in seconds.
expire(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Set a key's time to live in seconds.
expire(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Set a key's time to live in seconds.
expire(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Set a key's time to live in seconds.
expire(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Set a key's time to live in seconds.
expire(K, long) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Set a key's time to live in seconds.
expire(K, long) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Set a key's time to live in seconds.
expireat(K, Date) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
expireat(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
expireat(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
expireat(K, Date) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
expireat(K, Date) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Set the expiration for a key as a UNIX timestamp.
expireat(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Set the expiration for a key as a UNIX timestamp.
expireat(K, Date) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Set the expiration for a key as a UNIX timestamp.
expireat(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Set the expiration for a key as a UNIX timestamp.
expireat(K, Date) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Set the expiration for a key as a UNIX timestamp.
expireat(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Set the expiration for a key as a UNIX timestamp.
expireat(K, Date) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Set the expiration for a key as a UNIX timestamp.
expireat(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Set the expiration for a key as a UNIX timestamp.
expireat(K, Date) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Set the expiration for a key as a UNIX timestamp.
expireat(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Set the expiration for a key as a UNIX timestamp.
expireat(K, Date) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Set the expiration for a key as a UNIX timestamp.
expireat(K, long) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Set the expiration for a key as a UNIX timestamp.
expireat(K, Date) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Set the expiration for a key as a UNIX timestamp.
expireat(K, long) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Set the expiration for a key as a UNIX timestamp.

F

failover(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
Perform a failover.
failover(K) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Perform a failover.
failover(K) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Perform a failover.
failover(K) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Perform a failover.
failover(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
failover(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
finalize() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
 
fireEventRedisConnected(RedisChannelHandler<?, ?>) - Method in class com.lambdaworks.redis.ConnectionEvents
 
fireEventRedisDisconnected(RedisChannelHandler<?, ?>) - Method in class com.lambdaworks.redis.ConnectionEvents
 
fireEventRedisExceptionCaught(RedisChannelHandler<?, ?>, Throwable) - Method in class com.lambdaworks.redis.ConnectionEvents
 
FLAG_MAPPING - Static variable in class com.lambdaworks.redis.models.command.CommandDetailParser
 
flushall() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
flushall() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
flushall() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Remove all keys from all databases.
flushall() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Remove all keys from all databases.
flushall() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Remove all keys from all databases.
flushall() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Remove all keys from all databases.
flushall() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Remove all keys from all databases on all cluster masters with pipelining.
flushall() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Remove all keys from all databases on all cluster masters with pipelining.
flushall() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Remove all keys from all databases.
flushall() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Remove all keys from all databases on all cluster masters with pipelining.
flushall() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
flushall() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
flushall() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Remove all keys from all databases.
flushall() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Remove all keys from all databases.
flushallAsync() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
flushallAsync() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
flushallAsync() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Remove all keys asynchronously from all databases.
flushallAsync() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Remove all keys asynchronously from all databases.
flushallAsync() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Remove all keys asynchronously from all databases.
flushallAsync() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Remove all keys asynchronously from all databases.
flushallAsync() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Remove all keys asynchronously from all databases.
flushallAsync() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Remove all keys asynchronously from all databases.
flushallAsync() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Remove all keys asynchronously from all databases.
flushCommands() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
flushCommands() - Method in interface com.lambdaworks.redis.api.StatefulConnection
Flush pending commands.
flushCommands() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Flush pending commands.
flushCommands() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
 
flushCommands() - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
flushCommands() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
flushCommands() - Method in interface com.lambdaworks.redis.RedisChannelWriter
Flush pending commands.
flushdb() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
flushdb() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
flushdb() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Remove all keys from the current database.
flushdb() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Remove all keys from the current database.
flushdb() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Remove all keys from the current database.
flushdb() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Remove all keys from the current database.
flushdb() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Remove all keys from the current database on all cluster masters with pipelining.
flushdb() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Remove all keys from the current database on all cluster masters with pipelining.
flushdb() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Remove all keys from the current database.
flushdb() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Remove all keys from the current database on all cluster masters with pipelining.
flushdb() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
flushdb() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
flushdb() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Remove all keys from the current database.
flushdb() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Remove all keys from the current database.
flushdbAsync() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
flushdbAsync() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
flushdbAsync() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Remove all keys asynchronously from the current database.
flushdbAsync() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Remove all keys asynchronously from the current database.
flushdbAsync() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Remove all keys asynchronously from the current database.
flushdbAsync() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Remove all keys asynchronously from the current database.
flushdbAsync() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Remove all keys asynchronously from the current database.
flushdbAsync() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Remove all keys asynchronously from the current database.
flushdbAsync() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Remove all keys asynchronously from the current database.
forEachCloseable(Predicate<? super Closeable>, Consumer<T>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
forEachClusterConnection(Consumer<StatefulRedisClusterConnectionImpl<?, ?>>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
freeConnection(T) - Method in class com.lambdaworks.redis.RedisConnectionPool
Return a connection into the pool.
futures() - Method in interface com.lambdaworks.redis.cluster.api.async.AsyncExecutions
 

G

genericWorkerPool - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
geoadd(K, double, double, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
geoadd(K, Object...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
geoadd(K, double, double, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
geoadd(K, Object...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
Single geo add.
geoadd(K, Object...) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
Multi geo add.
geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
Single geo add.
geoadd(K, Object...) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
Multi geo add.
geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
Single geo add.
geoadd(K, Object...) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
Multi geo add.
geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
Single geo add.
geoadd(K, Object...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
Multi geo add.
geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
Single geo add.
geoadd(K, Object...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
Multi geo add.
geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Deprecated.
Single geo add.
geoadd(K, Object...) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Deprecated.
Multi geo add.
geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Deprecated.
Single geo add.
geoadd(K, Object...) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Deprecated.
Multi geo add.
GeoArgs - Class in com.lambdaworks.redis
Args for GEORADIUS and GEORADIUSBYMEMBER commands.
GeoArgs() - Constructor for class com.lambdaworks.redis.GeoArgs
 
GeoArgs.Sort - Enum in com.lambdaworks.redis
Sort order.
GeoArgs.Unit - Enum in com.lambdaworks.redis
Supported geo unit.
GeoCoordinates - Class in com.lambdaworks.redis
A tuple consisting of numerical geo data points to describe geo coordinates.
GeoCoordinates(Number, Number) - Constructor for class com.lambdaworks.redis.GeoCoordinates
 
GeoCoordinatesListOutput<K,V> - Class in com.lambdaworks.redis.output
A list output that creates a list with GeoCoordinates's.
GeoCoordinatesListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.GeoCoordinatesListOutput
 
geodist(K, V, V, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
geodist(K, V, V, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
Retrieve distance between points from and to.
geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
Retrieve distance between points from and to.
geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
Retrieve distance between points from and to.
geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
Retrieve distance between points from and to.
geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
Retrieve distance between points from and to.
geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Deprecated.
Retrieve distance between points from and to.
geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Deprecated.
Retrieve distance between points from and to.
geohash - Variable in class com.lambdaworks.redis.GeoWithin
 
geopos(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
geopos(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
geopos(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
Get geo coordinates for the members.
geopos(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
Get geo coordinates for the members.
geopos(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
Get geo coordinates for the members.
geopos(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
Get geo coordinates for the members.
geopos(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
Get geo coordinates for the members.
geopos(K, V...) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Deprecated.
Get geo coordinates for the members.
geopos(K, V...) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Deprecated.
Get geo coordinates for the members.
georadius(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
georadius(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Deprecated.
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Deprecated.
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Deprecated.
Retrieve members selected by distance with the center of longitude and latitude.
georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Deprecated.
Retrieve members selected by distance with the center of longitude and latitude.
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Deprecated.
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Deprecated.
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Deprecated.
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Deprecated.
Retrieve members selected by distance with the center of member.
GeoWithin<V> - Class in com.lambdaworks.redis
Geo element within a certain radius.
GeoWithin(V, Double, Long, GeoCoordinates) - Constructor for class com.lambdaworks.redis.GeoWithin
 
GeoWithinListOutput<K,V> - Class in com.lambdaworks.redis.output
A list output that creates a list with either double/long or GeoCoordinates's.
GeoWithinListOutput(RedisCodec<K, V>, boolean, boolean, boolean) - Constructor for class com.lambdaworks.redis.output.GeoWithinListOutput
 
get(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
get(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
get(K) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Get the value of a key.
get(K) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Get the value of a key.
get(K) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Get the value of a key.
get(RedisClusterNode) - Method in interface com.lambdaworks.redis.cluster.api.async.AsyncExecutions
 
get(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Get the value of a key.
get(RedisClusterNode) - Method in interface com.lambdaworks.redis.cluster.api.sync.Executions
 
get(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Get the value of a key.
get() - Method in class com.lambdaworks.redis.event.DefaultEventBus
 
get() - Method in interface com.lambdaworks.redis.event.EventBus
Subscribe to the event bus and Events.
get() - Method in class com.lambdaworks.redis.output.CommandOutput
Get the command output.
get() - Method in class com.lambdaworks.redis.protocol.Command
 
get(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Get the value of a key.
get(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Get the value of a key.
get(String) - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
get(String) - Method in class com.lambdaworks.redis.SortArgs
 
getArgs() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
getArgs() - Method in class com.lambdaworks.redis.protocol.Command
 
getArgs() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
getArgs() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
 
getArity() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getAsyncCommands() - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
getAsyncConnection() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
getbit(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
getbit(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
getbit(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Returns the bit value at offset in the string value stored at key.
getbit(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Returns the bit value at offset in the string value stored at key.
getbit(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Returns the bit value at offset in the string value stored at key.
getbit(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Returns the bit value at offset in the string value stored at key.
getbit(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Returns the bit value at offset in the string value stored at key.
getbit(K, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Returns the bit value at offset in the string value stored at key.
getbit(K, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Returns the bit value at offset in the string value stored at key.
getBytes() - Method in enum com.lambdaworks.redis.protocol.CommandKeyword
 
getBytes() - Method in enum com.lambdaworks.redis.protocol.CommandType
 
getBytes() - Method in interface com.lambdaworks.redis.protocol.ProtocolKeyword
 
getChannel() - Method in class com.lambdaworks.redis.pubsub.api.rx.ChannelMessage
 
getChannel() - Method in class com.lambdaworks.redis.pubsub.api.rx.PatternMessage
 
getChannelCount() - Method in class com.lambdaworks.redis.AbstractRedisClient
 
getChannelWriter() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
getClientResources() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
getClusterDistributionChannelWriter() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
getCompletion() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
 
getComponentType() - Method in class com.lambdaworks.redis.RedisConnectionPool
 
getComputationThreadPoolSize() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
getConfigEpoch() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getConnection() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
getConnection() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
getConnection(String) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String) - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
getConnection(String, int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
getConnection(String) - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnection
Deprecated.
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnection
Deprecated.
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String) - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterConnection
Deprecated.
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterConnection
Deprecated.
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
getConnection(String, int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
getConnection(String) - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
getConnection(String, int) - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
getConnection(MasterSlaveConnectionProvider.Intent) - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
Retrieve a StatefulRedisConnection by the intent.
getConnection(RedisNodeDescription) - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
 
getConnectionCount() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
 
getCount() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
 
getCount() - Method in class com.lambdaworks.redis.StreamScanCursor
 
getCursor() - Method in class com.lambdaworks.redis.ScanCursor
 
getDatabase() - Method in class com.lambdaworks.redis.RedisURI
 
getDisconnectedBehavior() - Method in class com.lambdaworks.redis.ClientOptions
Behavior for command invocation when connections are in a disconnected state.
getError() - Method in class com.lambdaworks.redis.output.CommandOutput
Get the error that occurred.
getError() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
getError() - Method in class com.lambdaworks.redis.protocol.Command
 
getError() - Method in interface com.lambdaworks.redis.RedisFuture
 
getFirstEncodedKey() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
getFirstInteger() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
getFirstKeyPosition() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getFirstResponse() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
 
getFirstString() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
getFirstUri() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
getFlags() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getFlags() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getFrom() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
getHost() - Method in interface com.lambdaworks.redis.ConnectionPoint
Returns the host that should represent the hostname or IPv4/IPv6 literal.
getHost() - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
 
getHost() - Method in class com.lambdaworks.redis.RedisURI
 
getIoThreadPoolSize() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
getKeys() - Method in class com.lambdaworks.redis.KeyScanCursor
 
getKeyStepCount() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getLastKeyPosition() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getLatencies() - Method in class com.lambdaworks.redis.event.metrics.CommandLatencyEvent
Returns the latencies mapped between connection/command and the metrics.
getMap() - Method in class com.lambdaworks.redis.MapScanCursor
 
getMaster() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
Deprecated.
Use ClusterSlotRange.getMasterNode() to retrieve the nodeId and the slaveOf details.
getMaster() - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
getMasterAddrByName(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
Return the ip and port number of the master with that name.
getMasterAddrByName(K) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Return the ip and port number of the master with that name.
getMasterAddrByName(K) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Return the ip and port number of the master with that name.
getMasterAddrByName(K) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Return the ip and port number of the master with that name.
getMasterAddrByName(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
getMasterAddrByName(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
getMasterNode() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
getMax() - Method in class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
 
getMaxRedirects() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Number of maximal of cluster redirects (-MOVED and -ASK) to follow in case a key was moved from one node to another node.
getMessage() - Method in class com.lambdaworks.redis.pubsub.api.rx.ChannelMessage
 
getMessage() - Method in class com.lambdaworks.redis.pubsub.api.rx.PatternMessage
 
getMin() - Method in class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
 
getMonitoredMasters() - Method in class com.lambdaworks.redis.models.role.RedisSentinelInstance
 
getName() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getNodeId() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getNodes() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveTopologyProvider
 
getNodes() - Method in class com.lambdaworks.redis.masterslave.SentinelTopologyProvider
 
getNodes() - Method in interface com.lambdaworks.redis.masterslave.TopologyProvider
Lookup the nodes within the topology.
getNodes() - Method in interface com.lambdaworks.redis.ReadFrom.Nodes
Returns the list of nodes that are applicable for the read operation.
getNodesFromInfo(String) - Method in class com.lambdaworks.redis.masterslave.MasterSlaveTopologyProvider
 
getNumActive() - Method in class com.lambdaworks.redis.RedisConnectionPool
 
getNumIdle() - Method in class com.lambdaworks.redis.RedisConnectionPool
 
getObjectType() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
getObjectType() - Method in class com.lambdaworks.redis.support.RedisClientFactoryBean
 
getObjectType() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
getOptions() - Method in class com.lambdaworks.redis.AbstractRedisClient
Returns the ClientOptions which are valid for that client.
getOptions() - Method in interface com.lambdaworks.redis.api.StatefulConnection
 
getOptions() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
getOutput() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
Get the object that holds this command's output.
getOutput() - Method in class com.lambdaworks.redis.protocol.Command
Get the object that holds this command's output.
getOutput() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
getOutput() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
The command output.
getPartition(int) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
getPartitionByNodeId(String) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Retrieve a RedisClusterNode by its node id.
getPartitionBySlot(int) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Retrieve a RedisClusterNode by its slot number.
getPartitions() - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
 
getPartitions() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
getPartitions() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Retrieve the cluster view.
getPartitions() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
getPassword() - Method in class com.lambdaworks.redis.RedisURI
 
getPassword() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
getPattern() - Method in class com.lambdaworks.redis.pubsub.api.rx.PatternMessage
 
getPercentiles() - Method in class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
 
getPingSentTimestamp() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getPongReceivedTimestamp() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getPool() - Method in class com.lambdaworks.redis.support.TransparentPoolingInvocationHandler
 
getPort() - Method in interface com.lambdaworks.redis.ConnectionPoint
Get the current port number.
getPort() - Method in class com.lambdaworks.redis.RedisURI
 
getPrepareCloseFuture() - Method in class com.lambdaworks.redis.ConnectionEvents.PrepareClose
 
getrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
getrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
getrange(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Get a substring of the string stored at a key.
getrange(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Get a substring of the string stored at a key.
getrange(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Get a substring of the string stored at a key.
getrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Get a substring of the string stored at a key.
getrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Get a substring of the string stored at a key.
getrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Get a substring of the string stored at a key.
getrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Get a substring of the string stored at a key.
getReactiveCommands() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
getReactiveCommands() - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
getReadFrom() - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
Gets the ReadFrom setting for this connection.
getReadFrom() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
getReadFrom() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
 
getReadFrom() - Method in interface com.lambdaworks.redis.masterslave.StatefulRedisMasterSlaveConnection
Gets the ReadFrom setting for this connection.
getRedisURI() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
getRefreshPeriod() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Period between the regular cluster topology updates.
getRefreshPeriodUnit() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
getReplicationOffset() - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
 
getReplicationOffset() - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
 
getRequestQueueSize() - Method in class com.lambdaworks.redis.ClientOptions
Request queue size for a connection.
getResolvedAddress() - Method in class com.lambdaworks.redis.RedisURI
 
getResourceCount() - Method in class com.lambdaworks.redis.AbstractRedisClient
 
getResources() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Returns the ClientResources which are used with that client.
getResources() - Method in class com.lambdaworks.redis.RedisClient
Returns the ClientResources which are used with that client.
getRole() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Returns the RedisInstance.Role of the Redis Cluster node based on the flags.
getRole() - Method in interface com.lambdaworks.redis.models.role.RedisInstance
 
getRole() - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
 
getRole() - Method in class com.lambdaworks.redis.models.role.RedisSentinelInstance
 
getRole() - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
getSentinelMasterId() - Method in class com.lambdaworks.redis.RedisURI
 
getSentinels() - Method in class com.lambdaworks.redis.RedisURI
 
getset(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
getset(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
getset(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Set the string value of a key and return its old value.
getset(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Set the string value of a key and return its old value.
getset(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Set the string value of a key and return its old value.
getset(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Set the string value of a key and return its old value.
getset(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Set the string value of a key and return its old value.
getset(K, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Set the string value of a key and return its old value.
getset(K, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Set the string value of a key and return its old value.
getSlaveNodes() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
getSlaveOf() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getSlaves() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
Deprecated.
Use ClusterSlotRange.getSlaveNodes() to retrieve the nodeId and the slaveOf details.
getSlaves() - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
 
getSlot(String) - Static method in class com.lambdaworks.redis.cluster.SlotHash
Calculate the slot from the given key.
getSlot(byte[]) - Static method in class com.lambdaworks.redis.cluster.SlotHash
Calculate the slot from the given key.
getSlot(ByteBuffer) - Static method in class com.lambdaworks.redis.cluster.SlotHash
Calculate the slot from the given key.
getSlots() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getSocket() - Method in interface com.lambdaworks.redis.ConnectionPoint
Get the socket path.
getSocket() - Method in class com.lambdaworks.redis.RedisURI
 
getSocketAddress(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
 
getState() - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
getState() - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.api.async.RedisAsyncCommands
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.api.rx.RedisReactiveCommands
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.api.sync.RedisCommands
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
 
getStatefulConnection() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnection
Deprecated.
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterConnection
Deprecated.
 
getStatefulConnection() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
 
getStatefulConnection() - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
 
getStatefulConnection() - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
 
getStatefulConnection() - Method in class com.lambdaworks.redis.RedisAsyncCommandsImpl
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.RedisAsyncConnection
Deprecated.
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.RedisConnection
Deprecated.
 
getStatefulConnection() - Method in class com.lambdaworks.redis.RedisReactiveCommandsImpl
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
 
getStatefulConnection() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
getStatefulConnection() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
getSuccessObservable(Observable<T>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
Emits just Success.Success or the Throwable after the inner observable is completed.
getTimeout() - Method in interface com.lambdaworks.redis.api.StatefulConnection
 
getTimeout() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
getTimeout() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
getTimeout() - Method in class com.lambdaworks.redis.RedisURI
 
getTimeoutUnit() - Method in interface com.lambdaworks.redis.api.StatefulConnection
 
getTimeoutUnit() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
getTimeUnit() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
getTimeUnit() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
 
getTo() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
getType() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
getType() - Method in class com.lambdaworks.redis.protocol.Command
 
getType() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
getType() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
 
getUnit() - Method in class com.lambdaworks.redis.RedisURI
 
getUri() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getUri() - Method in interface com.lambdaworks.redis.models.role.RedisNodeDescription
 
getUri() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
getValues() - Method in class com.lambdaworks.redis.ScoredValueScanCursor
 
getValues() - Method in class com.lambdaworks.redis.ValueScanCursor
 

H

handleInvocation(Object, Method, Object[]) - Method in class com.lambdaworks.redis.support.TransparentPoolingInvocationHandler
 
hasError() - Method in class com.lambdaworks.redis.output.CommandOutput
Check if the command resulted in an error.
hashCode() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
hashCode() - Method in class com.lambdaworks.redis.GeoCoordinates
 
hashCode() - Method in class com.lambdaworks.redis.GeoWithin
 
hashCode() - Method in class com.lambdaworks.redis.KeyValue
 
hashCode() - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
 
hashCode() - Method in class com.lambdaworks.redis.RedisURI
 
hashCode() - Method in class com.lambdaworks.redis.ScoredValue
 
hasSlot(int) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
hdel(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hdel(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hdel(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Delete one or more hash fields.
hdel(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Delete one or more hash fields.
hdel(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Delete one or more hash fields.
hdel(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Delete one or more hash fields.
hdel(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Delete one or more hash fields.
hdel(K, K...) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Delete one or more hash fields.
hdel(K, K...) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Delete one or more hash fields.
hexists(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hexists(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hexists(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Determine if a hash field exists.
hexists(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Determine if a hash field exists.
hexists(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Determine if a hash field exists.
hexists(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Determine if a hash field exists.
hexists(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Determine if a hash field exists.
hexists(K, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Determine if a hash field exists.
hexists(K, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Determine if a hash field exists.
hget(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hget(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hget(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Get the value of a hash field.
hget(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Get the value of a hash field.
hget(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Get the value of a hash field.
hget(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Get the value of a hash field.
hget(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Get the value of a hash field.
hget(K, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Get the value of a hash field.
hget(K, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Get the value of a hash field.
hgetall(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hgetall(KeyValueStreamingChannel<K, V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hgetall(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hgetall(KeyValueStreamingChannel<K, V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hgetall(K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Get all the fields and values in a hash.
hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Stream over all the fields and values in a hash.
hgetall(K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Get all the fields and values in a hash.
hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Stream over all the fields and values in a hash.
hgetall(K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Get all the fields and values in a hash.
hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Stream over all the fields and values in a hash.
hgetall(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Get all the fields and values in a hash.
hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Stream over all the fields and values in a hash.
hgetall(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Get all the fields and values in a hash.
hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Stream over all the fields and values in a hash.
hgetall(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Get all the fields and values in a hash.
hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Stream over all the fields and values in a hash.
hgetall(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Get all the fields and values in a hash.
hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Stream over all the fields and values in a hash.
hincrby(K, K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hincrby(K, K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hincrby(K, K, long) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Increment the integer value of a hash field by the given number.
hincrby(K, K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Increment the integer value of a hash field by the given number.
hincrby(K, K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Increment the integer value of a hash field by the given number.
hincrby(K, K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Increment the integer value of a hash field by the given number.
hincrby(K, K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Increment the integer value of a hash field by the given number.
hincrby(K, K, long) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Increment the integer value of a hash field by the given number.
hincrby(K, K, long) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Increment the integer value of a hash field by the given number.
hincrbyfloat(K, K, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hincrbyfloat(K, K, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Increment the float value of a hash field by the given amount.
hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Increment the float value of a hash field by the given amount.
hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Increment the float value of a hash field by the given amount.
hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Increment the float value of a hash field by the given amount.
hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Increment the float value of a hash field by the given amount.
hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Increment the float value of a hash field by the given amount.
hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Increment the float value of a hash field by the given amount.
hkeys(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hkeys(KeyStreamingChannel<K>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hkeys(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hkeys(KeyStreamingChannel<K>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hkeys(K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Get all the fields in a hash.
hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Stream over all the fields in a hash.
hkeys(K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Get all the fields in a hash.
hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Stream over all the fields in a hash.
hkeys(K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Get all the fields in a hash.
hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Stream over all the fields in a hash.
hkeys(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Get all the fields in a hash.
hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Stream over all the fields in a hash.
hkeys(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Get all the fields in a hash.
hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Stream over all the fields in a hash.
hkeys(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Get all the fields in a hash.
hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Get all the fields in a hash.
hkeys(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Get all the fields in a hash.
hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Stream over all the fields in a hash.
hlen(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hlen(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hlen(K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Get the number of fields in a hash.
hlen(K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Get the number of fields in a hash.
hlen(K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Get the number of fields in a hash.
hlen(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Get the number of fields in a hash.
hlen(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Get the number of fields in a hash.
hlen(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Get the number of fields in a hash.
hlen(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Get the number of fields in a hash.
hmget(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hmget(ValueStreamingChannel<V>, K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hmget(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hmget(ValueStreamingChannel<V>, K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hmget(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Get the values of all the given hash fields.
hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Stream over the values of all the given hash fields.
hmget(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Get the values of all the given hash fields.
hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Stream over the values of all the given hash fields.
hmget(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Get the values of all the given hash fields.
hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Stream over the values of all the given hash fields.
hmget(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Get the values of all the given hash fields.
hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Stream over the values of all the given hash fields.
hmget(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Get the values of all the given hash fields.
hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Stream over the values of all the given hash fields.
hmget(K, K...) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Get the values of all the given hash fields.
hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Stream over the values of all the given hash fields.
hmget(K, K...) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Get the values of all the given hash fields.
hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Stream over the values of all the given hash fields.
hmset(K, Map<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hmset(K, Map<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Set multiple hash fields to multiple values.
hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Set multiple hash fields to multiple values.
hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Set multiple hash fields to multiple values.
hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Set multiple hash fields to multiple values.
hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Set multiple hash fields to multiple values.
hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Set multiple hash fields to multiple values.
hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Set multiple hash fields to multiple values.
hscan(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hscan(K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hscan(K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hscan(KeyValueStreamingChannel<K, V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hscan(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hscan(K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hscan(K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hscan(KeyValueStreamingChannel<K, V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hscan(K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Incrementally iterate hash fields and associated values.
hscan(K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Incrementally iterate hash fields and associated values.
hscan(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Incrementally iterate hash fields and associated values.
hscan(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Incrementally iterate hash fields and associated values.
hscan(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Incrementally iterate hash fields and associated values.
hset(K, K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hset(K, K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hset(K, K, V) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Set the string value of a hash field.
hset(K, K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Set the string value of a hash field.
hset(K, K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Set the string value of a hash field.
hset(K, K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Set the string value of a hash field.
hset(K, K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Set the string value of a hash field.
hset(K, K, V) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Set the string value of a hash field.
hset(K, K, V) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Set the string value of a hash field.
hsetnx(K, K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hsetnx(K, K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Set the value of a hash field, only if the field does not exist.
hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Set the value of a hash field, only if the field does not exist.
hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Set the value of a hash field, only if the field does not exist.
hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Set the value of a hash field, only if the field does not exist.
hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Set the value of a hash field, only if the field does not exist.
hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Set the value of a hash field, only if the field does not exist.
hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Set the value of a hash field, only if the field does not exist.
hstrlen(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hstrlen(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hstrlen(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Get the string length of the field value in a hash.
hstrlen(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Get the string length of the field value in a hash.
hstrlen(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Get the string length of the field value in a hash.
hstrlen(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Get the string length of the field value in a hash.
hstrlen(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Get the string length of the field value in a hash.
hstrlen(K, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Get the string length of the field value in a hash.
hstrlen(K, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Get the string length of the field value in a hash.
hvals(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hvals(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
hvals(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hvals(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
hvals(K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Get all the values in a hash.
hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisHashAsyncCommands
Stream over all the values in a hash.
hvals(K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Get all the values in a hash.
hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisHashReactiveCommands
Stream over all the values in a hash.
hvals(K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Get all the values in a hash.
hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisHashCommands
Stream over all the values in a hash.
hvals(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Get all the values in a hash.
hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHashAsyncCommands
Stream over all the values in a hash.
hvals(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Get all the values in a hash.
hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHashCommands
Stream over all the values in a hash.
hvals(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Get all the values in a hash.
hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
Deprecated.
Stream over all the values in a hash.
hvals(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Get all the values in a hash.
hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
Deprecated.
Stream over all the values in a hash.

I

id(long) - Static method in class com.lambdaworks.redis.KillArgs.Builder
 
id(long) - Method in class com.lambdaworks.redis.KillArgs
 
incr(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
incr(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
incr(K) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Increment the integer value of a key by one.
incr(K) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Increment the integer value of a key by one.
incr(K) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Increment the integer value of a key by one.
incr(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Increment the integer value of a key by one.
incr(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Increment the integer value of a key by one.
incr(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Increment the integer value of a key by one.
incr(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Increment the integer value of a key by one.
incrby(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
incrby(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
incrby(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Increment the integer value of a key by the given amount.
incrby(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Increment the integer value of a key by the given amount.
incrby(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Increment the integer value of a key by the given amount.
incrby(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Increment the integer value of a key by the given amount.
incrby(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Increment the integer value of a key by the given amount.
incrby(K, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Increment the integer value of a key by the given amount.
incrby(K, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Increment the integer value of a key by the given amount.
incrbyfloat(K, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
incrbyfloat(K, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
incrbyfloat(K, double) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Increment the float value of a key by the given amount.
incrbyfloat(K, double) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Increment the float value of a key by the given amount.
incrbyfloat(K, double) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Increment the float value of a key by the given amount.
incrbyfloat(K, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Increment the float value of a key by the given amount.
incrbyfloat(K, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Increment the float value of a key by the given amount.
incrbyfloat(K, double) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Increment the float value of a key by the given amount.
incrbyfloat(K, double) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Increment the float value of a key by the given amount.
info() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
info(String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
info() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
info(String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
info() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Get information and statistics about the server.
info(String) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Get information and statistics about the server.
info() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Get information and statistics about the server.
info(String) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Get information and statistics about the server.
info() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Get information and statistics about the server.
info(String) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Get information and statistics about the server.
info() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Get information and statistics about the server.
info(String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Get information and statistics about the server.
info() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Get information and statistics about the server.
info(String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Get information and statistics about the server.
info() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Get information and statistics about the server.
info(String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Get information and statistics about the server.
info() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Get information and statistics about the server.
info(String) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Get information and statistics about the server.
initializeChannel(ConnectionBuilder) - Method in class com.lambdaworks.redis.AbstractRedisClient
 
initializePartitions() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
initialState() - Method in class com.lambdaworks.redis.protocol.CommandHandler
Reset the command-handler to the initial not-connected state.
INSTANCE - Static variable in class com.lambdaworks.redis.codec.ByteArrayCodec
 
IntegerOutput<K,V> - Class in com.lambdaworks.redis.output
64-bit integer output, may be null.
IntegerOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.IntegerOutput
 
ioThreadPoolSize() - Method in interface com.lambdaworks.redis.resource.ClientResources
Returns the pool size (number of threads) for IO threads.
ioThreadPoolSize(int) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
Sets the thread pool size (number of threads to use) for I/O operations (default value is the number of CPUs).
ioThreadPoolSize() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
 
IP_PATTERN - Static variable in class com.lambdaworks.redis.masterslave.MasterSlaveTopologyProvider
 
is(RedisClusterNode.NodeFlag) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
isAutoReconnect() - Method in class com.lambdaworks.redis.ClientOptions
Controls auto-reconnect behavior on connections.
isCancelCommandsOnReconnectFailure() - Method in class com.lambdaworks.redis.ClientOptions
If this flag is true any queued commands will be canceled when a reconnect fails within the activation sequence.
isCancelled() - Method in class com.lambdaworks.redis.protocol.Command
 
isCancelled() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
isCancelled() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
 
isClosed() - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
isClosed() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
isCloseStaleConnections() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Flag, whether to close stale connections when refreshing the cluster topology.
isConnected() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
isDone() - Method in class com.lambdaworks.redis.protocol.Command
 
isDone() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
isDone() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
 
isEmpty() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
isEmpty(CharSequence) - Static method in class com.lambdaworks.redis.LettuceStrings
Checks if a CharSequence is empty ("") or null.
isEnabled() - Method in class com.lambdaworks.redis.event.metrics.DefaultCommandLatencyEventPublisher
 
isEnabled() - Method in interface com.lambdaworks.redis.event.metrics.MetricEventPublisher
Returns true if the metric collector is enabled.
isEnabled() - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollectorOptions
Returns whether the latency collector is enabled.
isEnabled() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
 
isEnabled() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
isEnabled() - Method in interface com.lambdaworks.redis.metrics.MetricCollector
Returns true if the metric collector is enabled.
isEventLoopActive() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
isFinished() - Method in class com.lambdaworks.redis.ScanCursor
 
isListenOnChannelInactive() - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
isMulti() - Method in interface com.lambdaworks.redis.api.StatefulRedisConnection
 
isMulti() - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
isNotEmpty(CharSequence) - Static method in class com.lambdaworks.redis.LettuceStrings
Checks if a CharSequence is not empty ("") and not null.
isOpen() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
isOpen() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
isOpen() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
 
isOpen() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
 
isOpen() - Method in interface com.lambdaworks.redis.api.StatefulConnection
 
isOpen() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
 
isOpen() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
 
isOpen() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
 
isOpen() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
isOpen() - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
 
isOpen() - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
 
isOpen() - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
 
isOpen() - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
 
isOpen() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
isOpen() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
isPingBeforeActivateConnection() - Method in class com.lambdaworks.redis.ClientOptions
Enables initial PING barrier before any connection is usable.
isPresent(String) - Static method in class com.lambdaworks.redis.JavaRuntime
 
isReconnectSuspended() - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
isRefreshClusterView() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Flag, whether regular cluster topology updates are updated.
isSingleton() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
isSingleton() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
isSsl() - Method in class com.lambdaworks.redis.RedisURI
 
isStartTls() - Method in class com.lambdaworks.redis.RedisURI
 
isSuspendReconnectOnProtocolFailure() - Method in class com.lambdaworks.redis.ClientOptions
If this flag is true the reconnect will be suspended on protocol errors.
isValidateClusterNodeMembership() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Validate the cluster node membership before allowing connections to a cluster node.
isVerifyPeer() - Method in class com.lambdaworks.redis.RedisURI
 
isWithCoordinates() - Method in class com.lambdaworks.redis.GeoArgs
 
isWithDistance() - Method in class com.lambdaworks.redis.GeoArgs
 
isWithHash() - Method in class com.lambdaworks.redis.GeoArgs
 
iterator() - Method in interface com.lambdaworks.redis.cluster.api.async.AsyncExecutions
 
iterator() - Method in interface com.lambdaworks.redis.cluster.api.sync.Executions
 
iterator() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 

J

JavaRuntime - Class in com.lambdaworks.redis
Utility to determine which Java runtime is used.
JavaRuntime() - Constructor for class com.lambdaworks.redis.JavaRuntime
 

K

key - Variable in class com.lambdaworks.redis.KeyValue
 
KeyListOutput<K,V> - Class in com.lambdaworks.redis.output
List of keys output.
KeyListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyListOutput
 
KeyOutput<K,V> - Class in com.lambdaworks.redis.output
Key output.
KeyOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyOutput
 
keys(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
keys(KeyStreamingChannel<K>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
keys(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
keys(KeyStreamingChannel<K>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
keys(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Find all keys matching the given pattern.
keys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Find all keys matching the given pattern.
keys(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Find all keys matching the given pattern.
keys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Find all keys matching the given pattern.
keys(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Find all keys matching the given pattern.
keys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Find all keys matching the given pattern.
keys(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Find all keys matching the given pattern.
keys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Find all keys matching the given pattern.
keys(K) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Find all keys matching the given pattern on all cluster masters.
keys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Find all keys matching the given pattern on all cluster masters.
keys(K) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Find all keys matching the given pattern on all cluster masters.
keys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Find all keys matching the given pattern on all cluster masters.
keys(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Find all keys matching the given pattern.
keys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Find all keys matching the given pattern.
keys(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Find all keys matching the given pattern on all cluster masters.
keys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Find all keys matching the given pattern on all cluster masters.
keys(K) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
keys(KeyStreamingChannel<K>, K) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
keys(K) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
keys(KeyStreamingChannel<K>, K) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
keys(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Find all keys matching the given pattern.
keys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Find all keys matching the given pattern.
keys(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Find all keys matching the given pattern.
keys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Find all keys matching the given pattern.
KeyScanCursor<K> - Class in com.lambdaworks.redis
Cursor providing a list of keys.
KeyScanCursor() - Constructor for class com.lambdaworks.redis.KeyScanCursor
 
KeyScanOutput<K,V> - Class in com.lambdaworks.redis.output
KeyScanCursor for scan cursor output.
KeyScanOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyScanOutput
 
KeyScanStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming API for multiple Keys.
KeyScanStreamingOutput(RedisCodec<K, V>, KeyStreamingChannel<K>) - Constructor for class com.lambdaworks.redis.output.KeyScanStreamingOutput
 
KeyStreamingChannel<K> - Interface in com.lambdaworks.redis.output
Streaming API for multiple Keys.
KeyStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming-Output of Keys.
KeyStreamingOutput(RedisCodec<K, V>, KeyStreamingChannel<K>) - Constructor for class com.lambdaworks.redis.output.KeyStreamingOutput
 
KeyValue<K,V> - Class in com.lambdaworks.redis
A key-value pair.
KeyValue(K, V) - Constructor for class com.lambdaworks.redis.KeyValue
 
KeyValueOutput<K,V> - Class in com.lambdaworks.redis.output
Key-value pair output.
KeyValueOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyValueOutput
 
KeyValueScanStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming-Output of Key Value Pairs.
KeyValueScanStreamingOutput(RedisCodec<K, V>, KeyValueStreamingChannel<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyValueScanStreamingOutput
 
KeyValueStreamingChannel<K,V> - Interface in com.lambdaworks.redis.output
Streaming API for multiple Key-Values.
KeyValueStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming-Output of Key Value Pairs.
KeyValueStreamingOutput(RedisCodec<K, V>, KeyValueStreamingChannel<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyValueStreamingOutput
 
KillArgs - Class in com.lambdaworks.redis
Argument list builder for the redis CLIENT KILL command.
KillArgs() - Constructor for class com.lambdaworks.redis.KillArgs
 
KillArgs.Builder - Class in com.lambdaworks.redis
Static builder methods.

L

lastsave() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
lastsave() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
lastsave() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Get the UNIX time stamp of the last successful save to disk.
lastsave() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Get the UNIX time stamp of the last successful save to disk.
lastsave() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Get the UNIX time stamp of the last successful save to disk.
lastsave() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Get the UNIX time stamp of the last successful save to disk.
lastsave() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Get the UNIX time stamp of the last successful save to disk.
lastsave() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Get the UNIX time stamp of the last successful save to disk.
lastsave() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Get the UNIX time stamp of the last successful save to disk.
latch - Variable in class com.lambdaworks.redis.protocol.AsyncCommand
 
LettuceCdiExtension - Class in com.lambdaworks.redis.support
A portable CDI extension which registers beans for lettuce.
LettuceCdiExtension() - Constructor for class com.lambdaworks.redis.support.LettuceCdiExtension
 
LettuceCharsets - Class in com.lambdaworks.redis.protocol
Charset-related utilities.
LettuceFactoryBeanSupport<T> - Class in com.lambdaworks.redis.support
Adapter for Springs FactoryBean interface to allow easy setup of RedisClient factories via Spring configuration.
LettuceFactoryBeanSupport() - Constructor for class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
LettuceFutures - Class in com.lambdaworks.redis
Utility to LettuceFutures.awaitAll(long, TimeUnit, Future[]) futures until they are done and to synchronize future execution using LettuceFutures.awaitOrCancel(RedisFuture, long, TimeUnit).
LettuceStrings - Class in com.lambdaworks.redis
Helper for String checks.
limit(long) - Static method in class com.lambdaworks.redis.ScanArgs.Builder
Create a new instance of ScanArgs with limit.
limit(long) - Method in class com.lambdaworks.redis.ScanArgs
Limit the scan by count
limit(long, long) - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
limit(long, long) - Method in class com.lambdaworks.redis.SortArgs
 
lindex(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
lindex(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
lindex(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Get an element from a list by its index.
lindex(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Get an element from a list by its index.
lindex(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Get an element from a list by its index.
lindex(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Get an element from a list by its index.
lindex(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Get an element from a list by its index.
lindex(K, long) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Get an element from a list by its index.
lindex(K, long) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Get an element from a list by its index.
linsert(K, boolean, V, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
linsert(K, boolean, V, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
linsert(K, boolean, V, V) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Insert an element before or after another element in a list.
linsert(K, boolean, V, V) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Insert an element before or after another element in a list.
linsert(K, boolean, V, V) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Insert an element before or after another element in a list.
linsert(K, boolean, V, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Insert an element before or after another element in a list.
linsert(K, boolean, V, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Insert an element before or after another element in a list.
linsert(K, boolean, V, V) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Insert an element before or after another element in a list.
linsert(K, boolean, V, V) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Insert an element before or after another element in a list.
listeners - Variable in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
ListOfMapsOutput<K,V> - Class in com.lambdaworks.redis.output
List of maps output.
ListOfMapsOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ListOfMapsOutput
 
llen(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
llen(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
llen(K) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Get the length of a list.
llen(K) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Get the length of a list.
llen(K) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Get the length of a list.
llen(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Get the length of a list.
llen(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Get the length of a list.
llen(K) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Get the length of a list.
llen(K) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Get the length of a list.
loadPartitions() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Retrieve partitions.
localAddress() - Method in interface com.lambdaworks.redis.ConnectionId
Returns the local address.
localAddress() - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
Returns the local address.
localDistinction() - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollectorOptions
Returns whether to distinct latencies on local level.
localDistinction(boolean) - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
Enables per connection metrics tracking insead of per host/port.
localDistinction() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
logger - Static variable in class com.lambdaworks.redis.AbstractRedisClient
 
logger - Static variable in class com.lambdaworks.redis.EpollProvider
 
logger - Static variable in class com.lambdaworks.redis.resource.DefaultClientResources
 
logger - Static variable in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
 
LOGGING_QUIET_TIME_MS - Static variable in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
logPrefix() - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
lpop(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
lpop(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
lpop(K) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Remove and get the first element in a list.
lpop(K) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Remove and get the first element in a list.
lpop(K) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Remove and get the first element in a list.
lpop(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Remove and get the first element in a list.
lpop(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Remove and get the first element in a list.
lpop(K) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Remove and get the first element in a list.
lpop(K) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Remove and get the first element in a list.
lpush(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
lpush(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
lpush(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Prepend one or multiple values to a list.
lpush(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Prepend one or multiple values to a list.
lpush(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Prepend one or multiple values to a list.
lpush(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Prepend one or multiple values to a list.
lpush(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Prepend one or multiple values to a list.
lpush(K, V...) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Prepend one or multiple values to a list.
lpush(K, V...) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Prepend one or multiple values to a list.
lpushx(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
lpushx(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
lpushx(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Prepend a value to a list, only if the list exists.
lpushx(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Prepend a value to a list, only if the list exists.
lpushx(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Prepend a value to a list, only if the list exists.
lpushx(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Prepend a value to a list, only if the list exists.
lpushx(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Prepend a value to a list, only if the list exists.
lpushx(K, V) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Prepend a value to a list, only if the list exists.
lpushx(K, V) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Prepend a value to a list, only if the list exists.
lrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
lrange(ValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
lrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
lrange(ValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
lrange(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Get a range of elements from a list.
lrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Get a range of elements from a list.
lrange(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Get a range of elements from a list.
lrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Get a range of elements from a list.
lrange(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Get a range of elements from a list.
lrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Get a range of elements from a list.
lrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Get a range of elements from a list.
lrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Get a range of elements from a list.
lrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Get a range of elements from a list.
lrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Get a range of elements from a list.
lrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Get a range of elements from a list.
lrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Get a range of elements from a list.
lrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Get a range of elements from a list.
lrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Get a range of elements from a list.
lrem(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
lrem(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
lrem(K, long, V) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Remove elements from a list.
lrem(K, long, V) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Remove elements from a list.
lrem(K, long, V) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Remove elements from a list.
lrem(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Remove elements from a list.
lrem(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Remove elements from a list.
lrem(K, long, V) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Remove elements from a list.
lrem(K, long, V) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Remove elements from a list.
lset(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
lset(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
lset(K, long, V) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Set the value of an element in a list by its index.
lset(K, long, V) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Set the value of an element in a list by its index.
lset(K, long, V) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Set the value of an element in a list by its index.
lset(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Set the value of an element in a list by its index.
lset(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Set the value of an element in a list by its index.
lset(K, long, V) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Set the value of an element in a list by its index.
lset(K, long, V) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Set the value of an element in a list by its index.
ltrim(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
ltrim(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
ltrim(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Trim a list to the specified range.
ltrim(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Trim a list to the specified range.
ltrim(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Trim a list to the specified range.
ltrim(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Trim a list to the specified range.
ltrim(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Trim a list to the specified range.
ltrim(K, long, long) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Trim a list to the specified range.
ltrim(K, long, long) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Trim a list to the specified range.

M

makeTimeout() - Method in class com.lambdaworks.redis.RedisClient
 
MapOutput<K,V> - Class in com.lambdaworks.redis.output
Map of keys and values output.
MapOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.MapOutput
 
MapScanCursor<K,V> - Class in com.lambdaworks.redis
Scan cursor for maps.
MapScanCursor() - Constructor for class com.lambdaworks.redis.MapScanCursor
 
MapScanOutput<K,V> - Class in com.lambdaworks.redis.output
MapScanCursor for scan cursor output.
MapScanOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.MapScanOutput
 
MASTER - Static variable in class com.lambdaworks.redis.ReadFrom
Setting to read from the master only.
master(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
Show the state and info of the specified master.
master(K) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Show the state and info of the specified master.
master(K) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Show the state and info of the specified master.
master(K) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Show the state and info of the specified master.
master(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
master(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
MASTER_PREFERRED - Static variable in class com.lambdaworks.redis.ReadFrom
Setting to read preferred from the master and fall back to a slave if the master is not available.
masters() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Select all masters.
masters() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Select all masters.
masters() - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
Enumerates all the monitored masters and their states.
masters() - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Enumerates all the monitored masters and their states.
masters() - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Enumerates all the monitored masters and their states.
masters() - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Enumerates all the monitored masters and their states.
masters() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
masters() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
MasterSlave - Class in com.lambdaworks.redis.masterslave
Master-Slave connection API.
MasterSlave() - Constructor for class com.lambdaworks.redis.masterslave.MasterSlave
 
MasterSlaveConnectionProvider<K,V> - Class in com.lambdaworks.redis.masterslave
Connection provider for master/slave setups.
MasterSlaveConnectionProvider(RedisClient, RedisCodec<K, V>, StatefulRedisConnection<K, V>, RedisURI) - Constructor for class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
 
MasterSlaveTopologyProvider - Class in com.lambdaworks.redis.masterslave
Topology provider using Redis Standalone and the INFO REPLICATION output.
MasterSlaveTopologyProvider(StatefulRedisConnection<?, ?>, RedisURI) - Constructor for class com.lambdaworks.redis.masterslave.MasterSlaveTopologyProvider
 
match(String) - Method in class com.lambdaworks.redis.ScanArgs
Match filter
matches(String) - Static method in class com.lambdaworks.redis.ScanArgs.Builder
Create a new instance of ScanArgs with match filter.
max() - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
 
max() - Method in class com.lambdaworks.redis.ZStoreArgs
 
maxRedirects(int) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
Number of maximal cluster redirects (-MOVED and -ASK) to follow in case a key was moved from one node to another node.
member - Variable in class com.lambdaworks.redis.GeoWithin
 
message(K, V) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
message(K, K, V) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
message(K, V) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Message received from a channel subscription.
message(K, K, V) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Message received from a pattern subscription.
MetricCollector<T> - Interface in com.lambdaworks.redis.metrics
Generic metrics collector interface.
MetricEventPublisher - Interface in com.lambdaworks.redis.event.metrics
Event publisher which publishes metrics by the use of events.
mget(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
mget(Iterable<K>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
mget(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
mget(ValueStreamingChannel<V>, Iterable<K>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
mget(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
mget(Iterable<K>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
mget(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
mget(ValueStreamingChannel<V>, Iterable<K>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
mget(K...) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Get the values of all the given keys.
mget(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Stream over the values of all the given keys.
mget(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Get the values of all the given keys.
mget(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Stream over the values of all the given keys.
mget(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Get the values of all the given keys.
mget(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Stream over the values of all the given keys.
mget(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Get the values of all the given keys.
mget(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Stream over the values of all the given keys.
mget(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Get the values of all the given keys with pipelining.
mget(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Get the values of all the given keys with pipelining.
mget(K...) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Get the values of all the given keys with pipelining.
mget(K...) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Get the values of all the given keys with pipelining.
mget(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Get the values of all the given keys.
mget(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Stream over the values of all the given keys.
mget(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Get the values of all the given keys with pipelining.
mget(K...) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
mget(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
mget(K...) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
mget(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
mget(K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Get the values of all the given keys.
mget(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Stream the values of all the given keys.
mget(K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Get the values of all the given keys.
mget(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Stream over the values of all the given keys.
migrate(String, int, K, int, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
migrate(String, int, K, int, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
migrate(String, int, K, int, long) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Atomically transfer a key from a Redis instance to another one.
migrate(String, int, K, int, long) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Atomically transfer a key from a Redis instance to another one.
migrate(String, int, K, int, long) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Atomically transfer a key from a Redis instance to another one.
migrate(String, int, K, int, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Atomically transfer a key from a Redis instance to another one.
migrate(String, int, K, int, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Atomically transfer a key from a Redis instance to another one.
migrate(String, int, K, int, long) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Atomically transfer a key from a Redis instance to another one.
migrate(String, int, K, int, long) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Atomically transfer a key from a Redis instance to another one.
min() - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
 
min() - Method in class com.lambdaworks.redis.ZStoreArgs
 
MIN_COMPUTATION_THREADS - Static variable in class com.lambdaworks.redis.resource.DefaultClientResources
 
MIN_IO_THREADS - Static variable in class com.lambdaworks.redis.resource.DefaultClientResources
 
monitor(K, String, int, int) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
This command tells the Sentinel to start monitoring a new master with the specified name, ip, port, and quorum.
monitor(K, String, int, int) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
This command tells the Sentinel to start monitoring a new master with the specified name, ip, port, and quorum.
monitor(K, String, int, int) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
This command tells the Sentinel to start monitoring a new master with the specified name, ip, port, and quorum.
monitor(K, String, int, int) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
This command tells the Sentinel to start monitoring a new master with the specified name, ip, port, and quorum.
monitor(K, String, int, int) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
monitor(K, String, int, int) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
move(K, int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
move(K, int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
move(K, int) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Move a key to another database.
move(K, int) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Move a key to another database.
move(K, int) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Move a key to another database.
move(K, int) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Move a key to another database.
move(K, int) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Move a key to another database.
move(K, int) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Move a key to another database.
move(K, int) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Move a key to another database.
mset(Map<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
mset(Map<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Set multiple keys to multiple values.
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Set multiple keys to multiple values.
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Set multiple keys to multiple values.
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Set multiple keys to multiple values.
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Set multiple keys to multiple values with pipelining.
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Set multiple keys to multiple values with pipelining.
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Set multiple keys to multiple values with pipelining.
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Set multiple keys to multiple values with pipelining.
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Set multiple keys to multiple values.
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Set multiple keys to multiple values with pipelining.
mset(Map<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
mset(Map<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Set multiple keys to multiple values.
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Set multiple keys to multiple values.
msetnx(Map<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
msetnx(Map<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Set multiple keys to multiple values, only if none of the keys exist.
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Set multiple keys to multiple values, only if none of the keys exist.
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Set multiple keys to multiple values, only if none of the keys exist.
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Set multiple keys to multiple values, only if none of the keys exist.
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Set multiple keys to multiple values, only if none of the keys exist with pipelining.
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Set multiple keys to multiple values, only if none of the keys exist with pipelining.
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Set multiple keys to multiple values, only if none of the keys exist with pipelining.
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Set multiple keys to multiple values, only if none of the keys exist with pipelining.
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Set multiple keys to multiple values, only if none of the keys exist.
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Set multiple keys to multiple values, only if none of the keys exist with pipelining.
msetnx(Map<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
msetnx(Map<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Set multiple keys to multiple values, only if none of the keys exist.
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Set multiple keys to multiple values, only if none of the keys exist.
multi - Variable in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
multi() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
multi - Variable in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
multi() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
multi() - Method in interface com.lambdaworks.redis.api.async.RedisTransactionalAsyncCommands
Mark the start of a transaction block.
multi() - Method in interface com.lambdaworks.redis.api.rx.RedisTransactionalReactiveCommands
Mark the start of a transaction block.
multi() - Method in interface com.lambdaworks.redis.api.sync.RedisTransactionalCommands
Mark the start of a transaction block.
multi() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Mark the start of a transaction block.
multi() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Mark the start of a transaction block.
multi(int) - Method in class com.lambdaworks.redis.output.ArrayOutput
 
multi(int) - Method in class com.lambdaworks.redis.output.CommandOutput
 
multi(int) - Method in class com.lambdaworks.redis.output.GeoCoordinatesListOutput
 
multi(int) - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
 
multi(int) - Method in class com.lambdaworks.redis.output.ListOfMapsOutput
 
multi(int) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
 
multi - Variable in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
MultiOutput<K,V> - Class in com.lambdaworks.redis.output
Output of all commands within a MULTI block.
MultiOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.MultiOutput
 

N

name() - Method in interface com.lambdaworks.redis.protocol.ProtocolKeyword
 
NEAREST - Static variable in class com.lambdaworks.redis.ReadFrom
Setting to read from the nearest node.
NestedMultiOutput<K,V> - Class in com.lambdaworks.redis.output
List of command outputs, possibly deeply nested.
NestedMultiOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.NestedMultiOutput
 
newEventLoopGroup(int, ThreadFactory) - Static method in class com.lambdaworks.redis.EpollProvider
 
newRedisAsyncCommandsImpl() - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
Create a new instance of RedisAsyncCommandsImpl.
newRedisPubSubAsyncCommandsImpl() - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
newRedisPubSubReactiveCommandsImpl() - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
newRedisReactiveCommandsImpl() - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
Create a new instance of RedisReactiveCommandsImpl.
newScriptOutput(RedisCodec<K, V>, ScriptOutputType) - Method in class com.lambdaworks.redis.protocol.BaseRedisCommandBuilder
 
newStatefulRedisConnection(CommandHandler<K, V>, RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Create a new instance of StatefulRedisConnectionImpl or a subclass.
newStatefulRedisPubSubConnection(PubSubCommandHandler<K, V>, RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Create a new instance of StatefulRedisPubSubConnectionImpl or a subclass.
newStatefulRedisSentinelConnection(CommandHandler<K, V>, RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Create a new instance of StatefulRedisSentinelConnectionImpl or a subclass.
newStringStringCodec() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
newStringStringCodec() - Method in class com.lambdaworks.redis.RedisClient
 
node(int) - Method in interface com.lambdaworks.redis.cluster.api.NodeSelectionSupport
nodes() - Method in interface com.lambdaworks.redis.cluster.api.async.AsyncExecutions
 
nodes(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Select nodes by a predicate and keeps a static selection.
nodes(Predicate<RedisClusterNode>, boolean) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Select nodes by a predicate
nodes() - Method in interface com.lambdaworks.redis.cluster.api.sync.Executions
 
nodes(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Select nodes by a predicate and keeps a static selection.
nodes(Predicate<RedisClusterNode>, boolean) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Select nodes by a predicate
nodes(Predicate<RedisClusterNode>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
nodes(Predicate<RedisClusterNode>, boolean) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
nodes(Predicate<RedisClusterNode>, ClusterConnectionProvider.Intent, boolean) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
NodeSelection<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Node selection with access to synchronous executed commands on the set.
NodeSelectionAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Asynchronous and thread-safe Redis API to execute commands on a NodeSelectionSupport.
NodeSelectionCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Synchronous and thread-safe Redis API to execute commands on a NodeSelectionSupport.
NodeSelectionGeoAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Asynchronous executed commands on a node selection for the Geo-API.
NodeSelectionGeoCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Synchronous executed commands on a node selection for the Geo-API.
NodeSelectionHashAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Asynchronous executed commands on a node selection for Hashes (Key-Value pairs).
NodeSelectionHashCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Synchronous executed commands on a node selection for Hashes (Key-Value pairs).
NodeSelectionHLLAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Asynchronous executed commands on a node selection for HyperLogLog (PF* commands).
NodeSelectionHLLCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Synchronous executed commands on a node selection for HyperLogLog (PF* commands).
NodeSelectionKeyAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Asynchronous executed commands on a node selection for Keys (Key manipulation/querying).
NodeSelectionKeyCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Synchronous executed commands on a node selection for Keys (Key manipulation/querying).
NodeSelectionListAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Asynchronous executed commands on a node selection for Lists.
NodeSelectionListCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Synchronous executed commands on a node selection for Lists.
NodeSelectionScriptingAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Asynchronous executed commands on a node selection for Scripting.
NodeSelectionScriptingCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Synchronous executed commands on a node selection for Scripting.
NodeSelectionServerAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Asynchronous executed commands on a node selection for Server Control.
NodeSelectionServerCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Synchronous executed commands on a node selection for Server Control.
NodeSelectionSetAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Asynchronous executed commands on a node selection for Sets.
NodeSelectionSetCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Synchronous executed commands on a node selection for Sets.
NodeSelectionSortedSetAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Asynchronous executed commands on a node selection for Sorted Sets.
NodeSelectionSortedSetCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Synchronous executed commands on a node selection for Sorted Sets.
NodeSelectionStringAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Asynchronous executed commands on a node selection for Strings.
NodeSelectionStringCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Synchronous executed commands on a node selection for Strings.
NodeSelectionSupport<API,CMD> - Interface in com.lambdaworks.redis.cluster.api
A node selection represents a set of Redis Cluster nodes.
nx() - Static method in class com.lambdaworks.redis.SetArgs.Builder
 
nx() - Method in class com.lambdaworks.redis.SetArgs
 
nx() - Static method in class com.lambdaworks.redis.ZAddArgs.Builder
 

O

objectEncoding(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
objectEncoding(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
objectEncoding(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
returns the kind of internal representation used in order to store the value associated with a key.
objectEncoding(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
returns the kind of internal representation used in order to store the value associated with a key.
objectEncoding(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
returns the kind of internal representation used in order to store the value associated with a key.
objectEncoding(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
returns the kind of internal representation used in order to store the value associated with a key.
objectEncoding(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
returns the kind of internal representation used in order to store the value associated with a key.
objectEncoding(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
returns the kind of internal representation used in order to store the value associated with a key.
objectEncoding(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
returns the kind of internal representation used in order to store the value associated with a key.
objectIdletime(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
objectIdletime(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
objectIdletime(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
returns the number of seconds since the object stored at the specified key is idle (not requested by read or write operations).
objectIdletime(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
returns the number of seconds since the object stored at the specified key is idle (not requested by read or write operations).
objectIdletime(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
returns the number of seconds since the object stored at the specified key is idle (not requested by read or write operations).
objectIdletime(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
returns the number of seconds since the object stored at the specified key is idle (not requested by read or write operations).
objectIdletime(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
returns the number of seconds since the object stored at the specified key is idle (not requested by read or write operations).
objectIdletime(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
returns the number of seconds since the object stored at the specified key is idle (not requested by read or write operations).
objectIdletime(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
returns the number of seconds since the object stored at the specified key is idle (not requested by read or write operations).
objectRefcount(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
objectRefcount(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
objectRefcount(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
returns the number of references of the value associated with the specified key.
objectRefcount(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
returns the number of references of the value associated with the specified key.
objectRefcount(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
returns the number of references of the value associated with the specified key.
objectRefcount(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
returns the number of references of the value associated with the specified key.
objectRefcount(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
returns the number of references of the value associated with the specified key.
objectRefcount(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
returns the number of references of the value associated with the specified key.
objectRefcount(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
returns the number of references of the value associated with the specified key.
observeChannels() - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
Observable for messages (message) received though channel subscriptions.
observeChannels() - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
 
observePatterns() - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
Observable for messages (pmessage) received though pattern subscriptions.
observePatterns() - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
 
of(String) - Static method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Create a new instance of RedisClusterNode by passing the nodeId
of(String) - Static method in class com.lambdaworks.redis.ScanCursor
Creates a Scan-Cursor reference.
onComplete(Consumer<? super T>) - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
onComplete(Consumer<? super T>) - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
onComplete(Consumer<? super T>) - Method in interface com.lambdaworks.redis.protocol.CompleteableCommand
 
onKey(K) - Method in interface com.lambdaworks.redis.output.KeyStreamingChannel
Called on every incoming key.
onKeyValue(K, V) - Method in interface com.lambdaworks.redis.output.KeyValueStreamingChannel
Called on every incoming key/value pair.
onRedisConnected(RedisChannelHandler<?, ?>) - Method in interface com.lambdaworks.redis.RedisConnectionStateListener
Event handler for successful connection event.
onRedisDisconnected(RedisChannelHandler<?, ?>) - Method in interface com.lambdaworks.redis.RedisConnectionStateListener
Event handler for disconnection event.
onRedisExceptionCaught(RedisChannelHandler<?, ?>, Throwable) - Method in interface com.lambdaworks.redis.RedisConnectionStateListener
Event handler for exceptions.
onValue(ScoredValue<V>) - Method in interface com.lambdaworks.redis.output.ScoredValueStreamingChannel
Called on every incoming ScoredValue.
onValue(V) - Method in interface com.lambdaworks.redis.output.ValueStreamingChannel
Called on every incoming value.
output - Variable in class com.lambdaworks.redis.output.CommandOutput
 
output - Variable in class com.lambdaworks.redis.protocol.Command
 

P

PARAMETER_NAME_DATABASE - Static variable in class com.lambdaworks.redis.RedisURI
 
PARAMETER_NAME_DATABASE_ALT - Static variable in class com.lambdaworks.redis.RedisURI
 
PARAMETER_NAME_SENTINEL_MASTER_ID - Static variable in class com.lambdaworks.redis.RedisURI
 
PARAMETER_NAME_TIMEOUT - Static variable in class com.lambdaworks.redis.RedisURI
 
parse(String) - Static method in class com.lambdaworks.redis.cluster.models.partitions.ClusterPartitionParser
Parse partition lines into Partitions object.
parse(List<?>) - Static method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotsParser
Parse the output of the redis CLUSTER SLOTS command and convert it to a list of ClusterSlotRange
parse(List<?>) - Static method in class com.lambdaworks.redis.models.command.CommandDetailParser
Parse the output of the redis COMMAND/COMMAND INFO command and convert to a list of CommandDetail.
parse(List<?>) - Static method in class com.lambdaworks.redis.models.role.RoleParser
Parse the output of the redis ROLE command and convert to a RedisInstance.
Partitions - Class in com.lambdaworks.redis.cluster.models.partitions
Cluster topology view.
Partitions() - Constructor for class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
password(char[]) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
password() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
pattern() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
PatternMessage<K,V> - Class in com.lambdaworks.redis.pubsub.api.rx
Message payload for a subscription to a pattern.
PatternMessage(K, K, V) - Constructor for class com.lambdaworks.redis.pubsub.api.rx.PatternMessage
 
patterns - Variable in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
persist(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
persist(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
persist(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Remove the expiration from a key.
persist(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Remove the expiration from a key.
persist(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Remove the expiration from a key.
persist(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Remove the expiration from a key.
persist(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Remove the expiration from a key.
persist(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Remove the expiration from a key.
persist(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Remove the expiration from a key.
pexpire(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pexpire(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pexpire(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Set a key's time to live in milliseconds.
pexpire(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Set a key's time to live in milliseconds.
pexpire(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Set a key's time to live in milliseconds.
pexpire(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Set a key's time to live in milliseconds.
pexpire(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Set a key's time to live in milliseconds.
pexpire(K, long) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Set a key's time to live in milliseconds.
pexpire(K, long) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Set a key's time to live in milliseconds.
pexpireat(K, Date) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pexpireat(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pexpireat(K, Date) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pexpireat(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pexpireat(K, Date) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, Date) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, Date) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, Date) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, Date) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, Date) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, long) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, Date) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pexpireat(K, long) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Set the expiration for a key as a UNIX timestamp specified in milliseconds.
pfadd(K, V, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pfadd(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pfadd(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pfadd(K, V, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pfadd(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisHLLAsyncCommands
Adds the specified elements to the specified HyperLogLog.
pfadd(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisHLLReactiveCommands
Adds the specified elements to the specified HyperLogLog.
pfadd(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisHLLCommands
Adds the specified elements to the specified HyperLogLog.
pfadd(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHLLAsyncCommands
Adds the specified elements to the specified HyperLogLog.
pfadd(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHLLCommands
Adds the specified elements to the specified HyperLogLog.
pfadd(K, V, V...) - Method in interface com.lambdaworks.redis.RedisHLLAsyncConnection
Deprecated.
Adds the specified elements to the specified HyperLogLog.
pfadd(K, V, V...) - Method in interface com.lambdaworks.redis.RedisHLLConnection
Deprecated.
Adds the specified elements to the specified HyperLogLog.
pfcount(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pfcount(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pfcount(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pfcount(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pfcount(K...) - Method in interface com.lambdaworks.redis.api.async.RedisHLLAsyncCommands
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcount(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisHLLReactiveCommands
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcount(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisHLLCommands
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcount(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHLLAsyncCommands
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcount(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHLLCommands
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcount(K, K...) - Method in interface com.lambdaworks.redis.RedisHLLAsyncConnection
Deprecated.
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfcount(K, K...) - Method in interface com.lambdaworks.redis.RedisHLLConnection
Deprecated.
Return the approximated cardinality of the set(s) observed by the HyperLogLog at key(s).
pfmerge(K, K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pfmerge(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pfmerge(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pfmerge(K, K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pfmerge(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisHLLAsyncCommands
Merge N different HyperLogLogs into a single one.
pfmerge(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisHLLReactiveCommands
Merge N different HyperLogLogs into a single one.
pfmerge(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisHLLCommands
Merge N different HyperLogLogs into a single one.
pfmerge(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionHLLAsyncCommands
Merge N different HyperLogLogs into a single one.
pfmerge(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionHLLCommands
Merge N different HyperLogLogs into a single one.
pfmerge(K, K, K...) - Method in interface com.lambdaworks.redis.RedisHLLAsyncConnection
Deprecated.
Merge N different HyperLogLogs into a single one.
pfmerge(K, K, K...) - Method in interface com.lambdaworks.redis.RedisHLLConnection
Deprecated.
Merge N different HyperLogLogs into a single one.
ping() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
ping() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
ping() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Ping the server.
ping() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Ping the server.
ping() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Ping the server.
ping() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Ping the server.
ping() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Ping the server.
ping() - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
Ping the server.
ping() - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
Ping the server.
ping() - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
Ping the server.
ping() - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Ping the server.
ping() - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Ping the server.
ping() - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Ping the server.
ping() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
ping() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
pingBeforeActivateConnection(boolean) - Method in class com.lambdaworks.redis.ClientOptions.Builder
Sets the PING before activate connection flag.
pingBeforeActivateConnection(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
 
pool() - Method in class com.lambdaworks.redis.RedisClient
Creates a connection pool for synchronous connections. 5 max idle connections and 20 max active connections.
pool(int, int) - Method in class com.lambdaworks.redis.RedisClient
Creates a connection pool for synchronous connections.
pool(RedisCodec<K, V>, int, int) - Method in class com.lambdaworks.redis.RedisClient
Creates a connection pool for synchronous connections.
PoolingProxyFactory - Class in com.lambdaworks.redis.support
Pooling proxy factory to create transparent pooling proxies.
PORT_PATTERN - Static variable in class com.lambdaworks.redis.masterslave.MasterSlaveTopologyProvider
 
PrepareClose() - Constructor for class com.lambdaworks.redis.ConnectionEvents.PrepareClose
 
ProtocolKeyword - Interface in com.lambdaworks.redis.protocol
Interface for protocol keywords providing an encoded representation.
psetex(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
psetex(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
psetex(K, long, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Set the value and expiration in milliseconds of a key.
psetex(K, long, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Set the value and expiration in milliseconds of a key.
psetex(K, long, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Set the value and expiration in milliseconds of a key.
psetex(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Set the value and expiration in milliseconds of a key.
psetex(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Set the value and expiration in milliseconds of a key.
psetex(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Set the value and expiration in milliseconds of a key.
psetex(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Set the value and expiration in milliseconds of a key.
psubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
Listen for messages published to channels matching the given patterns.
psubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
Listen for messages published to channels matching the given patterns.
psubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
Listen for messages published to channels matching the given patterns.
psubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
 
psubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
Deprecated.
Listen for messages published to channels matching the given patterns.
psubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
 
psubscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
psubscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Subscribed to a pattern.
pttl(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pttl(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pttl(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Get the time to live for a key in milliseconds.
pttl(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Get the time to live for a key in milliseconds.
pttl(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Get the time to live for a key in milliseconds.
pttl(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Get the time to live for a key in milliseconds.
pttl(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Get the time to live for a key in milliseconds.
pttl(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Get the time to live for a key in milliseconds.
pttl(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Get the time to live for a key in milliseconds.
publish(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
publish(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
publish(K, V) - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Post a message to a channel.
publish(K, V) - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Post a message to a channel.
publish(K, V) - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Post a message to a channel.
publish(K, V) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Post a message to a channel.
publish(K, V) - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Post a message to a channel.
publish(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
Post a message to a channel.
publish(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
Post a message to a channel.
publish(Event) - Method in class com.lambdaworks.redis.event.DefaultEventBus
 
publish(Event) - Method in interface com.lambdaworks.redis.event.EventBus
Publish a Event to the bus.
pubsubChannels() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pubsubChannels(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pubsubChannels() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pubsubChannels(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pubsubChannels() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Lists the currently *active channels*.
pubsubChannels(K) - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Lists the currently *active channels*.
pubsubChannels() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Lists the currently *active channels*.
pubsubChannels(K) - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Lists the currently *active channels*.
pubsubChannels() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Lists the currently *active channels*.
pubsubChannels(K) - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Lists the currently *active channels*.
pubsubChannels() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Lists the currently *active channels*.
pubsubChannels(K) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Lists the currently *active channels*.
pubsubChannels() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Lists the currently *active channels*.
pubsubChannels(K) - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Lists the currently *active channels*.
pubsubChannels() - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
Lists the currently *active channels*.
pubsubChannels(K) - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
Lists the currently *active channels*.
pubsubChannels() - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
Lists the currently *active channels*.
pubsubChannels(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
Lists the currently *active channels*.
PubSubCommandHandler<K,V> - Class in com.lambdaworks.redis.pubsub
A netty ChannelHandler responsible for writing redis pub/sub commands and reading the response stream from the server.
PubSubCommandHandler(ClientOptions, ClientResources, Queue<RedisCommand<K, V, ?>>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.pubsub.PubSubCommandHandler
Initialize a new instance.
pubsubNumpat() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pubsubNumpat() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pubsubNumpat() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Returns the number of subscriptions to patterns.
pubsubNumpat() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Returns the number of subscriptions to patterns.
pubsubNumpat() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Returns the number of subscriptions to patterns.
pubsubNumpat() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Returns the number of subscriptions to patterns.
pubsubNumpat() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Returns the number of subscriptions to patterns.
pubsubNumpat() - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
Returns the number of subscriptions to patterns.
pubsubNumpat() - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
Returns the number of subscriptions to patterns.
pubsubNumsub(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
pubsubNumsub(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
PubSubOutput<K,V,T> - Class in com.lambdaworks.redis.pubsub
One element of the redis pub/sub stream.
PubSubOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.pubsub.PubSubOutput
 
PubSubOutput.Type - Enum in com.lambdaworks.redis.pubsub
 
punsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
Stop listening for messages posted to channels matching the given patterns.
punsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
Stop listening for messages posted to channels matching the given patterns.
punsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
Stop listening for messages posted to channels matching the given patterns.
punsubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
 
punsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
Deprecated.
Stop listening for messages posted to channels matching the given patterns.
punsubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
 
punsubscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
punsubscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Unsubscribed from a pattern.
px(long) - Static method in class com.lambdaworks.redis.SetArgs.Builder
 
px(long) - Method in class com.lambdaworks.redis.SetArgs
 

Q

queue - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
quit() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
quit() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
quit() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Close the connection.
quit() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Close the connection.
quit() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Close the connection.
quit() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Close the connection.
quit() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Close the connection.
quit() - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
Close the connection.
quit() - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
Close the connection.

R

randomkey() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
randomkey() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
randomkey() - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Return a random key from the keyspace.
randomkey() - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Return a random key from the keyspace.
randomkey() - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Return a random key from the keyspace.
randomkey() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Return a random key from the keyspace.
randomkey() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Return a random key from the keyspace on a random master.
randomkey() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Return a random key from the keyspace on a random master.
randomkey() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Return a random key from the keyspace.
randomkey() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Return a random key from the keyspace on a random master.
randomkey() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
randomkey() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
randomkey() - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Return a random key from the keyspace.
randomkey() - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Return a random key from the keyspace.
reactive() - Method in interface com.lambdaworks.redis.api.StatefulRedisConnection
Returns the RedisReactiveCommands API for the current connection.
reactive() - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
Returns the RedisAdvancedClusterReactiveCommands API for the current connection.
reactive - Variable in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
reactive() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
reactive() - Method in interface com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnection
Returns the RedisPubSubReactiveCommands API for the current connection.
reactive - Variable in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
reactive() - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
reactive() - Method in interface com.lambdaworks.redis.sentinel.api.StatefulRedisSentinelConnection
Returns the RedisSentinelReactiveCommands API for the current connection.
reactive - Variable in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
 
reactive() - Method in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
 
reactive - Variable in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
reactive() - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
ReactiveCommandDispatcher<K,V,T> - Class in com.lambdaworks.redis
Reactive command dispatcher.
ReactiveCommandDispatcher(RedisCommand<K, V, T>, StatefulConnection<K, V>, boolean) - Constructor for class com.lambdaworks.redis.ReactiveCommandDispatcher
 
ReactiveCommandDispatcher(Supplier<RedisCommand<K, V, T>>, StatefulConnection<K, V>, boolean) - Constructor for class com.lambdaworks.redis.ReactiveCommandDispatcher
 
ReadFrom - Class in com.lambdaworks.redis
Defines from which Redis nodes data is read.
ReadFrom() - Constructor for class com.lambdaworks.redis.ReadFrom
 
ReadFrom.Nodes - Interface in com.lambdaworks.redis
Descriptor of nodes that are available for the current read operation.
readOnly() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
readOnly() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
readOnly() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Switch connection to Read-Only mode when connecting to a cluster.
readOnly() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Switch connection to Read-Only mode when connecting to a cluster.
readOnly() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Switch connection to Read-Only mode when connecting to a cluster.
readOnly() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Switch connection to Read-Only mode when connecting to a cluster.
readonly(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Select slave nodes by a predicate and keeps a static selection.
readOnly() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Tells a Redis cluster slave node that the client is ok reading possibly stale data and is not interested in running write queries.
readOnly() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Tells a Redis cluster slave node that the client is ok reading possibly stale data and is not interested in running write queries.
readonly(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Select slave nodes by a predicate and keeps a static selection.
readOnly() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Tells a Redis cluster slave node that the client is ok reading possibly stale data and is not interested in running write queries.
readonly(Predicate<RedisClusterNode>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
readOnly() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Tells a Redis cluster slave node that the client is ok reading possibly stale data and is not interested in running write queries.
readOnly() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Tells a Redis cluster slave node that the client is ok reading possibly stale data and is not interested in running write queries.
readWrite() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
readWrite() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
readWrite() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Switch connection to Read-Write mode (default) when connecting to a cluster.
readWrite() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Switch connection to Read-Write mode (default) when connecting to a cluster.
readWrite() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Switch connection to Read-Write mode (default) when connecting to a cluster.
readWrite() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Switch connection to Read-Write mode (default) when connecting to a cluster.
readWrite() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Resets readOnly flag.
readWrite() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Resets readOnly flag.
readWrite() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Resets readOnly flag.
readWrite() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Resets readOnly flag.
readWrite() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Resets readOnly flag.
recordCommandLatency(SocketAddress, SocketAddress, ProtocolKeyword, long, long) - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollector
Record the command latency per connectionPoint and commandType.
recordCommandLatency(SocketAddress, SocketAddress, ProtocolKeyword, long, long) - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
Record the command latency per connectionPoint and commandType.
redis(String) - Static method in class com.lambdaworks.redis.RedisURI.Builder
Set Redis host.
redis(String, int) - Static method in class com.lambdaworks.redis.RedisURI.Builder
Set Redis host and port.
RedisAdvancedClusterAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
Advanced asynchronous and thread-safe Redis Cluster API.
RedisAdvancedClusterAsyncCommandsImpl<K,V> - Class in com.lambdaworks.redis.cluster
An advanced asynchronous and thread-safe API for a Redis Cluster connection.
RedisAdvancedClusterAsyncCommandsImpl(StatefulRedisClusterConnectionImpl<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
Initialize a new connection.
RedisAdvancedClusterAsyncConnection<K,V> - Interface in com.lambdaworks.redis.cluster
RedisAdvancedClusterCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
Advanced synchronous and thread-safe Redis Cluster API.
RedisAdvancedClusterConnection<K,V> - Interface in com.lambdaworks.redis.cluster
RedisAdvancedClusterReactiveCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.rx
Advanced reactive and thread-safe Redis Cluster API.
RedisAdvancedClusterReactiveCommandsImpl<K,V> - Class in com.lambdaworks.redis.cluster
An advanced reactive and thread-safe API to a Redis Cluster connection.
RedisAdvancedClusterReactiveCommandsImpl(StatefulRedisClusterConnectionImpl<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
Initialize a new connection.
RedisAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
A complete asynchronous and thread-safe Redis API with 400+ Methods.
RedisAsyncCommandsImpl<K,V> - Class in com.lambdaworks.redis
An asynchronous and thread-safe API for a Redis connection.
RedisAsyncCommandsImpl(StatefulRedisConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.RedisAsyncCommandsImpl
Initialize a new instance.
RedisAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisChannelHandler<K,V> - Class in com.lambdaworks.redis
Abstract base for every redis connection.
RedisChannelHandler(RedisChannelWriter<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.RedisChannelHandler
 
RedisChannelInitializer - Interface in com.lambdaworks.redis
Channel initializer to set up the transport before a Redis connection can be used.
RedisChannelInitializerImpl - Class in com.lambdaworks.redis
Channel initializer to set up the transport before a Redis connection can be used.
RedisChannelInitializerImpl() - Constructor for class com.lambdaworks.redis.RedisChannelInitializerImpl
 
RedisChannelWriter<K,V> - Interface in com.lambdaworks.redis
Writer for a channel.
RedisClient - Class in com.lambdaworks.redis
A scalable thread-safe Redis client.
RedisClient(ClientResources, RedisURI) - Constructor for class com.lambdaworks.redis.RedisClient
 
RedisClient() - Constructor for class com.lambdaworks.redis.RedisClient
Deprecated.
Use the factory method RedisClient.create()
RedisClient(String) - Constructor for class com.lambdaworks.redis.RedisClient
Deprecated.
Use the factory method RedisClient.create(String)
RedisClient(String, int) - Constructor for class com.lambdaworks.redis.RedisClient
Deprecated.
Use the factory method RedisClient.create(RedisURI)
RedisClient(RedisURI) - Constructor for class com.lambdaworks.redis.RedisClient
Deprecated.
Use the factory method RedisClient.create(RedisURI)
RedisClientFactoryBean - Class in com.lambdaworks.redis.support
Factory Bean for RedisClient instances.
RedisClientFactoryBean() - Constructor for class com.lambdaworks.redis.support.RedisClientFactoryBean
 
RedisClusterAsyncCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.async
A complete asynchronous and thread-safe cluster Redis API with 400+ Methods.
RedisClusterAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisClusterClient - Class in com.lambdaworks.redis.cluster
A scalable thread-safe Redis cluster client.
RedisClusterClient(RedisURI) - Constructor for class com.lambdaworks.redis.cluster.RedisClusterClient
RedisClusterClient(List<RedisURI>) - Constructor for class com.lambdaworks.redis.cluster.RedisClusterClient
RedisClusterClient(ClientResources, Iterable<RedisURI>) - Constructor for class com.lambdaworks.redis.cluster.RedisClusterClient
Initialize the client with a list of cluster URI's.
RedisClusterClientFactoryBean - Class in com.lambdaworks.redis.support
Factory Bean for RedisClusterClient instances.
RedisClusterClientFactoryBean() - Constructor for class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
RedisClusterCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.sync
A complete synchronous and thread-safe Redis Cluster API with 400+ Methods.
RedisClusterConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisClusterNode - Class in com.lambdaworks.redis.cluster.models.partitions
Representation of a Redis Cluster node.
RedisClusterNode() - Constructor for class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
RedisClusterNode(RedisURI, String, boolean, String, long, long, long, List<Integer>, Set<RedisClusterNode.NodeFlag>) - Constructor for class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
RedisClusterNode.NodeFlag - Enum in com.lambdaworks.redis.cluster.models.partitions
Redis Cluster node flags.
RedisClusterReactiveCommands<K,V> - Interface in com.lambdaworks.redis.cluster.api.rx
A complete reactive and thread-safe cluster Redis API with 400+ Methods.
RedisCodec<K,V> - Interface in com.lambdaworks.redis.codec
A RedisCodec encodes keys and values sent to Redis, and decodes keys and values in the command output.
RedisCommand<K,V,T> - Interface in com.lambdaworks.redis.protocol
A redis command that holds an output, arguments and a state, whether it is completed or not.
RedisCommandExecutionException - Exception in com.lambdaworks.redis
Exception for errors states reported by Redis.
RedisCommandExecutionException(String) - Constructor for exception com.lambdaworks.redis.RedisCommandExecutionException
 
RedisCommandExecutionException(String, Throwable) - Constructor for exception com.lambdaworks.redis.RedisCommandExecutionException
 
RedisCommandInterruptedException - Exception in com.lambdaworks.redis
Exception thrown when the thread executing a redis command is interrupted.
RedisCommandInterruptedException(Throwable) - Constructor for exception com.lambdaworks.redis.RedisCommandInterruptedException
 
RedisCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
A complete synchronous and thread-safe Redis API with 400+ Methods.
RedisCommandTimeoutException - Exception in com.lambdaworks.redis
Exception thrown when the command waiting timeout is exceeded.
RedisCommandTimeoutException() - Constructor for exception com.lambdaworks.redis.RedisCommandTimeoutException
 
RedisCommandTimeoutException(String) - Constructor for exception com.lambdaworks.redis.RedisCommandTimeoutException
 
RedisConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisConnectionException - Exception in com.lambdaworks.redis
Exception for connection failures.
RedisConnectionException(String) - Constructor for exception com.lambdaworks.redis.RedisConnectionException
 
RedisConnectionException(String, Throwable) - Constructor for exception com.lambdaworks.redis.RedisConnectionException
 
RedisConnectionPool<T> - Class in com.lambdaworks.redis
Connection pool for redis connections.
RedisConnectionPool(RedisConnectionPool.RedisConnectionProvider<T>, int, int, long) - Constructor for class com.lambdaworks.redis.RedisConnectionPool
Create a new connection pool
RedisConnectionStateListener - Interface in com.lambdaworks.redis
Simple interface for Redis connection state monitoring.
RedisException - Exception in com.lambdaworks.redis
Exception thrown when Redis returns an error message, or when the client fails for any reason.
RedisException(String) - Constructor for exception com.lambdaworks.redis.RedisException
 
RedisException(String, Throwable) - Constructor for exception com.lambdaworks.redis.RedisException
 
RedisException(Throwable) - Constructor for exception com.lambdaworks.redis.RedisException
 
RedisFuture<V> - Interface in com.lambdaworks.redis
Redis Future, extends a Listenable Future (Notification on Complete).
RedisGeoAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
Asynchronous executed commands for the Geo-API.
RedisGeoAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisGeoCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
Synchronous executed commands for the Geo-API.
RedisGeoConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisGeoReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
Observable commands for the Geo-API.
RedisHashAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
Asynchronous executed commands for Hashes (Key-Value pairs).
RedisHashCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
Synchronous executed commands for Hashes (Key-Value pairs).
RedisHashesAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisHashesConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisHashReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
Observable commands for Hashes (Key-Value pairs).
RedisHLLAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
Asynchronous executed commands for HyperLogLog (PF* commands).
RedisHLLAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisHLLCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
Synchronous executed commands for HyperLogLog (PF* commands).
RedisHLLConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisHLLReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
Observable commands for HyperLogLog (PF* commands).
RedisInstance - Interface in com.lambdaworks.redis.models.role
Represents a redis instance according to the ROLE output.
RedisInstance.Role - Enum in com.lambdaworks.redis.models.role
Possible Redis instance roles.
RedisKeyAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
Asynchronous executed commands for Keys (Key manipulation/querying).
RedisKeyCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
Synchronous executed commands for Keys (Key manipulation/querying).
RedisKeyReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
Observable commands for Keys (Key manipulation/querying).
RedisKeysAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
Use RedisKeyAsyncCommands
RedisKeysConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
Use RedisKeyCommands
RedisListAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
Asynchronous executed commands for Lists.
RedisListCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
Synchronous executed commands for Lists.
RedisListReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
Observable commands for Lists.
RedisListsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisListsConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
Use RedisListCommands
RedisMasterInstance - Class in com.lambdaworks.redis.models.role
Represents a master instance.
RedisMasterInstance() - Constructor for class com.lambdaworks.redis.models.role.RedisMasterInstance
 
RedisMasterInstance(long, List<ReplicationPartner>) - Constructor for class com.lambdaworks.redis.models.role.RedisMasterInstance
Constructs a RedisMasterInstance
RedisNodeDescription - Interface in com.lambdaworks.redis.models.role
Description of a single Redis Node.
RedisPubSubAdapter<K,V> - Class in com.lambdaworks.redis.pubsub
Convenience adapter with an empty implementation of all RedisPubSubListener callback methods.
RedisPubSubAdapter() - Constructor for class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
RedisPubSubAsyncCommands<K,V> - Interface in com.lambdaworks.redis.pubsub.api.async
Asynchronous and thread-safe Redis PubSub API.
RedisPubSubAsyncCommandsImpl<K,V> - Class in com.lambdaworks.redis.pubsub
An asynchronous and thread-safe API for a Redis pub/sub connection.
RedisPubSubAsyncCommandsImpl(StatefulRedisPubSubConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
Initialize a new connection.
RedisPubSubCommands<K,V> - Interface in com.lambdaworks.redis.pubsub.api.sync
Synchronous and thread-safe Redis PubSub API.
RedisPubSubConnection<K,V> - Interface in com.lambdaworks.redis.pubsub
Deprecated.
RedisPubSubListener<K,V> - Interface in com.lambdaworks.redis.pubsub
Interface for redis pub/sub listeners.
RedisPubSubReactiveCommands<K,V> - Interface in com.lambdaworks.redis.pubsub.api.rx
Asynchronous and thread-safe Redis PubSub API.
RedisPubSubReactiveCommandsImpl<K,V> - Class in com.lambdaworks.redis.pubsub
A reactive and thread-safe API for a Redis pub/sub connection.
RedisPubSubReactiveCommandsImpl(StatefulRedisPubSubConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
Initialize a new connection.
RedisReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
A complete reactive and thread-safe Redis API with 400+ Methods.
RedisReactiveCommandsImpl<K,V> - Class in com.lambdaworks.redis
A reactive and thread-safe API for a Redis Sentinel connection.
RedisReactiveCommandsImpl(StatefulRedisConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.RedisReactiveCommandsImpl
Initialize a new instance.
RedisScriptingAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
Asynchronous executed commands for Scripting.
RedisScriptingAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
Use RedisScriptingAsyncCommands
RedisScriptingCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
Synchronous executed commands for Scripting.
RedisScriptingConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisScriptingReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
Observable commands for Scripting.
RedisSentinelAsyncCommands<K,V> - Interface in com.lambdaworks.redis.sentinel.api.async
Asynchronous executed commands for Redis Sentinel.
RedisSentinelAsyncCommandsImpl<K,V> - Class in com.lambdaworks.redis.sentinel
An asynchronous and thread-safe API for a Redis Sentinel connection.
RedisSentinelAsyncCommandsImpl(StatefulConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
RedisSentinelAsyncConnection<K,V> - Interface in com.lambdaworks.redis
RedisSentinelCommands<K,V> - Interface in com.lambdaworks.redis.sentinel.api.sync
Synchronous executed commands for Redis Sentinel.
RedisSentinelInstance - Class in com.lambdaworks.redis.models.role
Redis sentinel instance.
RedisSentinelInstance() - Constructor for class com.lambdaworks.redis.models.role.RedisSentinelInstance
 
RedisSentinelInstance(List<String>) - Constructor for class com.lambdaworks.redis.models.role.RedisSentinelInstance
RedisSentinelReactiveCommands<K,V> - Interface in com.lambdaworks.redis.sentinel.api.rx
Observable commands for Redis Sentinel.
RedisSentinelReactiveCommandsImpl<K,V> - Class in com.lambdaworks.redis.sentinel
A reactive and thread-safe API for a Redis Sentinel connection.
RedisSentinelReactiveCommandsImpl(StatefulConnection<K, V>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
RedisServerAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
Asynchronous executed commands for Server Control.
RedisServerAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisServerCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
Synchronous executed commands for Server Control.
RedisServerConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisServerReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
Observable commands for Server Control.
RedisSetAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
Asynchronous executed commands for Sets.
RedisSetCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
Synchronous executed commands for Sets.
RedisSetReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
Observable commands for Sets.
RedisSetsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisSetsConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisSlaveInstance - Class in com.lambdaworks.redis.models.role
Redis slave instance.
RedisSlaveInstance() - Constructor for class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
RedisSlaveInstance.State - Enum in com.lambdaworks.redis.models.role
State of the slave.
RedisSortedSetAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
Asynchronous executed commands for Sorted Sets.
RedisSortedSetCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
Synchronous executed commands for Sorted Sets.
RedisSortedSetReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
Observable commands for Sorted Sets.
RedisSortedSetsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
Use RedisSortedSetAsyncCommands
RedisSortedSetsConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
Use RedisSortedSetCommands
RedisStateMachine<K,V> - Class in com.lambdaworks.redis.protocol
State machine that decodes redis server responses encoded according to the Unified Request Protocol.
RedisStateMachine() - Constructor for class com.lambdaworks.redis.protocol.RedisStateMachine
Initialize a new instance.
RedisStringAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
Asynchronous executed commands for Strings.
RedisStringCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
Synchronous executed commands for Strings.
RedisStringReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
Observable commands for Strings.
RedisStringsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
Use RedisStringAsyncCommands
RedisStringsConnection<K,V> - Interface in com.lambdaworks.redis
Deprecated.
RedisTransactionalAsyncCommands<K,V> - Interface in com.lambdaworks.redis.api.async
Asynchronous executed commands for Transactions.
RedisTransactionalCommands<K,V> - Interface in com.lambdaworks.redis.api.sync
Synchronous executed commands for Transactions.
RedisTransactionalReactiveCommands<K,V> - Interface in com.lambdaworks.redis.api.rx
Observable commands for Transactions.
RedisURI - Class in com.lambdaworks.redis
Redis URI.
RedisURI() - Constructor for class com.lambdaworks.redis.RedisURI
Default empty constructor.
RedisURI(String, int, long, TimeUnit) - Constructor for class com.lambdaworks.redis.RedisURI
Constructor with host/port and timeout.
RedisURI.Builder - Class in com.lambdaworks.redis
Builder for Redis URI.
refreshClusterView(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
Enable regular cluster topology updates.
refreshPeriod(long, TimeUnit) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
Set the refresh period.
registerCloseables(Collection<Closeable>, Closeable...) - Method in class com.lambdaworks.redis.RedisChannelHandler
Register Closeable resources.
release(EventExecutorGroup, long, long, TimeUnit) - Method in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
 
release(EventExecutorGroup, long, long, TimeUnit) - Method in interface com.lambdaworks.redis.resource.EventLoopGroupProvider
Release a eventLoopGroup instance.
reload(List<RedisClusterNode>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Update partitions and rebuild slot cache.
reloadPartitions() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Reload partitions and re-initialize the distribution table.
remoteAddress() - Method in interface com.lambdaworks.redis.ConnectionId
Returns the remote address.
remoteAddress() - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
Returns the remote address.
remove(Object) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
remove(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
remove the specified master.
remove(K) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
remove the specified master.
remove(K) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
remove the specified master.
remove(K) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
remove the specified master.
remove(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
remove(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
removeAll(Collection<?>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
removeListener(RedisConnectionStateListener) - Method in class com.lambdaworks.redis.AbstractRedisClient
Removes a listener.
removeListener(RedisConnectionStateListener) - Method in class com.lambdaworks.redis.ConnectionEvents
 
removeListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
Remove an existing listener.
removeListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
Remove an existing listener.
removeListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
Remove an existing listener.
removeListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
Remove an existing listener.
removeListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
Deprecated.
Remove an existing listener.
removeListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
Remove an existing listener.
removeListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnection
Remove an existing listener.
removeListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
Remove an existing listener.
rename(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
rename(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
rename(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Rename a key.
rename(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Rename a key.
rename(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Rename a key.
rename(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Rename a key.
rename(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Rename a key.
rename(K, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Rename a key.
rename(K, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Rename a key.
renamenx(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
renamenx(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
renamenx(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Rename a key, only if the new key does not exist.
renamenx(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Rename a key, only if the new key does not exist.
renamenx(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Rename a key, only if the new key does not exist.
renamenx(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Rename a key, only if the new key does not exist.
renamenx(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Rename a key, only if the new key does not exist.
renamenx(K, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Rename a key, only if the new key does not exist.
renamenx(K, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Rename a key, only if the new key does not exist.
ReplicationPartner - Class in com.lambdaworks.redis.models.role
Replication partner providing the host and the replication offset.
ReplicationPartner() - Constructor for class com.lambdaworks.redis.models.role.ReplicationPartner
 
ReplicationPartner(HostAndPort, long) - Constructor for class com.lambdaworks.redis.models.role.ReplicationPartner
Constructs a replication partner.
requestQueueSize(int) - Method in class com.lambdaworks.redis.ClientOptions.Builder
Set the per-connection request queue size.
requestQueueSize(int) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
 
reset() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
reset() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
reset() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Reset the command state.
reset() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Reset the command state.
reset() - Method in interface com.lambdaworks.redis.api.StatefulConnection
Reset the command state.
reset() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Reset the command state.
reset() - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
 
reset() - Method in class com.lambdaworks.redis.protocol.CommandHandler
Reset the writer state.
reset() - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
 
reset() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
reset() - Method in interface com.lambdaworks.redis.RedisChannelWriter
Reset the writer state.
reset(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
This command will reset all the masters with matching name.
reset(K) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
This command will reset all the masters with matching name.
reset(K) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
This command will reset all the masters with matching name.
reset(K) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
This command will reset all the masters with matching name.
reset(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
reset(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
resetLatenciesAfterEvent() - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollectorOptions
Returns whether the latencies should be reset once an event is emitted.
resetLatenciesAfterEvent(boolean) - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
Sets whether the recorded latencies should be reset once the metrics event was emitted.
resetLatenciesAfterEvent() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
restore(K, long, byte[]) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
restore(K, long, byte[]) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Create a key using the provided serialized value, previously obtained using DUMP.
restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Create a key using the provided serialized value, previously obtained using DUMP.
restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Create a key using the provided serialized value, previously obtained using DUMP.
restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Create a key using the provided serialized value, previously obtained using DUMP.
restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Create a key using the provided serialized value, previously obtained using DUMP.
restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Create a key using the provided serialized value, previously obtained using DUMP.
restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Create a key using the provided serialized value, previously obtained using DUMP.
resubscribe() - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
Re-subscribe to all previously subscribed channels and patterns.
retainAll(Collection<?>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
retrieveMetrics() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
 
retrieveMetrics() - Method in interface com.lambdaworks.redis.metrics.MetricCollector
Returns the collected/aggregated metrics.
RETRY_TIMEOUT_MAX - Static variable in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
role() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
role() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
role() - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Return the role of the instance in the context of replication.
role() - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Return the role of the instance in the context of replication.
role() - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Return the role of the instance in the context of replication.
role() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Return the role of the instance in the context of replication.
role() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Return the role of the instance in the context of replication.
role() - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
Return the role of the instance in the context of replication.
role() - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
Return the role of the instance in the context of replication.
ROLE_MAPPING - Static variable in class com.lambdaworks.redis.models.role.RoleParser
 
ROLE_PATTERN - Static variable in class com.lambdaworks.redis.masterslave.MasterSlaveTopologyProvider
 
RoleParser - Class in com.lambdaworks.redis.models.role
Parser for redis ROLE command output.
rpop(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
rpop(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
rpop(K) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Remove and get the last element in a list.
rpop(K) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Remove and get the last element in a list.
rpop(K) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Remove and get the last element in a list.
rpop(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Remove and get the last element in a list.
rpop(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Remove and get the last element in a list.
rpop(K) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Remove and get the last element in a list.
rpop(K) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Remove and get the last element in a list.
rpoplpush(K, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
rpoplpush(K, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
rpoplpush(K, K) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Remove the last element in a list, append it to another list and return it.
rpoplpush(K, K) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Remove the last element in a list, append it to another list and return it.
rpoplpush(K, K) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Remove the last element in a list, append it to another list and return it.
rpoplpush(K, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Remove the last element in a list, append it to another list and return it.
rpoplpush(K, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Remove the last element in a list, append it to another list and return it.
rpoplpush(K, K) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Remove the last element in a list, append it to another list and return it.
rpoplpush(K, K) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Remove the last element in a list, append it to another list and return it.
rpush(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
rpush(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
rpush(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Append one or multiple values to a list.
rpush(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Append one or multiple values to a list.
rpush(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Append one or multiple values to a list.
rpush(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Append one or multiple values to a list.
rpush(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Append one or multiple values to a list.
rpush(K, V...) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Append one or multiple values to a list.
rpush(K, V...) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Append one or multiple values to a list.
rpushx(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
rpushx(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
rpushx(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisListAsyncCommands
Append a value to a list, only if the list exists.
rpushx(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisListReactiveCommands
Append a value to a list, only if the list exists.
rpushx(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisListCommands
Append a value to a list, only if the list exists.
rpushx(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionListAsyncCommands
Append a value to a list, only if the list exists.
rpushx(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionListCommands
Append a value to a list, only if the list exists.
rpushx(K, V) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Deprecated.
Append a value to a list, only if the list exists.
rpushx(K, V) - Method in interface com.lambdaworks.redis.RedisListsConnection
Deprecated.
Append a value to a list, only if the list exists.
rsm - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
run(Timeout) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
Reconnect to the remote address that the closed channel was connected to.
run(T) - Method in class com.lambdaworks.redis.support.WithConnection
Execution method.
RxJavaEventExecutorGroupScheduler - Class in com.lambdaworks.redis.resource
A scheduler that uses a provided EventExecutorGroup instance to schedule tasks.
RxJavaEventExecutorGroupScheduler(EventExecutorGroup) - Constructor for class com.lambdaworks.redis.resource.RxJavaEventExecutorGroupScheduler
 

S

sadd(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sadd(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sadd(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Add one or more members to a set.
sadd(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Add one or more members to a set.
sadd(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Add one or more members to a set.
sadd(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Add one or more members to a set.
sadd(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Add one or more members to a set.
sadd(K, V...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Add one or more members to a set.
sadd(K, V...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Add one or more members to a set.
safeMulti(CommandOutput<K, V, ?>, int, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
 
safeSet(CommandOutput<K, V, ?>, long, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
 
safeSet(CommandOutput<K, V, ?>, ByteBuffer, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
 
safeSet(Runnable, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
 
safeSetError(CommandOutput<K, V, ?>, ByteBuffer, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
 
save() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
save() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
save() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Synchronously save the dataset to disk.
save() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Synchronously save the dataset to disk.
save() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Synchronously save the dataset to disk.
save() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Synchronously save the dataset to disk.
save() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Synchronously save the dataset to disk.
save() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Synchronously save the dataset to disk.
save() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Synchronously save the dataset to disk.
scan() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scan(ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scan(ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scan(ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scan(KeyStreamingChannel<K>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scan(KeyStreamingChannel<K>, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scan(KeyStreamingChannel<K>, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scan() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scan(ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scan(ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scan(ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scan(KeyStreamingChannel<K>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scan(KeyStreamingChannel<K>, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scan(KeyStreamingChannel<K>, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scan() - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Incrementally iterate the keys space.
scan(ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Incrementally iterate the keys space.
scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Incrementally iterate the keys space.
scan(ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Incrementally iterate the keys space.
scan() - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Incrementally iterate the keys space.
scan(ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Incrementally iterate the keys space.
scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Incrementally iterate the keys space.
scan(ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Incrementally iterate the keys space.
scan() - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Incrementally iterate the keys space.
scan(ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Incrementally iterate the keys space.
scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Incrementally iterate the keys space.
scan(ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Incrementally iterate the keys space.
scan() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Incrementally iterate the keys space.
scan(ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Incrementally iterate the keys space.
scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Incrementally iterate the keys space.
scan(ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Incrementally iterate the keys space.
scan() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Incrementally iterate the keys space.
scan(ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Incrementally iterate the keys space.
scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Incrementally iterate the keys space.
scan(ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Incrementally iterate the keys space.
scan() - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Incrementally iterate the keys space.
scan(ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Incrementally iterate the keys space.
scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Incrementally iterate the keys space.
scan(ScanCursor) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Incrementally iterate the keys space.
scan() - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Incrementally iterate the keys space.
scan(ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Incrementally iterate the keys space.
scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Incrementally iterate the keys space.
scan(ScanCursor) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Incrementally iterate the keys space.
scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Incrementally iterate the keys space.
ScanArgs - Class in com.lambdaworks.redis
Argument list builder for the redis scan commans (scan, hscan, sscan, zscan) .
ScanArgs() - Constructor for class com.lambdaworks.redis.ScanArgs
 
ScanArgs.Builder - Class in com.lambdaworks.redis
Static builder methods.
ScanCursor - Class in com.lambdaworks.redis
Generic Cursor data structure.
ScanCursor() - Constructor for class com.lambdaworks.redis.ScanCursor
 
ScanOutput<K,V,T extends ScanCursor> - Class in com.lambdaworks.redis.output
Cursor handling output.
ScanOutput(RedisCodec<K, V>, T) - Constructor for class com.lambdaworks.redis.output.ScanOutput
 
scard(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scard(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scard(K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Get the number of members in a set.
scard(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Get the number of members in a set.
scard(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Get the number of members in a set.
scard(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Get the number of members in a set.
scard(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Get the number of members in a set.
scard(K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Get the number of members in a set.
scard(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Get the number of members in a set.
scheduleReconnect() - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
Schedule reconnect if channel is not available/not active.
score - Variable in class com.lambdaworks.redis.ScoredValue
 
ScoredValue<V> - Class in com.lambdaworks.redis
A value and its associated score from a ZSET.
ScoredValue(double, V) - Constructor for class com.lambdaworks.redis.ScoredValue
 
ScoredValueListOutput<K,V> - Class in com.lambdaworks.redis.output
List of values and their associated scores.
ScoredValueListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ScoredValueListOutput
 
ScoredValueScanCursor<V> - Class in com.lambdaworks.redis
Cursor providing a list of ScoredValue
ScoredValueScanCursor() - Constructor for class com.lambdaworks.redis.ScoredValueScanCursor
 
ScoredValueScanOutput<K,V> - Class in com.lambdaworks.redis.output
ScoredValueScanCursor for scan cursor output.
ScoredValueScanOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ScoredValueScanOutput
 
ScoredValueScanStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming-Output of of values and their associated scores.
ScoredValueScanStreamingOutput(RedisCodec<K, V>, ScoredValueStreamingChannel<V>) - Constructor for class com.lambdaworks.redis.output.ScoredValueScanStreamingOutput
 
ScoredValueStreamingChannel<V> - Interface in com.lambdaworks.redis.output
Streaming API for multiple Keys.
ScoredValueStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming-Output of of values and their associated scores.
ScoredValueStreamingOutput(RedisCodec<K, V>, ScoredValueStreamingChannel<V>) - Constructor for class com.lambdaworks.redis.output.ScoredValueStreamingOutput
 
scriptExists(String...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scriptExists(String...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scriptExists(String...) - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
Check existence of scripts in the script cache.
scriptExists(String...) - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
Check existence of scripts in the script cache.
scriptExists(String...) - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
Check existence of scripts in the script cache.
scriptExists(String...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionScriptingAsyncCommands
Check existence of scripts in the script cache.
scriptExists(String...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionScriptingCommands
Check existence of scripts in the script cache.
scriptExists(String...) - Method in interface com.lambdaworks.redis.RedisScriptingAsyncConnection
Deprecated.
Check existence of scripts in the script cache.
scriptExists(String...) - Method in interface com.lambdaworks.redis.RedisScriptingConnection
Deprecated.
Check existence of scripts in the script cache.
scriptFlush() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scriptFlush() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scriptFlush() - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
Remove all the scripts from the script cache.
scriptFlush() - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
Remove all the scripts from the script cache.
scriptFlush() - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
Remove all the scripts from the script cache.
scriptFlush() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionScriptingAsyncCommands
Remove all the scripts from the script cache.
scriptFlush() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Remove all the scripts from the script cache on all cluster nodes.
scriptFlush() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Remove all the scripts from the script cache on all cluster nodes.
scriptFlush() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionScriptingCommands
Remove all the scripts from the script cache.
scriptFlush() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Remove all the scripts from the script cache on all cluster nodes.
scriptFlush() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
scriptFlush() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
scriptFlush() - Method in interface com.lambdaworks.redis.RedisScriptingAsyncConnection
Deprecated.
Remove all the scripts from the script cache.
scriptFlush() - Method in interface com.lambdaworks.redis.RedisScriptingConnection
Deprecated.
Remove all the scripts from the script cache.
scriptKill() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scriptKill() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scriptKill() - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
Kill the script currently in execution.
scriptKill() - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
Kill the script currently in execution.
scriptKill() - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
Kill the script currently in execution.
scriptKill() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionScriptingAsyncCommands
Kill the script currently in execution.
scriptKill() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Kill the script currently in execution on all cluster nodes.
scriptKill() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Kill the script currently in execution on all cluster nodes.
scriptKill() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionScriptingCommands
Kill the script currently in execution.
scriptKill() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Kill the script currently in execution on all cluster nodes.
scriptKill() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
scriptKill() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
scriptKill() - Method in interface com.lambdaworks.redis.RedisScriptingAsyncConnection
Deprecated.
Kill the script currently in execution.
scriptKill() - Method in interface com.lambdaworks.redis.RedisScriptingConnection
Deprecated.
Kill the script currently in execution.
scriptLoad(V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
scriptLoad(V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
scriptLoad(V) - Method in interface com.lambdaworks.redis.api.async.RedisScriptingAsyncCommands
Load the specified Lua script into the script cache.
scriptLoad(V) - Method in interface com.lambdaworks.redis.api.rx.RedisScriptingReactiveCommands
Load the specified Lua script into the script cache.
scriptLoad(V) - Method in interface com.lambdaworks.redis.api.sync.RedisScriptingCommands
Load the specified Lua script into the script cache.
scriptLoad(V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionScriptingAsyncCommands
Load the specified Lua script into the script cache.
scriptLoad(V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionScriptingCommands
Load the specified Lua script into the script cache.
scriptLoad(V) - Method in interface com.lambdaworks.redis.RedisScriptingAsyncConnection
Deprecated.
Load the specified Lua script into the script cache.
scriptLoad(V) - Method in interface com.lambdaworks.redis.RedisScriptingConnection
Deprecated.
Load the specified Lua script into the script cache.
ScriptOutputType - Enum in com.lambdaworks.redis
A Lua script returns one of the following types: ScriptOutputType.BOOLEAN boolean ScriptOutputType.INTEGER 64-bit integer ScriptOutputType.STATUS status string ScriptOutputType.VALUE value ScriptOutputType.MULTI of these types Redis to Lua conversion table.
sdiff(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sdiff(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sdiff(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sdiff(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sdiff(K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Subtract multiple sets.
sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Subtract multiple sets.
sdiff(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Subtract multiple sets.
sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Subtract multiple sets.
sdiff(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Subtract multiple sets.
sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Subtract multiple sets.
sdiff(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Subtract multiple sets.
sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Subtract multiple sets.
sdiff(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Subtract multiple sets.
sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Subtract multiple sets.
sdiff(K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Subtract multiple sets.
sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Subtract multiple sets.
sdiff(K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Subtract multiple sets.
sdiff(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Subtract multiple sets.
sdiffstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sdiffstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Subtract multiple sets and store the resulting set in a key.
sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Subtract multiple sets and store the resulting set in a key.
sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Subtract multiple sets and store the resulting set in a key.
sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Subtract multiple sets and store the resulting set in a key.
sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Subtract multiple sets and store the resulting set in a key.
sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Subtract multiple sets and store the resulting set in a key.
sdiffstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Subtract multiple sets and store the resulting set in a key.
select(int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
select(int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
select(int) - Method in interface com.lambdaworks.redis.api.async.RedisAsyncCommands
Change the selected database for the current connection.
select(int) - Method in interface com.lambdaworks.redis.api.rx.RedisReactiveCommands
Change the selected database for the current connection.
select(int) - Method in interface com.lambdaworks.redis.api.sync.RedisCommands
Change the selected database for the current Commands.
select(ReadFrom.Nodes) - Method in class com.lambdaworks.redis.ReadFrom
Chooses the nodes from the matching Redis nodes that match this read selector.
select(int) - Method in interface com.lambdaworks.redis.RedisAsyncConnection
Deprecated.
Change the selected database for the current connection.
select(int) - Method in interface com.lambdaworks.redis.RedisConnection
Deprecated.
Change the selected database for the current connection.
selectAsync(int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sentinel(String) - Static method in class com.lambdaworks.redis.RedisURI.Builder
Set Sentinel host.
sentinel(String, int) - Static method in class com.lambdaworks.redis.RedisURI.Builder
Set Sentinel host and port.
sentinel(String, String) - Static method in class com.lambdaworks.redis.RedisURI.Builder
Set Sentinel host and master id.
sentinel(String, int, String) - Static method in class com.lambdaworks.redis.RedisURI.Builder
Set Sentinel host, port and master id.
SentinelTopologyProvider - Class in com.lambdaworks.redis.masterslave
Topology provider using Redis Sentinel and the Sentinel API.
SentinelTopologyProvider(String, RedisClient, RedisURI) - Constructor for class com.lambdaworks.redis.masterslave.SentinelTopologyProvider
 
set(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
set(K, V, SetArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
set(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
set(K, V, SetArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
set(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Set the string value of a key.
set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Set the string value of a key.
set(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Set the string value of a key.
set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Set the string value of a key.
set(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Set the string value of a key.
set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Set the string value of a key.
set(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Set the string value of a key.
set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Set the string value of a key.
set(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Set the string value of a key.
set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Set the string value of a key.
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ArrayOutput
 
set(long) - Method in class com.lambdaworks.redis.output.ArrayOutput
 
set(long) - Method in class com.lambdaworks.redis.output.BooleanListOutput
 
set(long) - Method in class com.lambdaworks.redis.output.BooleanOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.BooleanOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ByteArrayOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.CommandOutput
Set the command output to a sequence of bytes, or null.
set(long) - Method in class com.lambdaworks.redis.output.CommandOutput
Set the command output to a 64-bit signed integer.
set(long) - Method in class com.lambdaworks.redis.output.DateOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.DoubleOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.GeoCoordinatesListOutput
 
set(long) - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
 
set(long) - Method in class com.lambdaworks.redis.output.IntegerOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.IntegerOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyListOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyStreamingOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyValueOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyValueStreamingOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ListOfMapsOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.MapOutput
 
set(long) - Method in class com.lambdaworks.redis.output.MapOutput
 
set(long) - Method in class com.lambdaworks.redis.output.MultiOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.MultiOutput
 
set(long) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScanOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueListOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueStreamingOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.StatusOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.StringListOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueListOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueSetOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueStreamingOutput
 
set(ByteBuffer) - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
set(long) - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
set(K, String, V) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
Multiple option / value pairs can be specified (or none at all).
set(K, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Set the string value of a key.
set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Set the string value of a key.
set(K, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Set the string value of a key.
set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Set the string value of a key.
set(K, String, V) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Multiple option / value pairs can be specified (or none at all).
set(K, String, V) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Multiple option / value pairs can be specified (or none at all).
set(K, String, V) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Multiple option / value pairs can be specified (or none at all).
set(K, String, V) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
set(K, String, V) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
SetArgs - Class in com.lambdaworks.redis
Argument list builder for the new redis SET command starting from Redis 2.6.12.
SetArgs() - Constructor for class com.lambdaworks.redis.SetArgs
 
SetArgs.Builder - Class in com.lambdaworks.redis
 
setArity(int) - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
setAutoFlushCommands(boolean) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
setAutoFlushCommands(boolean) - Method in interface com.lambdaworks.redis.api.StatefulConnection
Disable or enable auto-flush behavior.
setAutoFlushCommands(boolean) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Disable or enable auto-flush behavior.
setAutoFlushCommands(boolean) - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
 
setAutoFlushCommands(boolean) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
setAutoFlushCommands(boolean) - Method in class com.lambdaworks.redis.RedisChannelHandler
 
setAutoFlushCommands(boolean) - Method in interface com.lambdaworks.redis.RedisChannelWriter
Disable or enable auto-flush behavior.
setbit(K, long, int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
setbit(K, long, int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
setbit(K, long, int) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Sets or clears the bit at offset in the string value stored at key.
setbit(K, long, int) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Sets or clears the bit at offset in the string value stored at key.
setbit(K, long, int) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Sets or clears the bit at offset in the string value stored at key.
setbit(K, long, int) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Sets or clears the bit at offset in the string value stored at key.
setbit(K, long, int) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Sets or clears the bit at offset in the string value stored at key.
setbit(K, long, int) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Sets or clears the bit at offset in the string value stored at key.
setbit(K, long, int) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Sets or clears the bit at offset in the string value stored at key.
setClientResources(ClientResources) - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
Set shared client resources to reuse across different client instances.
setComputationThreadPoolSize(int) - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
Sets the thread pool size (number of threads to use) for computation operations (default value is the number of CPUs).
setConfigEpoch(long) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Sets the configEpoch.
setConnected(boolean) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Sets the connected flag.
setCount(long) - Method in class com.lambdaworks.redis.StreamScanCursor
 
setCursor(String) - Method in class com.lambdaworks.redis.ScanCursor
Set the cursor
setDatabase(int) - Method in class com.lambdaworks.redis.RedisURI
 
setDefaultTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.AbstractRedisClient
Set the default timeout for connections created by this client.
setError(ByteBuffer) - Method in class com.lambdaworks.redis.output.CommandOutput
Set command output to an error message from the server.
setError(String) - Method in class com.lambdaworks.redis.output.CommandOutput
Set command output to an error message from the client.
setError(ByteBuffer) - Method in class com.lambdaworks.redis.output.MultiOutput
 
setError(ByteBuffer) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
 
setex(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
setex(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
setex(K, long, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Set the value and expiration of a key.
setex(K, long, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Set the value and expiration of a key.
setex(K, long, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Set the value and expiration of a key.
setex(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Set the value and expiration of a key.
setex(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Set the value and expiration of a key.
setex(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Set the value and expiration of a key.
setex(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Set the value and expiration of a key.
setFinished(boolean) - Method in class com.lambdaworks.redis.ScanCursor
 
setFirstKeyPosition(int) - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
setFlags(Set<RedisClusterNode.NodeFlag>) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Set of node flags.
setFlags(Set<CommandDetail.Flag>) - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
setFrom(int) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
setHost(HostAndPort) - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
 
setHost(String) - Method in class com.lambdaworks.redis.RedisURI
 
setIoThreadPoolSize(int) - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
Sets the thread pool size (number of threads to use) for I/O operations (default value is the number of CPUs).
setKeyStepCount(int) - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
setKnownNodes(Collection<RedisNodeDescription>) - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
 
setLastKeyPosition(int) - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
setListenOnChannelInactive(boolean) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
setMaster(HostAndPort) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
setMaster(ReplicationPartner) - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
setMasterNode(RedisClusterNode) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
setMonitoredMasters(List<String>) - Method in class com.lambdaworks.redis.models.role.RedisSentinelInstance
 
setName(String) - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
setNodeId(String) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Sets nodeId.
setnx(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
setnx(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
setnx(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Set the value of a key, only if the key does not exist.
setnx(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Set the value of a key, only if the key does not exist.
setnx(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Set the value of a key, only if the key does not exist.
setnx(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Set the value of a key, only if the key does not exist.
setnx(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Set the value of a key, only if the key does not exist.
setnx(K, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Set the value of a key, only if the key does not exist.
setnx(K, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Set the value of a key, only if the key does not exist.
setOptions(ClientOptions) - Method in class com.lambdaworks.redis.AbstractRedisClient
Set the ClientOptions for the client.
setOptions(ClusterClientOptions) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Set the ClusterClientOptions for the client.
setOptions(ClientOptions) - Method in class com.lambdaworks.redis.RedisChannelHandler
 
setOptions(ClientOptions) - Method in class com.lambdaworks.redis.RedisClient
Set the ClientOptions for the client.
setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyScanOutput
 
setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyScanStreamingOutput
 
setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyValueScanStreamingOutput
 
setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.MapScanOutput
 
setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScanOutput
 
setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueScanOutput
 
setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueScanStreamingOutput
 
setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueScanOutput
 
setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueScanStreamingOutput
 
setOutput(CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
setOutput(CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.protocol.Command
 
setOutput(CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
setOutput(CommandOutput<K, V, T>) - Method in interface com.lambdaworks.redis.protocol.RedisCommand
Set a new output.
setPartitions(Partitions) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Sets the new cluster topology.
setPartitions(Partitions) - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
setPassword(String) - Method in class com.lambdaworks.redis.RedisURI
 
setPassword(String) - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
Sets the password to use for a Redis connection.
setPingSentTimestamp(long) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Sets the last pingSentTimestamp.
setPongReceivedTimestamp(long) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Sets the last pongReceivedTimestamp.
setPort(int) - Method in class com.lambdaworks.redis.RedisURI
 
setrange(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
setrange(K, long, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
setrange(K, long, V) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Overwrite part of a string at key starting at the specified offset.
setrange(K, long, V) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Overwrite part of a string at key starting at the specified offset.
setrange(K, long, V) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Overwrite part of a string at key starting at the specified offset.
setrange(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Overwrite part of a string at key starting at the specified offset.
setrange(K, long, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Overwrite part of a string at key starting at the specified offset.
setrange(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Overwrite part of a string at key starting at the specified offset.
setrange(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Overwrite part of a string at key starting at the specified offset.
setReadFrom(ReadFrom) - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
Set from which nodes data is read.
setReadFrom(ReadFrom) - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
setReadFrom(ReadFrom) - Method in class com.lambdaworks.redis.masterslave.MasterSlaveConnectionProvider
 
setReadFrom(ReadFrom) - Method in interface com.lambdaworks.redis.masterslave.StatefulRedisMasterSlaveConnection
Set from which nodes data is read.
setReconnectSuspended(boolean) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
setRedisChannelHandler(RedisChannelHandler<K, V>) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
setRedisChannelHandler(RedisChannelHandler<K, V>) - Method in interface com.lambdaworks.redis.RedisChannelWriter
Set the corresponding connection instance in order to notify it about channel active/inactive state.
setRedisURI(RedisURI) - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
Set the RedisURI for connecting Redis.
setReplicationOffset(long) - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
 
setReplicationOffset(long) - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
 
setSentinelMasterId(String) - Method in class com.lambdaworks.redis.RedisURI
 
setSlaveNodes(List<RedisClusterNode>) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
setSlaveOf(String) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Sets the replication source.
setSlaves(List<HostAndPort>) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
setSlaves(List<ReplicationPartner>) - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
 
setSlots(List<Integer>) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Sets the list of slots for which this RedisClusterNode is the RedisClusterNode.NodeFlag.MASTER.
setSocket(String) - Method in class com.lambdaworks.redis.RedisURI
 
setSsl(boolean) - Method in class com.lambdaworks.redis.RedisURI
 
setStartTls(boolean) - Method in class com.lambdaworks.redis.RedisURI
 
setState(RedisSlaveInstance.State) - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
setState(CommandHandler.LifecycleState) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
setStateIfNotClosed(CommandHandler.LifecycleState) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
setTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
setTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.api.async.RedisAsyncCommands
Set the default timeout for operations.
setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.api.rx.RedisReactiveCommands
Set the default timeout for operations.
setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.api.StatefulConnection
Set the default command timeout for this connection.
setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.api.sync.RedisCommands
Set the default timeout for operations.
setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Set the default timeout for operations.
setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Set the default timeout for operations.
setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Set the default timeout for operations.
setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.RedisAsyncConnection
Deprecated.
Set the default timeout for operations.
setTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.RedisChannelHandler
Set the command timeout for this connection.
setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Deprecated.
Set the default timeout for operations.
setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Deprecated.
Set the default timeout for operations.
setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.RedisConnection
Deprecated.
Set the default timeout for operations.
setTimeout(long) - Method in class com.lambdaworks.redis.RedisURI
 
setTo(int) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
setUnit(TimeUnit) - Method in class com.lambdaworks.redis.RedisURI
 
setUri(RedisURI) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Sets thhe connection point details.
setUri(URI) - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
Set the URI for connecting Redis.
setVerifyPeer(boolean) - Method in class com.lambdaworks.redis.RedisURI
 
shutdown() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
Deprecated.
shutdown(boolean) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
shutdown() - Method in class com.lambdaworks.redis.AbstractRedisClient
Shutdown this client and close all open connections.
shutdown(long, long, TimeUnit) - Method in class com.lambdaworks.redis.AbstractRedisClient
Shutdown this client and close all open connections.
shutdown(boolean) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
shutdown(boolean) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Synchronously save the dataset to disk and then shut down the server.
shutdown(boolean) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Synchronously save the dataset to disk and then shut down the server.
shutdown(boolean) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Synchronously save the dataset to disk and then shut down the server.
shutdown(boolean) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Synchronously save the dataset to disk and then shut down all nodes of the cluster.
shutdown(boolean) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Synchronously save the dataset to disk and then shut down all nodes of the cluster.
shutdown(boolean) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Synchronously save the dataset to disk and then shut down all nodes of the cluster.
shutdown(boolean) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
shutdown(boolean) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
shutdown() - Method in class com.lambdaworks.redis.event.metrics.DefaultCommandLatencyEventPublisher
 
shutdown() - Method in interface com.lambdaworks.redis.event.metrics.MetricEventPublisher
Shut down the event publisher.
shutdown() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
 
shutdown() - Method in interface com.lambdaworks.redis.metrics.MetricCollector
Shut down the metrics collector.
shutdown(boolean) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Synchronously save the dataset to disk and then shut down the server.
shutdown(boolean) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Synchronously save the dataset to disk and then shut down the server.
shutdown() - Method in interface com.lambdaworks.redis.resource.ClientResources
Shutdown the ClientResources.
shutdown(long, long, TimeUnit) - Method in interface com.lambdaworks.redis.resource.ClientResources
Shutdown the ClientResources.
shutdown() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
Shutdown the ClientResources.
shutdown(long, long, TimeUnit) - Method in class com.lambdaworks.redis.resource.DefaultClientResources
Shutdown the ClientResources.
shutdown(long, long, TimeUnit) - Method in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
 
shutdown(long, long, TimeUnit) - Method in interface com.lambdaworks.redis.resource.EventLoopGroupProvider
Shutdown the provider and release all instances.
sinter(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sinter(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sinter(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sinter(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sinter(K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Intersect multiple sets.
sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Intersect multiple sets.
sinter(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Intersect multiple sets.
sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Intersect multiple sets.
sinter(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Intersect multiple sets.
sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Intersect multiple sets.
sinter(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Intersect multiple sets.
sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Intersect multiple sets.
sinter(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Intersect multiple sets.
sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Intersect multiple sets.
sinter(K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Intersect multiple sets.
sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Intersect multiple sets.
sinter(K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Intersect multiple sets.
sinter(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Intersect multiple sets.
sinterstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sinterstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sinterstore(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Intersect multiple sets and store the resulting set in a key.
sinterstore(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Intersect multiple sets and store the resulting set in a key.
sinterstore(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Intersect multiple sets and store the resulting set in a key.
sinterstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Intersect multiple sets and store the resulting set in a key.
sinterstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Intersect multiple sets and store the resulting set in a key.
sinterstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Intersect multiple sets and store the resulting set in a key.
sinterstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Intersect multiple sets and store the resulting set in a key.
sismember(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sismember(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sismember(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Determine if a given value is a member of a set.
sismember(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Determine if a given value is a member of a set.
sismember(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Determine if a given value is a member of a set.
sismember(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Determine if a given value is a member of a set.
sismember(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Determine if a given value is a member of a set.
sismember(K, V) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Determine if a given value is a member of a set.
sismember(K, V) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Determine if a given value is a member of a set.
size() - Method in interface com.lambdaworks.redis.cluster.api.NodeSelectionSupport
 
size() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
skipme() - Static method in class com.lambdaworks.redis.KillArgs.Builder
 
skipme() - Method in class com.lambdaworks.redis.KillArgs
 
skipme(boolean) - Method in class com.lambdaworks.redis.KillArgs
 
SLAVE - Static variable in class com.lambdaworks.redis.ReadFrom
Setting to read from the slave only.
SLAVE_PATTERN - Static variable in class com.lambdaworks.redis.masterslave.MasterSlaveTopologyProvider
 
SLAVE_STATE_MAPPING - Static variable in class com.lambdaworks.redis.models.role.RoleParser
 
slaveof(String, int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
slaveof(String, int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
slaveof(String, int) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Make the server a slave of another instance, or promote it as master.
slaveof(String, int) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Make the server a slave of another instance, or promote it as master.
slaveof(String, int) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Make the server a slave of another instance, or promote it as master.
slaveof(String, int) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Make the server a slave of another instance, or promote it as master.
slaveof(String, int) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Make the server a slave of another instance, or promote it as master.
slaveof(String, int) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Make the server a slave of another instance.
slaveof(String, int) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Make the server a slave of another instance, or promote it as master.
slaveofNoOne() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
slaveofNoOne() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
slaveofNoOne() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Promote server as master.
slaveofNoOne() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Promote server as master.
slaveofNoOne() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Promote server as master.
slaveofNoOne() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Promote server as master.
slaveofNoOne() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Promote server as master.
slaveofNoOne() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Promote server as master.
slaveofNoOne() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Promote server as master.
slaves() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Select all slaves.
slaves(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Select all slaves.
slaves() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Select all slaves.
slaves(Predicate<RedisClusterNode>) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Select all slaves.
slaves(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
Provides a list of slaves for the master with the specified name.
slaves(K) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Provides a list of slaves for the master with the specified name.
slaves(K) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Provides a list of slaves for the master with the specified name.
slaves(K) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Provides a list of slaves for the master with the specified name.
slaves(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
slaves(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
SLOT_COUNT - Static variable in class com.lambdaworks.redis.cluster.SlotHash
Number of redis cluster slot hashes.
SlotHash - Class in com.lambdaworks.redis.cluster
Utility to calculate the slot from a key.
slowlogGet() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
slowlogGet(int) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
slowlogGet() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
slowlogGet(int) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
slowlogGet() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Read the slow log.
slowlogGet(int) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Read the slow log.
slowlogGet() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Read the slow log.
slowlogGet(int) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Read the slow log.
slowlogGet() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Read the slow log.
slowlogGet(int) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Read the slow log.
slowlogGet() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Read the slow log.
slowlogGet(int) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Read the slow log.
slowlogGet() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Read the slow log.
slowlogGet(int) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Read the slow log.
slowlogGet() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Read the slow log.
slowlogGet(int) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Read the slow log.
slowlogGet() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Read the slow log.
slowlogGet(int) - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Read the slow log.
slowlogLen() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
slowlogLen() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
slowlogLen() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Obtaining the current length of the slow log.
slowlogLen() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Obtaining the current length of the slow log.
slowlogLen() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Obtaining the current length of the slow log.
slowlogLen() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Obtaining the current length of the slow log.
slowlogLen() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Obtaining the current length of the slow log.
slowlogLen() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Obtaining the current length of the slow log.
slowlogLen() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Obtaining the current length of the slow log.
slowlogReset() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
slowlogReset() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
slowlogReset() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Resetting the slow log.
slowlogReset() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Resetting the slow log.
slowlogReset() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Resetting the slow log.
slowlogReset() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Resetting the slow log.
slowlogReset() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Resetting the slow log.
slowlogReset() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Resetting the slow log.
slowlogReset() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Resetting the slow log.
smembers(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
smembers(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
smembers(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
smembers(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
smembers(K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Get all the members in a set.
smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Get all the members in a set.
smembers(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Get all the members in a set.
smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Get all the members in a set.
smembers(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Get all the members in a set.
smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Get all the members in a set.
smembers(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Get all the members in a set.
smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Get all the members in a set.
smembers(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Get all the members in a set.
smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Get all the members in a set.
smembers(K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Get all the members in a set.
smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Get all the members in a set.
smembers(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Get all the members in a set.
smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Get all the members in a set.
smove(K, K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
smove(K, K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
smove(K, K, V) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Move a member from one set to another.
smove(K, K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Move a member from one set to another.
smove(K, K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Move a member from one set to another.
smove(K, K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Move a member from one set to another.
smove(K, K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Move a member from one set to another.
smove(K, K, V) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Move a member from one set to another.
smove(K, K, V) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Move a member from one set to another.
socket(String) - Static method in class com.lambdaworks.redis.RedisURI.Builder
Set Redis socket.
socketAddress() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
socketAddressSupplier(Supplier<SocketAddress>) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
sort(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sort(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sort(K, SortArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sort(ValueStreamingChannel<V>, K, SortArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sort(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sort(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sort(K, SortArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sort(ValueStreamingChannel<V>, K, SortArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sort(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Sort the elements in a list, set or sorted set.
sort(K, SortArgs) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Sort the elements in a list, set or sorted set.
sort(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Sort the elements in a list, set or sorted set.
sort(K, SortArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Sort the elements in a list, set or sorted set.
sort(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Sort the elements in a list, set or sorted set.
sort(K, SortArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Sort the elements in a list, set or sorted set.
sort(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Sort the elements in a list, set or sorted set.
sort(K, SortArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Sort the elements in a list, set or sorted set.
sort(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Sort the elements in a list, set or sorted set.
sort(K, SortArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Sort the elements in a list, set or sorted set.
sort(GeoArgs.Sort) - Method in class com.lambdaworks.redis.GeoArgs
Sort results.
sort(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Sort the elements in a list, set or sorted set.
sort(K, SortArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Sort the elements in a list, set or sorted set.
sort(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Sort the elements in a list, set or sorted set.
sort(K, SortArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Sort the elements in a list, set or sorted set.
sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Sort the elements in a list, set or sorted set.
SortArgs - Class in com.lambdaworks.redis
Argument list builder for the redis SORT command.
SortArgs() - Constructor for class com.lambdaworks.redis.SortArgs
 
SortArgs.Builder - Class in com.lambdaworks.redis
Static builder methods.
sortStore(K, SortArgs, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sortStore(K, SortArgs, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Sort the elements in a list, set or sorted set.
sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Sort the elements in a list, set or sorted set.
sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Sort the elements in a list, set or sorted set.
sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Sort the elements in a list, set or sorted set.
sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Sort the elements in a list, set or sorted set.
sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Sort the elements in a list, set or sorted set.
sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Sort the elements in a list, set or sorted set.
spliterator() - Method in interface com.lambdaworks.redis.cluster.api.async.AsyncExecutions
 
spliterator() - Method in interface com.lambdaworks.redis.cluster.api.sync.Executions
 
spop(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
spop(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
spop(K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Remove and return a random member from a set.
spop(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Remove and return a random member from a set.
spop(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Remove and return a random member from a set.
spop(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Remove and return a random member from a set.
spop(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Remove and return a random member from a set.
spop(K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Remove and return a random member from a set.
spop(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Remove and return a random member from a set.
srandmember(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
srandmember(K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
srandmember(ValueStreamingChannel<V>, K, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
srandmember(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
srandmember(K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
srandmember(ValueStreamingChannel<V>, K, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
srandmember(K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Get one or multiple random members from a set.
srandmember(K, long) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Get one or multiple random members from a set.
srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Get one or multiple random members from a set.
srandmember(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Get one or multiple random members from a set.
srandmember(K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Get one or multiple random members from a set.
srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Get one or multiple random members from a set.
srandmember(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Get one or multiple random members from a set.
srandmember(K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Get one or multiple random members from a set.
srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Get one or multiple random members from a set.
srandmember(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Get one or multiple random members from a set.
srandmember(K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Get one or multiple random members from a set.
srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Get one or multiple random members from a set.
srandmember(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Get one or multiple random members from a set.
srandmember(K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Get one or multiple random members from a set.
srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Get one or multiple random members from a set.
srandmember(K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Get one or multiple random members from a set.
srandmember(K, long) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Get one or multiple random members from a set.
srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Get one or multiple random members from a set.
srandmember(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Get one or multiple random members from a set.
srandmember(K, long) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Get one or multiple random members from a set.
srandmember(ValueStreamingChannel<V>, K, long) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Get one or multiple random members from a set.
srem(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
srem(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
srem(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Remove one or more members from a set.
srem(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Remove one or more members from a set.
srem(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Remove one or more members from a set.
srem(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Remove one or more members from a set.
srem(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Remove one or more members from a set.
srem(K, V...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Remove one or more members from a set.
srem(K, V...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Remove one or more members from a set.
sscan(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sscan(K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sscan(K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sscan(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sscan(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sscan(K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sscan(K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sscan(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sscan(K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Incrementally iterate Set elements.
sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Incrementally iterate Set elements.
sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Incrementally iterate Set elements.
sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Incrementally iterate Set elements.
sscan(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Incrementally iterate Set elements.
sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Incrementally iterate Set elements.
sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Incrementally iterate Set elements.
sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Incrementally iterate Set elements.
sscan(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Incrementally iterate Set elements.
sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Incrementally iterate Set elements.
sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Incrementally iterate Set elements.
sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Incrementally iterate Set elements.
sscan(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Incrementally iterate Set elements.
sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Incrementally iterate Set elements.
sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Incrementally iterate Set elements.
sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Incrementally iterate Set elements.
sscan(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Incrementally iterate Set elements.
sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Incrementally iterate Set elements.
sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Incrementally iterate Set elements.
sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Incrementally iterate Set elements.
sscan(K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Incrementally iterate Set elements.
sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Incrementally iterate Set elements.
sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Incrementally iterate Set elements.
sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Incrementally iterate Set elements.
sscan(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Incrementally iterate Set elements.
sscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Incrementally iterate Set elements.
sscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Incrementally iterate Set elements.
sscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Incrementally iterate Set elements.
sscan(ValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Incrementally iterate Set elements.
ssl(RedisURI) - Method in class com.lambdaworks.redis.SslConnectionBuilder
 
SslConnectionBuilder - Class in com.lambdaworks.redis
Connection builder for SSL connections.
SslConnectionBuilder() - Constructor for class com.lambdaworks.redis.SslConnectionBuilder
 
sslConnectionBuilder() - Static method in class com.lambdaworks.redis.SslConnectionBuilder
 
StatefulConnection<K,V> - Interface in com.lambdaworks.redis.api
A stateful connection providing command dispatching, timeouts and open/close methods.
StatefulRedisClusterConnection<K,V> - Interface in com.lambdaworks.redis.cluster.api
A stateful cluster connection providing.
StatefulRedisClusterConnectionImpl<K,V> - Class in com.lambdaworks.redis.cluster
A thread-safe connection to a Redis Cluster.
StatefulRedisClusterConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
Initialize a new connection.
StatefulRedisConnection<K,V> - Interface in com.lambdaworks.redis.api
A thread-safe connection to a redis server.
StatefulRedisConnectionImpl<K,V> - Class in com.lambdaworks.redis
A thread-safe connection to a Redis server.
StatefulRedisConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.StatefulRedisConnectionImpl
Initialize a new connection.
StatefulRedisMasterSlaveConnection<K,V> - Interface in com.lambdaworks.redis.masterslave
Redis Master-Slave connection.
StatefulRedisPubSubConnection<K,V> - Interface in com.lambdaworks.redis.pubsub
An asynchronous thread-safe pub/sub connection to a redis server.
StatefulRedisPubSubConnectionImpl<K,V> - Class in com.lambdaworks.redis.pubsub
An thread-safe pub/sub connection to a Redis server.
StatefulRedisPubSubConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
Initialize a new connection.
StatefulRedisSentinelConnection<K,V> - Interface in com.lambdaworks.redis.sentinel.api
A thread-safe connection to a redis server.
StatefulRedisSentinelConnectionImpl<K,V> - Class in com.lambdaworks.redis.sentinel
 
StatefulRedisSentinelConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
 
StatusOutput<K,V> - Class in com.lambdaworks.redis.output
Status message output.
StatusOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.StatusOutput
 
stream() - Method in interface com.lambdaworks.redis.cluster.api.async.AsyncExecutions
 
stream() - Method in interface com.lambdaworks.redis.cluster.api.sync.Executions
 
StreamScanCursor - Class in com.lambdaworks.redis
Cursor result using the Streaming API.
StreamScanCursor() - Constructor for class com.lambdaworks.redis.StreamScanCursor
 
string(double) - Static method in class com.lambdaworks.redis.LettuceStrings
Convert double to string.
StringListOutput<K,V> - Class in com.lambdaworks.redis.output
List of string output.
StringListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.StringListOutput
 
strlen(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
strlen(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
strlen(K) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Get the length of the value stored in a key.
strlen(K) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Get the length of the value stored in a key.
strlen(K) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Get the length of the value stored in a key.
strlen(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Get the length of the value stored in a key.
strlen(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Get the length of the value stored in a key.
strlen(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Get the length of the value stored in a key.
strlen(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Get the length of the value stored in a key.
SUBKEY_END - Static variable in class com.lambdaworks.redis.cluster.SlotHash
Constant for a subkey end.
SUBKEY_START - Static variable in class com.lambdaworks.redis.cluster.SlotHash
Constant for a subkey start.
subscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
Listen for messages published to the given channels.
subscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
Listen for messages published to the given channels.
subscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
Listen for messages published to the given channels.
subscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
 
subscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
Deprecated.
Listen for messages published to the given channels.
subscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
 
subscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
subscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Subscribed to a channel.
Success - Enum in com.lambdaworks.redis.api.rx
An enum representing a successful operation.
sum() - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
 
sum() - Method in class com.lambdaworks.redis.ZStoreArgs
 
sunion(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sunion(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sunion(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sunion(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sunion(K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Add multiple sets.
sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Add multiple sets.
sunion(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Add multiple sets.
sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Add multiple sets.
sunion(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Add multiple sets.
sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Add multiple sets.
sunion(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Add multiple sets.
sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Add multiple sets.
sunion(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Add multiple sets.
sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Add multiple sets.
sunion(K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Add multiple sets.
sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Add multiple sets.
sunion(K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Add multiple sets.
sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Add multiple sets.
sunionstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sunionstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sunionstore(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSetAsyncCommands
Add multiple sets and store the resulting set in a key.
sunionstore(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSetReactiveCommands
Add multiple sets and store the resulting set in a key.
sunionstore(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSetCommands
Add multiple sets and store the resulting set in a key.
sunionstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSetAsyncCommands
Add multiple sets and store the resulting set in a key.
sunionstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSetCommands
Add multiple sets and store the resulting set in a key.
sunionstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Deprecated.
Add multiple sets and store the resulting set in a key.
sunionstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Deprecated.
Add multiple sets and store the resulting set in a key.
suspendReconnectOnProtocolFailure(boolean) - Method in class com.lambdaworks.redis.ClientOptions.Builder
Suspends reconnect when reconnects run into protocol failures (SSL verification, PING before connect fails).
suspendReconnectOnProtocolFailure(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
 
sync() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
sync() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
sync() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Internal command used for replication.
sync() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Internal command used for replication.
sync() - Method in interface com.lambdaworks.redis.api.StatefulRedisConnection
Returns the RedisCommands API for the current connection.
sync() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Internal command used for replication.
sync() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Internal command used for replication.
sync() - Method in interface com.lambdaworks.redis.cluster.api.StatefulRedisClusterConnection
Returns the RedisAdvancedClusterCommands API for the current connection.
sync() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Internal command used for replication.
sync - Variable in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
sync() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
sync() - Method in interface com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnection
Returns the RedisPubSubCommands API for the current connection.
sync - Variable in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
sync() - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
sync() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Internal command used for replication.
sync() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Internal command used for replication.
sync() - Method in interface com.lambdaworks.redis.sentinel.api.StatefulRedisSentinelConnection
Returns the RedisSentinelCommands API for the current connection.
sync - Variable in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
 
sync() - Method in class com.lambdaworks.redis.sentinel.StatefulRedisSentinelConnectionImpl
 
sync - Variable in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
sync() - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
syncHandler(Object, Class<?>...) - Method in class com.lambdaworks.redis.RedisChannelHandler
 
syncInvocationHandler() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 

T

targetPercentiles() - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollectorOptions
Returns the percentiles which should be exposed in the metric.
targetPercentiles(double[]) - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
Sets the emitted percentiles.
targetPercentiles() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
targetUnit() - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollectorOptions
Returns the target TimeUnit for the emitted latencies.
targetUnit(TimeUnit) - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
Set the target unit for the latencies.
targetUnit() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
threadPoolSize() - Method in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
 
threadPoolSize() - Method in interface com.lambdaworks.redis.resource.EventLoopGroupProvider
Returns the pool size (number of threads) for IO threads.
time() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
time() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
time() - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Return the current server time.
time() - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Return the current server time.
time() - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Return the current server time.
time() - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Return the current server time.
time() - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Return the current server time.
time() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Deprecated.
Return the current server time.
time() - Method in interface com.lambdaworks.redis.RedisServerConnection
Deprecated.
Return the current server time.
TIME_UNIT_MAP - Static variable in class com.lambdaworks.redis.RedisURI
 
timeout - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
timeout(long, TimeUnit) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
timeout - Variable in class com.lambdaworks.redis.RedisChannelHandler
 
timer - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
timer(Timer) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
toArray() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
toArray(T[]) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
TopologyProvider - Interface in com.lambdaworks.redis.masterslave
Topology provider for Master-Slave topology discovery during runtime.
toString() - Method in class com.lambdaworks.redis.cluster.event.ClusterTopologyChangedEvent
 
toString() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
toString() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
toString() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
toString() - Method in class com.lambdaworks.redis.event.metrics.CommandLatencyEvent
 
toString() - Method in class com.lambdaworks.redis.GeoCoordinates
 
toString() - Method in class com.lambdaworks.redis.GeoWithin
 
toString() - Method in class com.lambdaworks.redis.KeyValue
 
toString() - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
 
toString() - Method in class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
 
toString() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
 
toString() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
toString() - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
 
toString() - Method in class com.lambdaworks.redis.models.role.RedisSentinelInstance
 
toString() - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
toString() - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
 
toString() - Method in class com.lambdaworks.redis.output.CommandOutput
 
toString() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
toString() - Method in class com.lambdaworks.redis.protocol.Command
 
toString() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
toString() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
toString() - Method in class com.lambdaworks.redis.RedisURI
 
toString() - Method in class com.lambdaworks.redis.ScoredValue
 
toURI() - Method in class com.lambdaworks.redis.RedisURI
Creates an URI based on the RedisURI.
TransactionalCommand<K,V,T> - Class in com.lambdaworks.redis.protocol
A wrapper for commands within a MULTI transaction.
TransactionalCommand(RedisCommand<K, V, T>) - Constructor for class com.lambdaworks.redis.protocol.TransactionalCommand
 
TransparentPoolingInvocationHandler<T> - Class in com.lambdaworks.redis.support
Invocation Handler with transparent pooling.
TransparentPoolingInvocationHandler(RedisConnectionPool<T>) - Constructor for class com.lambdaworks.redis.support.TransparentPoolingInvocationHandler
 
ttl(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
ttl(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
ttl(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Get the time to live for a key.
ttl(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Get the time to live for a key.
ttl(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Get the time to live for a key.
ttl(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Get the time to live for a key.
ttl(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Get the time to live for a key.
ttl(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Get the time to live for a key.
ttl(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Get the time to live for a key.
type(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
type(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
type(K) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Determine the type stored at key.
type(K) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Determine the type stored at key.
type(K) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Determine the type stored at key.
type(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Determine the type stored at key.
type(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Determine the type stored at key.
type(KillArgs.Type) - Method in class com.lambdaworks.redis.KillArgs
 
type() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
type(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Determine the type stored at key.
type(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Determine the type stored at key.
typeNormal() - Static method in class com.lambdaworks.redis.KillArgs.Builder
 
typePubsub() - Static method in class com.lambdaworks.redis.KillArgs.Builder
 
typeSlave() - Static method in class com.lambdaworks.redis.KillArgs.Builder
 

U

unit - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
unit - Variable in class com.lambdaworks.redis.RedisChannelHandler
 
unlink(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
unlink(Iterable<K>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
unlink(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
unlink(Iterable<K>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
unlink(K...) - Method in interface com.lambdaworks.redis.api.async.RedisKeyAsyncCommands
Unlink one or more keys (non blocking DEL).
unlink(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisKeyReactiveCommands
Unlink one or more keys (non blocking DEL).
unlink(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisKeyCommands
Unlink one or more keys (non blocking DEL).
unlink(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionKeyAsyncCommands
Unlink one or more keys (non blocking DEL).
unlink(K...) - Method in interface com.lambdaworks.redis.cluster.api.async.RedisAdvancedClusterAsyncCommands
Unlink one or more keys with pipelining.
unlink(K...) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Unlink one or more keys with pipelining.
unlink(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionKeyCommands
Unlink one or more keys (non blocking DEL).
unlink(K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisAdvancedClusterCommands
Unlink one or more keys with pipelining.
unlink(K...) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
unlink(K...) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
unlink(K...) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Deprecated.
Unlink one or more keys (non blocking DEL).
unlink(K...) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Deprecated.
Unlink one or more keys (non blocking DEL).
unsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
Stop listening for messages posted to the given channels.
unsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
Stop listening for messages posted to the given channels.
unsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
Stop listening for messages posted to the given channels.
unsubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAsyncCommandsImpl
 
unsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
Deprecated.
Stop listening for messages posted to the given channels.
unsubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubReactiveCommandsImpl
 
unsubscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
unsubscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Unsubscribed from a channel.
unwatch() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
unwatch() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
unwatch() - Method in interface com.lambdaworks.redis.api.async.RedisTransactionalAsyncCommands
Forget about all watched keys.
unwatch() - Method in interface com.lambdaworks.redis.api.rx.RedisTransactionalReactiveCommands
Forget about all watched keys.
unwatch() - Method in interface com.lambdaworks.redis.api.sync.RedisTransactionalCommands
Forget about all watched keys.
unwatch() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Forget about all watched keys.
unwatch() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Forget about all watched keys.
updateCache() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Update the partition cache.
updatePartitionsInConnections() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
URI_SCHEME_REDIS - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_SECURE - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_SECURE_ALT - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_SENTINEL - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_SENTINEL - Static variable in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
URI_SCHEME_REDIS_SOCKET - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_SOCKET_ALT - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_TLS_ALT - Static variable in class com.lambdaworks.redis.RedisURI
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
UTF8 - Static variable in class com.lambdaworks.redis.protocol.LettuceCharsets
UTF-8 charset.
Utf8StringCodec - Class in com.lambdaworks.redis.codec
A RedisCodec that handles UTF-8 encoded keys and values.
Utf8StringCodec() - Constructor for class com.lambdaworks.redis.codec.Utf8StringCodec
Initialize a new instance that encodes and decodes strings using the UTF-8 charset;

V

validateClusterNodeMembership(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
Validate the cluster node membership before allowing connections to a cluster node.
value - Variable in class com.lambdaworks.redis.KeyValue
 
value - Variable in class com.lambdaworks.redis.ScoredValue
 
valueCompressor(RedisCodec<K, V>, CompressionCodec.CompressionType) - Static method in class com.lambdaworks.redis.codec.CompressionCodec
A RedisCodec that compresses values from a delegating RedisCodec.
ValueListOutput<K,V> - Class in com.lambdaworks.redis.output
List of values output.
ValueListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ValueListOutput
 
valueOf(String) - Static method in enum com.lambdaworks.redis.api.rx.Success
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.ClientOptions.DisconnectedBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode.NodeFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.codec.CompressionCodec.CompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.GeoArgs.Sort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.GeoArgs.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.models.command.CommandDetail.Flag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.models.role.RedisInstance.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.models.role.RedisSlaveInstance.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.protocol.CommandHandler.LifecycleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.protocol.CommandKeyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.protocol.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.lambdaworks.redis.pubsub.PubSubOutput.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.lambdaworks.redis.ReadFrom
Retrieve the ReadFrom preset by name.
valueOf(String) - Static method in enum com.lambdaworks.redis.ScriptOutputType
Returns the enum constant of this type with the specified name.
ValueOutput<K,V> - Class in com.lambdaworks.redis.output
Value output.
ValueOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ValueOutput
 
values() - Static method in enum com.lambdaworks.redis.api.rx.Success
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.ClientOptions.DisconnectedBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode.NodeFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.codec.CompressionCodec.CompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.GeoArgs.Sort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.GeoArgs.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.models.command.CommandDetail.Flag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.models.role.RedisInstance.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.models.role.RedisSlaveInstance.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.protocol.CommandHandler.LifecycleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.protocol.CommandKeyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.protocol.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.pubsub.PubSubOutput.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.ScriptOutputType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueScanCursor<V> - Class in com.lambdaworks.redis
Cursor providing a list of values.
ValueScanCursor() - Constructor for class com.lambdaworks.redis.ValueScanCursor
 
ValueScanOutput<K,V> - Class in com.lambdaworks.redis.output
ValueScanCursor for scan cursor output.
ValueScanOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ValueScanOutput
 
ValueScanStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming API for multiple Values.
ValueScanStreamingOutput(RedisCodec<K, V>, ValueStreamingChannel<V>) - Constructor for class com.lambdaworks.redis.output.ValueScanStreamingOutput
 
ValueSetOutput<K,V> - Class in com.lambdaworks.redis.output
Set of value output.
ValueSetOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ValueSetOutput
 
ValueStreamingChannel<V> - Interface in com.lambdaworks.redis.output
Streaming API for multiple Keys.
ValueStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming-Output of Values.
ValueStreamingOutput(RedisCodec<K, V>, ValueStreamingChannel<V>) - Constructor for class com.lambdaworks.redis.output.ValueStreamingOutput
 

W

waitForReplication(int, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
waitForReplication(int, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
waitForReplication(int, long) - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Wait for replication.
waitForReplication(int, long) - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Wait for replication.
waitForReplication(int, long) - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Wait for replication.
waitForReplication(int, long) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Wait for replication.
waitForReplication(int, long) - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Wait for replication.
waitForReplication(int, long) - Method in interface com.lambdaworks.redis.cluster.api.async.BaseNodeSelectionAsyncCommands
Wait for replication.
waitForReplication(int, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.BaseNodeSelectionCommands
Wait for replication.
watch(K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
watch(K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
watch(K...) - Method in interface com.lambdaworks.redis.api.async.RedisTransactionalAsyncCommands
Watch the given keys to determine execution of the MULTI/EXEC block.
watch(K...) - Method in interface com.lambdaworks.redis.api.rx.RedisTransactionalReactiveCommands
Watch the given keys to determine execution of the MULTI/EXEC block.
watch(K...) - Method in interface com.lambdaworks.redis.api.sync.RedisTransactionalCommands
Watch the given keys to determine execution of the MULTI/EXEC block.
watch(K...) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Watch the given keys to determine execution of the MULTI/EXEC block.
watch(K...) - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Watch the given keys to determine execution of the MULTI/EXEC block.
weights(long...) - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
 
weights(long...) - Method in class com.lambdaworks.redis.ZStoreArgs
 
WithConnection<T> - Class in com.lambdaworks.redis.support
Execution-Template which allocates a connection around the run()-call.
WithConnection(RedisConnectionPool<T>) - Constructor for class com.lambdaworks.redis.support.WithConnection
Performs connection handling and invokes the run-method with a valid Redis connection.
withCoordinates() - Method in class com.lambdaworks.redis.GeoArgs
Request coordinates for results.
withCount(long) - Method in class com.lambdaworks.redis.GeoArgs
Limit results to count entries.
withDatabase(int) - Method in class com.lambdaworks.redis.RedisURI.Builder
Adds database selection.
withDistance() - Method in class com.lambdaworks.redis.GeoArgs
Request distance for results.
withHash() - Method in class com.lambdaworks.redis.GeoArgs
Request geohash for results.
withPassword(String) - Method in class com.lambdaworks.redis.RedisURI.Builder
Adds authentication.
withPort(int) - Method in class com.lambdaworks.redis.RedisURI.Builder
Adds port information to the builder.
withSentinel(String) - Method in class com.lambdaworks.redis.RedisURI.Builder
Add a withSentinel host to the existing builder.
withSentinel(String, int) - Method in class com.lambdaworks.redis.RedisURI.Builder
Add a withSentinel host/port to the existing builder.
withSentinelMasterId(String) - Method in class com.lambdaworks.redis.RedisURI.Builder
Adds a sentinel master Id.
withSsl(boolean) - Method in class com.lambdaworks.redis.RedisURI.Builder
Adds ssl information to the builder.
withStartTls(boolean) - Method in class com.lambdaworks.redis.RedisURI.Builder
Enables/disables StartTLS when using SSL.
withTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.RedisURI.Builder
Adds timeout.
withVerifyPeer(boolean) - Method in class com.lambdaworks.redis.RedisURI.Builder
Enables/disables peer verification.
workerPool(EventExecutorGroup) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
write(C) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
write(C) - Method in interface com.lambdaworks.redis.RedisChannelWriter
Write a command on the channel.
writeInt(ByteBuf, int) - Static method in class com.lambdaworks.redis.protocol.Command
Write the textual value of a positive integer to the supplied buffer.
writeLock - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 

X

x - Variable in class com.lambdaworks.redis.GeoCoordinates
 
xx() - Static method in class com.lambdaworks.redis.SetArgs.Builder
 
xx() - Method in class com.lambdaworks.redis.SetArgs
 
xx() - Static method in class com.lambdaworks.redis.ZAddArgs.Builder
 

Y

y - Variable in class com.lambdaworks.redis.GeoCoordinates
 

Z

zadd(K, double, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zadd(K, Object...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zadd(K, ZAddArgs, double, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zadd(K, ZAddArgs, Object...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zadd(K, double, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zadd(K, Object...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zadd(K, ZAddArgs, double, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zadd(K, ZAddArgs, Object...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zadd(K, double, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, Object...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, double, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, Object...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, double, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, Object...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, double, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, Object...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, double, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, Object...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, Object...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, Object...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Add one or more members to a sorted set, or update its score if it already exists.
ZAddArgs - Class in com.lambdaworks.redis
Argument list builder for the improved redis ZADD command starting from Redis 3.0.2.
ZAddArgs() - Constructor for class com.lambdaworks.redis.ZAddArgs
 
ZAddArgs.Builder - Class in com.lambdaworks.redis
 
zaddincr(K, double, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zaddincr(K, double, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
ZADD acts like ZINCRBY
zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
ZADD acts like ZINCRBY
zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
ZADD acts like ZINCRBY
zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
ZADD acts like ZINCRBY
zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
ZADD acts like ZINCRBY
zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
ZADD acts like ZINCRBY
zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
ZADD acts like ZINCRBY
zcard(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zcard(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zcard(K) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Get the number of members in a sorted set.
zcard(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Get the number of members in a sorted set.
zcard(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Get the number of members in a sorted set.
zcard(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Get the number of members in a sorted set.
zcard(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Get the number of members in a sorted set.
zcard(K) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Get the number of members in a sorted set.
zcard(K) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Get the number of members in a sorted set.
zcount(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zcount(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zcount(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zcount(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zcount(K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Count the members in a sorted set with scores within the given values.
zcount(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Count the members in a sorted set with scores within the given values.
zcount(K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Count the members in a sorted set with scores within the given values.
zcount(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Count the members in a sorted set with scores within the given values.
zcount(K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Count the members in a sorted set with scores within the given values.
zcount(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Count the members in a sorted set with scores within the given values.
zcount(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Count the members in a sorted set with scores within the given values.
zcount(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Count the members in a sorted set with scores within the given values.
zcount(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Count the members in a sorted set with scores within the given values.
zcount(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Count the members in a sorted set with scores within the given values.
zcount(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Count the members in a sorted set with scores within the given values.
zcount(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Count the members in a sorted set with scores within the given values.
zcount(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Count the members in a sorted set with scores within the given values.
zcount(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Count the members in a sorted set with scores within the given values.
zincrby(K, double, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zincrby(K, double, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zincrby(K, double, K) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Increment the score of a member in a sorted set.
zincrby(K, double, K) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Increment the score of a member in a sorted set.
zincrby(K, double, K) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Increment the score of a member in a sorted set.
zincrby(K, double, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Increment the score of a member in a sorted set.
zincrby(K, double, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Increment the score of a member in a sorted set.
zincrby(K, double, K) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Increment the score of a member in a sorted set.
zincrby(K, double, K) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Increment the score of a member in a sorted set.
zinterstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zinterstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zinterstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zinterstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zinterstore(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Intersect multiple sorted sets and store the resulting sorted set in a new key.
zlexcount(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zlexcount(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Count the number of members in a sorted set between a given lexicographical range.
zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Count the number of members in a sorted set between a given lexicographical range.
zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Count the number of members in a sorted set between a given lexicographical range.
zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Count the number of members in a sorted set between a given lexicographical range.
zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Count the number of members in a sorted set between a given lexicographical range.
zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Count the number of members in a sorted set between a given lexicographical range.
zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Count the number of members in a sorted set between a given lexicographical range.
zrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrange(ValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrange(ValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrange(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by index.
zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by index.
zrange(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by index.
zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by index.
zrange(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by index.
zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by index.
zrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by index.
zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by index.
zrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by index.
zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by index.
zrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by index.
zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members in a sorted set, by index.
zrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by index.
zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by index.
zrangebylex(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebylex(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebylex(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebylex(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by lexicographical range.
zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by lexicographical range.
zrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members in a sorted set, by score.
zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by score.
zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members in a sorted set, by score.
zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by score.
zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by score.
zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over range of members in a sorted set, by score.
zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members in a sorted set, by score.
zrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members with score in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score.
zrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members with scores in a sorted set, by index.
zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by index.
zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members with scores in a sorted set, by index.
zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members with scores in a sorted set, by index.
zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members with scores in a sorted set, by index.
zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members with scores in a sorted set, by index.
zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members with scores in a sorted set, by index.
zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by index.
zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members with scores in a sorted set, by index.
zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members with scores in a sorted set, by index.
zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by index.
zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by index.
zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members with scores in a sorted set, by index.
zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by index.
zrank(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrank(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrank(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Determine the index of a member in a sorted set.
zrank(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Determine the index of a member in a sorted set.
zrank(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Determine the index of a member in a sorted set.
zrank(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Determine the index of a member in a sorted set.
zrank(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Determine the index of a member in a sorted set.
zrank(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Determine the index of a member in a sorted set.
zrank(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Determine the index of a member in a sorted set.
zrem(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrem(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrem(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Remove one or more members from a sorted set.
zrem(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Remove one or more members from a sorted set.
zrem(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Remove one or more members from a sorted set.
zrem(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Remove one or more members from a sorted set.
zrem(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Remove one or more members from a sorted set.
zrem(K, V...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Remove one or more members from a sorted set.
zrem(K, V...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Remove one or more members from a sorted set.
zremrangebylex(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zremrangebylex(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Remove all members in a sorted set between the given lexicographical range.
zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Remove all members in a sorted set between the given lexicographical range.
zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Remove all members in a sorted set between the given lexicographical range.
zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Remove all members in a sorted set between the given lexicographical range.
zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Remove all members in a sorted set between the given lexicographical range.
zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Remove all members in a sorted set between the given lexicographical range.
zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Remove all members in a sorted set between the given lexicographical range.
zremrangebyrank(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zremrangebyrank(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Remove all members in a sorted set within the given indexes.
zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Remove all members in a sorted set within the given indexes.
zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Remove all members in a sorted set within the given indexes.
zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Remove all members in a sorted set within the given indexes.
zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Remove all members in a sorted set within the given indexes.
zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Remove all members in a sorted set within the given indexes.
zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Remove all members in a sorted set within the given indexes.
zremrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zremrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zremrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zremrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Remove all members in a sorted set within the given scores.
zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Remove all members in a sorted set within the given scores.
zrevrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrange(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
zrevrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
zrevrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
zrevrank(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zrevrank(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zrevrank(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Determine the index of a member in a sorted set, with scores ordered from high to low.
zrevrank(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Determine the index of a member in a sorted set, with scores ordered from high to low.
zrevrank(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Determine the index of a member in a sorted set, with scores ordered from high to low.
zrevrank(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Determine the index of a member in a sorted set, with scores ordered from high to low.
zrevrank(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Determine the index of a member in a sorted set, with scores ordered from high to low.
zrevrank(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Determine the index of a member in a sorted set, with scores ordered from high to low.
zrevrank(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Determine the index of a member in a sorted set, with scores ordered from high to low.
zscan(K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zscan(K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zscan(K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zscan(ScoredValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zscan(K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zscan(K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zscan(K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zscan(ScoredValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zscan(K) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Incrementally iterate sorted sets elements and associated scores.
zscan(K) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(K) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Incrementally iterate sorted sets elements and associated scores.
zscore(K, V) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zscore(K, V) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zscore(K, V) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Get the score associated with the given member in a sorted set.
zscore(K, V) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Get the score associated with the given member in a sorted set.
zscore(K, V) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Get the score associated with the given member in a sorted set.
zscore(K, V) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Get the score associated with the given member in a sorted set.
zscore(K, V) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Get the score associated with the given member in a sorted set.
zscore(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Get the score associated with the given member in a sorted set.
zscore(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Get the score associated with the given member in a sorted set.
ZStoreArgs - Class in com.lambdaworks.redis
Argument list builder for the redis ZUNIONSTORE and ZINTERSTORE commands.
ZStoreArgs() - Constructor for class com.lambdaworks.redis.ZStoreArgs
 
ZStoreArgs.Builder - Class in com.lambdaworks.redis
Static builder methods.
zunionstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zunionstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
zunionstore(K, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zunionstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
zunionstore(K, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
Deprecated.
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Add multiple sorted sets and store the resulting sorted set in a new key.
zunionstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
Deprecated.
Add multiple sorted sets and store the resulting sorted set in a new key.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2016. All rights reserved.