Skip navigation links
Lettuce
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

AbstractInvocationHandler - Class in com.lambdaworks.redis.internal
Abstract base class for invocation handlers.
AbstractInvocationHandler() - Constructor for class com.lambdaworks.redis.internal.AbstractInvocationHandler
 
AbstractInvocationHandler.MethodTranslator - Class in com.lambdaworks.redis.internal
 
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.
acceptEither(CompletionStage<? extends T>, Consumer<? super T>) - Method in interface com.lambdaworks.redis.ConnectionFuture
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>) - Method in interface com.lambdaworks.redis.ConnectionFuture
 
acceptEitherAsync(CompletionStage<? extends T>, Consumer<? super T>, Executor) - Method in interface com.lambdaworks.redis.ConnectionFuture
 
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.sentinel.StatefulRedisSentinelConnectionImpl
 
activated() - Method in class com.lambdaworks.redis.StatefulRedisConnectionImpl
 
adaptiveRefreshTriggersTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
Set the timeout for adaptive topology updates.
add(RedisClusterNode) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Adds the RedisClusterNode to this 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 a map (hash) argument.
add(String) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add a string argument.
add(char[]) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add a string as char-array.
add(long) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add an 64-bit integer (long) argument.
add(double) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add a double argument.
add(byte[]) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add a byte-array argument.
add(CommandKeyword) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add a CommandKeyword argument.
add(CommandType) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add a CommandType argument.
add(ProtocolKeyword) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add a ProtocolKeyword argument.
addAlias(RedisURI) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Add an alias to RedisClusterNode.
addAll(Collection<? extends RedisClusterNode>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Add all nodes from the given collection and update the read-view/caches.
addKey(K) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Adds a key argument.
addKeys(Iterable<K>) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add multiple key arguments.
addKeys(K...) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add multiple key arguments.
addListener(RedisConnectionStateListener) - Method in class com.lambdaworks.redis.AbstractRedisClient
Add a listener for the RedisConnectionState.
addListener(RedisClusterPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.cluster.pubsub.StatefulRedisClusterPubSubConnection
Add a new listener.
addListener(RedisConnectionStateListener) - Method in class com.lambdaworks.redis.ConnectionEvents
 
addListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.api.async.RedisPubSubAsyncCommands
addListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.api.rx.RedisPubSubReactiveCommands
addListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.api.sync.RedisPubSubCommands
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
Adds a partition without updating the read view/cache.
addr(String) - Method in class com.lambdaworks.redis.KillArgs
Kill the client at addr.
addr(String) - Static method in class com.lambdaworks.redis.KillArgs.Builder
Creates new KillArgs setting ADDR.
addValue(V) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add a value argument.
addValues(Iterable<V>) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add multiple value arguments.
addValues(V...) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Add multiple value arguments.
after() - Method in class com.lambdaworks.redis.cluster.event.ClusterTopologyChangedEvent
Returns the cluster topology view after the topology changed.
afterBootstrapInitialized(Bootstrap) - Method in interface com.lambdaworks.redis.resource.NettyCustomizer
Hook invoked each time the driver creates a new Connection and configures a new instance of Bootstrap for it.
afterChannelInitialized(Channel) - Method in interface com.lambdaworks.redis.resource.NettyCustomizer
Hook invoked each time the driver initializes the channel.
afterDecode(ChannelHandlerContext, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.CommandHandler
Hook method called after command completion.
afterDecode(ChannelHandlerContext, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
 
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.
all() - Method in interface com.lambdaworks.redis.cluster.pubsub.api.async.RedisClusterPubSubAsyncCommands
Select all known cluster nodes.
all() - Method in interface com.lambdaworks.redis.cluster.pubsub.api.rx.RedisClusterPubSubReactiveCommands
Select all known cluster nodes.
all() - Method in interface com.lambdaworks.redis.cluster.pubsub.api.sync.RedisClusterPubSubCommands
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 channel type.
allocateBuffer(ChannelHandlerContext, Object, boolean) - Method in class com.lambdaworks.redis.protocol.CommandEncoder
 
allocateConnection() - Method in class com.lambdaworks.redis.RedisConnectionPool
Deprecated.
Allocate a connection from the pool.
alpha() - Method in class com.lambdaworks.redis.SortArgs
Apply lexicographically sort.
alpha() - Static method in class com.lambdaworks.redis.SortArgs.Builder
Creates new SortArgs setting ALPHA.
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.
applyBounds(long, long, long) - Static method in class com.lambdaworks.redis.resource.Delay
 
applyToEither(CompletionStage<? extends T>, Function<? super T, U>) - Method in interface com.lambdaworks.redis.ConnectionFuture
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>) - Method in interface com.lambdaworks.redis.ConnectionFuture
 
applyToEitherAsync(CompletionStage<? extends T>, Function<? super T, U>, Executor) - Method in interface com.lambdaworks.redis.ConnectionFuture
 
approximateTrimming() - Method in class com.lambdaworks.redis.XAddArgs
Apply efficient trimming for capped streams using the ~ flag.
approximateTrimming(boolean) - Method in class com.lambdaworks.redis.XAddArgs
Apply efficient trimming for capped streams using the ~ flag.
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.GeoRadiusStoreArgs
Sort results ascending.
asc() - Method in class com.lambdaworks.redis.SortArgs
Apply numeric sort in ascending order.
asc() - Static method in class com.lambdaworks.redis.SortArgs.Builder
Creates new SortArgs setting ASC.
ASCII - Static variable in class com.lambdaworks.redis.codec.StringCodec
 
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
 
assertState(boolean, String) - Static method in class com.lambdaworks.redis.internal.LettuceAssert
Ensures the truth of an expression involving the state of the calling instance, but not involving any parameters to the calling method.
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() - Method in interface com.lambdaworks.redis.cluster.pubsub.StatefulRedisClusterPubSubConnection
Returns the RedisClusterPubSubAsyncCommands 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() - 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
 
AsyncCommand(RedisCommand<K, V, T>, int) - 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
Deprecated.
Will be removed in future versions. Use ConnectionPoolSupport.
asyncPool(int, int) - Method in class com.lambdaworks.redis.RedisClient
Deprecated.
Will be removed in future versions. Use ConnectionPoolSupport.
asyncPool(RedisCodec<K, V>, int, int) - Method in class com.lambdaworks.redis.RedisClient
Deprecated.
Will be removed in future versions. Use ConnectionPoolSupport.
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(CharSequence) - Method in class com.lambdaworks.redis.MigrateArgs
Set AUTH password option.
auth(char[]) - Method in class com.lambdaworks.redis.MigrateArgs
Set AUTH password option.
auth(CharSequence) - Static method in class com.lambdaworks.redis.MigrateArgs.Builder
Creates new MigrateArgs with AUTH (target authentication) enabled.
auth(char[]) - Static method in class com.lambdaworks.redis.MigrateArgs.Builder
Creates new MigrateArgs with AUTH (target authentication) enabled.
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(char[]) - 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.
bitfield(K, BitFieldArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bitfield(K, BitFieldArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.api.async.RedisStringAsyncCommands
Execute BITFIELD with its subcommands.
bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.api.rx.RedisStringReactiveCommands
Execute BITFIELD with its subcommands.
bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.api.sync.RedisStringCommands
Execute BITFIELD with its subcommands.
bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionStringAsyncCommands
Execute BITFIELD with its subcommands.
bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionStringCommands
Execute BITFIELD with its subcommands.
bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Deprecated.
Execute BITFIELD with its subcommands.
bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Deprecated.
Execute BITFIELD with its subcommands.
BitFieldArgs - Class in com.lambdaworks.redis
Argument list builder for the Redis BITFIELD command.
BitFieldArgs() - Constructor for class com.lambdaworks.redis.BitFieldArgs
Creates a new BitFieldArgs instance.
BitFieldArgs.BitFieldType - Class in com.lambdaworks.redis
Represents a bit field type with details about signed/unsigned and the number of bits.
BitFieldArgs.Builder - Class in com.lambdaworks.redis
Builder entry points for BitFieldArgs.
BitFieldArgs.Offset - Class in com.lambdaworks.redis
Represents a bit field offset.
BitFieldArgs.OverflowType - Enum in com.lambdaworks.redis
Represents the overflow types for the OVERFLOW subcommand argument.
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) - 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) - 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) - 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) - 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) - 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) - 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) - 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.
block(long) - Method in class com.lambdaworks.redis.XReadArgs
Perform a blocking read and wait up to milliseconds for a new stream message.
block(Duration) - Method in class com.lambdaworks.redis.XReadArgs
Perform a blocking read and wait up to a timeout for a new stream message.
block(long) - Static method in class com.lambdaworks.redis.XReadArgs.Builder
Create a new XReadArgs and set BLOCK.
block(Duration) - Static method in class com.lambdaworks.redis.XReadArgs.Builder
Create a new XReadArgs and set BLOCK.
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.cluster.ClusterTopologyRefreshOptions.Builder
Create a new instance of ClusterTopologyRefreshOptions
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(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.GeoRadiusStoreArgs
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.KillArgs
 
build() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.MigrateArgs
 
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.SocketOptions.Builder
Create a new instance of SocketOptions
build() - Method in class com.lambdaworks.redis.SslConnectionBuilder
 
build() - Method in class com.lambdaworks.redis.SslOptions.Builder
Create a new instance of SslOptions
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.XAddArgs
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.XClaimArgs
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.XReadArgs
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.ZAddArgs
 
builder() - Static method in class com.lambdaworks.redis.ClientOptions
Returns a new ClientOptions.Builder to construct ClientOptions.
Builder() - Constructor for class com.lambdaworks.redis.ClientOptions.Builder
Deprecated.
builder() - Static method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Builder() - Constructor for class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
builder() - Static method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
Builder() - Constructor for class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
Builder() - Constructor for class com.lambdaworks.redis.event.DefaultEventPublisherOptions.Builder
 
builder() - Static method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
Builder() - Constructor for class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
Deprecated.
builder() - Static method in class com.lambdaworks.redis.RedisURI
Returns a new RedisURI.Builder to construct a RedisURI.
Builder() - Constructor for class com.lambdaworks.redis.RedisURI.Builder
Deprecated.
builder() - Static method in class com.lambdaworks.redis.resource.DefaultClientResources
Builder() - Constructor for class com.lambdaworks.redis.resource.DefaultClientResources.Builder
builder() - Static method in class com.lambdaworks.redis.SocketOptions
Returns a new SocketOptions.Builder to construct SocketOptions.
builder() - Static method in class com.lambdaworks.redis.SslOptions
Returns a new SslOptions.Builder to construct SslOptions.
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
Creates new SortArgs setting PATTERN.
by(String) - Method in class com.lambdaworks.redis.SortArgs
Sort keys by an external list.
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.BitFieldArgs.OverflowType
 
bytes - Variable in enum com.lambdaworks.redis.protocol.CommandKeyword
 
bytes - Variable in enum com.lambdaworks.redis.protocol.CommandType
 
bzpopmax(long, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bzpopmax(long, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bzpopmax(long, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Removes and returns a member with the highest scores in the sorted set stored at one of the keys.
bzpopmax(long, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Removes and returns a member with the highest scores in the sorted set stored at one of the keys.
bzpopmax(long, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Removes and returns a member with the highest scores in the sorted set stored at one of the keys.
bzpopmax(long, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Removes and returns a member with the highest scores in the sorted set stored at one of the keys.
bzpopmax(long, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Removes and returns a member with the highest scores in the sorted set stored at one of the keys.
bzpopmin(long, K...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
bzpopmin(long, K...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
bzpopmin(long, K...) - Method in interface com.lambdaworks.redis.api.async.RedisSortedSetAsyncCommands
Removes and returns a member with the lowest scores in the sorted set stored at one of the keys.
bzpopmin(long, K...) - Method in interface com.lambdaworks.redis.api.rx.RedisSortedSetReactiveCommands
Removes and returns a member with the lowest scores in the sorted set stored at one of the keys.
bzpopmin(long, K...) - Method in interface com.lambdaworks.redis.api.sync.RedisSortedSetCommands
Removes and returns a member with the lowest scores in the sorted set stored at one of the keys.
bzpopmin(long, K...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionSortedSetAsyncCommands
Removes and returns a member with the lowest scores in the sorted set stored at one of the keys.
bzpopmin(long, K...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionSortedSetCommands
Removes and returns a member with the lowest scores in the sorted set stored at one of the keys.

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
 
canComplete(RedisCommand<?, ?, ?>) - Method in class com.lambdaworks.redis.protocol.CommandHandler
Decoding hook: Can the command be completed.
canComplete(RedisCommand<?, ?, ?>) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
 
canDecode(ByteBuf) - Method in class com.lambdaworks.redis.protocol.CommandHandler
Decoding hook: Can the buffer be decoded to a command.
canDecode(ByteBuf) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
 
ch() - Static method in class com.lambdaworks.redis.ZAddArgs.Builder
Creates new ZAddArgs and enabling CH.
ch() - Method in class com.lambdaworks.redis.ZAddArgs
Modify the return value from the number of new elements added, to the total number of elements changed.
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
 
channelInactive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
 
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
Removes all nodes and update the read-view/caches.
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.
clientGetname() - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Get the current connection name.
clientGetname() - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Get the current connection name.
clientGetname() - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Get the current connection name.
clientGetname() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
clientGetname() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
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
clientKill(String) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Kill the connection of a client identified by ip:port.
clientKill(KillArgs) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Kill connections of clients which are filtered by killArgs
clientKill(String) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Kill the connection of a client identified by ip:port.
clientKill(KillArgs) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Kill connections of clients which are filtered by killArgs
clientKill(String) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Kill the connection of a client identified by ip:port.
clientKill(KillArgs) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Kill connections of clients which are filtered by killArgs
clientKill(String) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
clientKill(KillArgs) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
clientKill(String) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
clientKill(KillArgs) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
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.
clientList() - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Get the list of client connections.
clientList() - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Get the list of client connections.
clientList() - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Get the list of client connections.
clientList() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
clientList() - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
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.
clientPause(long) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Stop processing commands from clients for some time.
clientPause(long) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Stop processing commands from clients for some time.
clientPause(long) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Stop processing commands from clients for some time.
clientPause(long) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
clientPause(long) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
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
Strategy interface to provide all the infrastructure building blocks like environment settings and thread pools so that the client can work with it properly.
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.
clientSetname(K) - Method in interface com.lambdaworks.redis.sentinel.api.async.RedisSentinelAsyncCommands
Set the current connection name.
clientSetname(K) - Method in interface com.lambdaworks.redis.sentinel.api.rx.RedisSentinelReactiveCommands
Set the current connection name.
clientSetname(K) - Method in interface com.lambdaworks.redis.sentinel.api.sync.RedisSentinelCommands
Set the current connection name.
clientSetname(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelAsyncCommandsImpl
 
clientSetname(K) - Method in class com.lambdaworks.redis.sentinel.RedisSentinelReactiveCommandsImpl
 
clientUnblock(long, UnblockType) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clientUnblock(long, UnblockType) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clientUnblock(long, UnblockType) - Method in interface com.lambdaworks.redis.api.async.RedisServerAsyncCommands
Unblock the specified blocked client.
clientUnblock(long, UnblockType) - Method in interface com.lambdaworks.redis.api.rx.RedisServerReactiveCommands
Unblock the specified blocked client.
clientUnblock(long, UnblockType) - Method in interface com.lambdaworks.redis.api.sync.RedisServerCommands
Unblock the specified blocked client.
clientUnblock(long, UnblockType) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionServerAsyncCommands
Unblock the specified blocked client.
clientUnblock(long, UnblockType) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionServerCommands
Unblock the specified blocked client.
clone() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Create a deep copy of this Partitions object.
clone() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
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.protocol.RedisStateMachine
Close the state machine to free resources.
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
Deprecated.
Close the pool and close all idle connections.
close() - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Deprecated.
 
close() - Method in class com.lambdaworks.redis.resource.DirContextDnsResolver
 
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
closeStaleConnections(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.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.
clusterBumpepoch() - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
clusterBumpepoch() - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
clusterBumpepoch() - Method in interface com.lambdaworks.redis.cluster.api.async.RedisClusterAsyncCommands
Generate a new config epoch, incrementing the current epoch, assign the new epoch to this node, WITHOUT any consensus and persist the configuration on disk before sending packets with the new configuration.
clusterBumpepoch() - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisClusterReactiveCommands
Generate a new config epoch, incrementing the current epoch, assign the new epoch to this node, WITHOUT any consensus and persist the configuration on disk before sending packets with the new configuration.
clusterBumpepoch() - Method in interface com.lambdaworks.redis.cluster.api.sync.RedisClusterCommands
Generate a new config epoch, incrementing the current epoch, assign the new epoch to this node, WITHOUT any consensus and persist the configuration on disk before sending packets with the new configuration.
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
ClusterTopologyRefresh - Class in com.lambdaworks.redis.cluster.topology
Utility to refresh the cluster topology view based on Partitions.
ClusterTopologyRefresh(NodeConnectionFactory, ClientResources) - Constructor for class com.lambdaworks.redis.cluster.topology.ClusterTopologyRefresh
 
clusterTopologyRefreshActivated - Variable in class com.lambdaworks.redis.cluster.RedisClusterClient
 
clusterTopologyRefreshFuture - Variable in class com.lambdaworks.redis.cluster.RedisClusterClient
 
ClusterTopologyRefreshOptions - Class in com.lambdaworks.redis.cluster
Options to control the Cluster topology refreshing of RedisClusterClient.
ClusterTopologyRefreshOptions(ClusterTopologyRefreshOptions.Builder) - Constructor for class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
 
ClusterTopologyRefreshOptions(ClusterTopologyRefreshOptions) - Constructor for class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
 
ClusterTopologyRefreshOptions.Builder - Class in com.lambdaworks.redis.cluster
ClusterTopologyRefreshOptions.RefreshTrigger - Enum in com.lambdaworks.redis.cluster
Available refresh triggers to signal early topology refreshing.
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.protocol.CommandArgs
 
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 Cluster, see 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
Cluster event types.
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.cluster.pubsub - package com.lambdaworks.redis.cluster.pubsub
 
com.lambdaworks.redis.cluster.pubsub.api.async - package com.lambdaworks.redis.cluster.pubsub.api.async
 
com.lambdaworks.redis.cluster.pubsub.api.rx - package com.lambdaworks.redis.cluster.pubsub.api.rx
 
com.lambdaworks.redis.cluster.pubsub.api.sync - package com.lambdaworks.redis.cluster.pubsub.api.sync
 
com.lambdaworks.redis.cluster.topology - package com.lambdaworks.redis.cluster.topology
Support for cluster topology refresh.
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.internal - package com.lambdaworks.redis.internal
Contains internal API.
com.lambdaworks.redis.masterslave - package com.lambdaworks.redis.masterslave
Client support for Redis Master/Slave setups.
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.models.stream - package com.lambdaworks.redis.models.stream
Model and parser for the Stream-related command output such as XPENDING.
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
Pub/Sub Redis API for asynchronous executed commands.
com.lambdaworks.redis.pubsub.api.rx - package com.lambdaworks.redis.pubsub.api.rx
Pub/Sub Redis API for reactive commands.
com.lambdaworks.redis.pubsub.api.sync - package com.lambdaworks.redis.pubsub.api.sync
Pub/Sub 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<K,V,T> - Class in com.lambdaworks.redis.protocol
A Redis command with a command type, arguments and an optional output.
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
 
CommandArgs.ExperimentalByteArrayCodec - Class in com.lambdaworks.redis.protocol
This codec writes directly byte[] to the target buffer without wrapping it in a ByteBuffer to reduce GC pressure.
CommandArgsAccessor - Class in com.lambdaworks.redis.protocol
Accessor for first encoded key, first string and first integer argument of CommandArgs.
CommandArgsAccessor() - Constructor for class com.lambdaworks.redis.protocol.CommandArgsAccessor
 
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 INFO 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) - 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
 
commandHandlerId - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
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
Wrapper for a command.
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(int) - Method in class com.lambdaworks.redis.output.ReplayOutput
 
complete(int) - Method in class com.lambdaworks.redis.output.StreamMessageListOutput
 
complete(int) - Method in class com.lambdaworks.redis.output.StreamReadOutput
 
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(RedisCommand<?, ?, ?>) - Method in class com.lambdaworks.redis.protocol.CommandHandler
Decoding hook: Complete a command.
complete() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
complete() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
Complete a command.
complete(RedisCommand<?, ?, ?>) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
 
CompleteableCommand<T> - Interface in com.lambdaworks.redis.protocol
Extension to commands that provide registration of command completion callbacks.
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(RedisClient, RedisCodec<K, V>, Iterable<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.PingBeforeActivate - Class in com.lambdaworks.redis
Internal event when a channel is activated.
ConnectionEvents.PrepareClose - Class in com.lambdaworks.redis
Internal event before a channel is closed.
ConnectionEvents.Reconnect - Class in com.lambdaworks.redis
Internal event when a reconnect is initiated.
ConnectionFuture<T> - Interface in com.lambdaworks.redis
A ConnectionFuture represents the result of an asynchronous connection initialization.
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.
ConnectionPoolSupport - Class in com.lambdaworks.redis.support
Connection pool support for GenericObjectPool and SoftReferenceObjectPool.
ConnectionWatchdog - Class in com.lambdaworks.redis.protocol
A netty ChannelHandler responsible for monitoring the channel and reconnecting when the connection is lost.
ConnectionWatchdog(Delay, ClientOptions, Bootstrap, Timer, EventExecutorGroup, Supplier<SocketAddress>, ReconnectionListener) - 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.cluster.RedisClusterClient
Connect to a Redis Cluster using pub/sub connections and treat keys and values as UTF-8 strings.
connectPubSub(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Connect to a Redis Cluster using pub/sub connections.
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()
connectTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.SocketOptions.Builder
Set connection timeout.
connectToNode(SocketAddress) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
connectToNode(RedisCodec<K, V>, SocketAddress) - Method in interface com.lambdaworks.redis.cluster.topology.NodeConnectionFactory
Connects to a SocketAddress with the given RedisCodec.
connectToNodeAsync(RedisCodec<K, V>, SocketAddress) - Method in interface com.lambdaworks.redis.cluster.topology.NodeConnectionFactory
Connects to a SocketAddress with the given RedisCodec asynchronously.
connectToNodeAsync(RedisCodec<K, V>, RedisURI) - Method in interface com.lambdaworks.redis.masterslave.NodeConnectionFactory
Connects to a SocketAddress with the given RedisCodec asynchronously.
constant(int, TimeUnit) - Static method in class com.lambdaworks.redis.resource.Delay
Creates a new ConstantDelay.
Consumer<K> - Class in com.lambdaworks.redis
Value object representing a Stream consumer within a consumer group.
contains(Object) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Returns true if this Partitions contains the specified element.
containsAll(Collection<?>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Returns true if this collection contains all of the elements in the specified collection.
coordinates() - Static method in class com.lambdaworks.redis.GeoArgs.Builder
Creates new GeoArgs with WITHCOORD enabled.
coordinates - Variable in class com.lambdaworks.redis.GeoWithin
 
copy() - Static method in class com.lambdaworks.redis.MigrateArgs.Builder
Creates new MigrateArgs and enabling COPY.
copy() - Method in class com.lambdaworks.redis.MigrateArgs
Do not remove the key from the local instance by setting COPY.
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.
copyOf(ClusterTopologyRefreshOptions) - Static method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
Create a copy of options.
copyOf(SocketOptions) - Static method in class com.lambdaworks.redis.SocketOptions
Create a copy of options
copyOf(SslOptions) - Static method in class com.lambdaworks.redis.SslOptions
Create a copy of options
count(long) - Static method in class com.lambdaworks.redis.GeoArgs.Builder
Creates new GeoArgs with COUNT set.
count(long) - Static method in class com.lambdaworks.redis.GeoRadiusStoreArgs.Builder
Creates new GeoRadiusStoreArgs with COUNT set.
count() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
count() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
count(long) - Static method in class com.lambdaworks.redis.XReadArgs.Builder
Create a new XReadArgs and set COUNT.
count(long) - Method in class com.lambdaworks.redis.XReadArgs
Limit read to count messages.
CRC16 - Class in com.lambdaworks.codec
 
crc16(byte[]) - Static method in class com.lambdaworks.codec.CRC16
Create a CRC16 checksum from the bytes.
crc16(byte[], int, int) - Static method in class com.lambdaworks.codec.CRC16
Create a CRC16 checksum from the bytes.
crc16(ByteBuffer) - 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() - Static method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
Create a new ClusterTopologyRefreshOptions 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(long, long) - Static method in class com.lambdaworks.redis.Limit
Creates a Limit given offset and count.
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(T, T) - Static method in class com.lambdaworks.redis.Range
Create a new range from lower and upper boundary values.
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(SocketAddress, Throwable) - Static method in exception com.lambdaworks.redis.RedisConnectionException
Create a new RedisConnectionException given SocketAddress and the cause.
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() - Static method in class com.lambdaworks.redis.SocketOptions
Create a new SocketOptions using default settings.
create() - Static method in class com.lambdaworks.redis.SslOptions
Create a new SslOptions using default settings.
create(RedisConnectionPool<T>) - Static method in class com.lambdaworks.redis.support.PoolingProxyFactory
Deprecated.
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
 
createConnectionWatchdog() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
createDelay(long) - Method in class com.lambdaworks.redis.resource.Delay
Calculate a specific delay based on the attempt.
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.
createExecutionException(String) - Static method in class com.lambdaworks.redis.ExceptionFactory
Create a RedisCommandExecutionException with a detail message.
createExecutionException(String, Throwable) - Static method in class com.lambdaworks.redis.ExceptionFactory
Create a RedisCommandExecutionException with a detail message and optionally a cause.
createGenericObjectPool(Supplier<T>, GenericObjectPoolConfig) - Static method in class com.lambdaworks.redis.support.ConnectionPoolSupport
Creates a new GenericObjectPool using the Supplier.
createGenericObjectPool(Supplier<T>, GenericObjectPoolConfig, boolean) - Static method in class com.lambdaworks.redis.support.ConnectionPoolSupport
Creates a new GenericObjectPool using the Supplier.
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
 
createSoftReferenceObjectPool(Supplier<T>) - Static method in class com.lambdaworks.redis.support.ConnectionPoolSupport
Creates a new SoftReferenceObjectPool using the Supplier.
createSoftReferenceObjectPool(Supplier<T>, boolean) - Static method in class com.lambdaworks.redis.support.ConnectionPoolSupport
Creates a new SoftReferenceObjectPool using the Supplier.
createTimeoutException(long, TimeUnit) - Static method in class com.lambdaworks.redis.ExceptionFactory
Create a RedisCommandTimeoutException with a detail message given the timeout.
createTimeoutException(String, long, TimeUnit) - Static method in class com.lambdaworks.redis.ExceptionFactory
Create a RedisCommandTimeoutException with a detail message given the message and timeout.
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.StringCodec
 
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.StringCodec
 
decodeValue(ByteBuffer) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
DecoratedCommand<K,V,T> - Interface in com.lambdaworks.redis.protocol
A decorated command allowing access to the underlying DecoratedCommand.getDelegate().
decorrelatedJitter() - Static method in class com.lambdaworks.redis.resource.Delay
Creates a Supplier that constructs new DecorrelatedJitterDelay instances with default boundaries.
decorrelatedJitter(long, long, long, TimeUnit) - Static method in class com.lambdaworks.redis.resource.Delay
Creates a Supplier that constructs new DecorrelatedJitterDelay instances.
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.
decrementWriters() - Method in class com.lambdaworks.redis.protocol.CommandHandler
Decrement writers without any wait.
DEFAULT_ADAPTIVE_REFRESH_TIMEOUT - Static variable in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
 
DEFAULT_ADAPTIVE_REFRESH_TIMEOUT_UNIT - Static variable in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
 
DEFAULT_ADAPTIVE_REFRESH_TRIGGERS - Static variable in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
 
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_CLOSE_STALE_CONNECTIONS - Static variable in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
 
DEFAULT_COMPUTATION_THREADS - Static variable in class com.lambdaworks.redis.resource.DefaultClientResources
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class com.lambdaworks.redis.SocketOptions
 
DEFAULT_CONNECT_TIMEOUT_UNIT - Static variable in class com.lambdaworks.redis.SocketOptions
 
DEFAULT_DISCONNECTED_BEHAVIOR - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_DYNAMIC_REFRESH_SOURCES - Static variable in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
 
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_NETTY_CUSTOMIZER - Static variable in class com.lambdaworks.redis.resource.DefaultClientResources
Default (no-op) NettyCustomizer.
DEFAULT_PERIODIC_REFRESH_ENABLED - Static variable in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
 
DEFAULT_PING_BEFORE_ACTIVATE_CONNECTION - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_RECONNECT_DELAY - Static variable in class com.lambdaworks.redis.resource.DefaultClientResources
Default delay Supplier for Delay.exponential() delay.
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 - Static variable in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
 
DEFAULT_REFRESH_PERIOD_UNIT - Static variable in class com.lambdaworks.redis.cluster.ClusterClientOptions
 
DEFAULT_REFRESH_PERIOD_UNIT - Static variable in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
 
DEFAULT_REFRESH_TRIGGERS_RECONNECT_ATTEMPTS - Static variable in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
 
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_SO_KEEPALIVE - Static variable in class com.lambdaworks.redis.SocketOptions
 
DEFAULT_SO_NO_DELAY - Static variable in class com.lambdaworks.redis.SocketOptions
 
DEFAULT_SOCKET_OPTIONS - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_SSL_OPTIONS - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_SSL_PROVIDER - Static variable in class com.lambdaworks.redis.SslOptions
 
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
DefaultMethods - Class in com.lambdaworks.redis.internal
Collection of utility methods to lookup MethodHandles for default interface Methods.This class is part of the internal API and may change without further notice.
DefaultMethods() - Constructor for class com.lambdaworks.redis.internal.DefaultMethods
 
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(Iterable<K>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
del(K...) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
del(Iterable<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.
Delay - Class in com.lambdaworks.redis.resource
Base class for delays and factory class to create particular instances.
Delay(TimeUnit) - Constructor for class com.lambdaworks.redis.resource.Delay
Creates a new Delay.
Delay.StatefulDelay - Interface in com.lambdaworks.redis.resource
Interface to be implemented by stateful Delays.
desc() - Method in class com.lambdaworks.redis.GeoArgs
Sort results descending.
desc() - Method in class com.lambdaworks.redis.GeoRadiusStoreArgs
Sort results descending.
desc() - Static method in class com.lambdaworks.redis.SortArgs.Builder
Creates new SortArgs setting DESC.
desc() - Method in class com.lambdaworks.redis.SortArgs
Apply numeric sort in descending order.
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
 
determinePartitions(Partitions, Map<RedisURI, Partitions>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Determines a topology view based on the current and the obtain topology views.
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.
DirContextDnsResolver - Class in com.lambdaworks.redis.resource
DNS Resolver based on Java's com.sun.jndi.dns.DnsContextFactory.
DirContextDnsResolver() - Constructor for class com.lambdaworks.redis.resource.DirContextDnsResolver
Creates a new DirContextDnsResolver using system-configured DNS servers.
DirContextDnsResolver(String) - Constructor for class com.lambdaworks.redis.resource.DirContextDnsResolver
Creates a new DirContextDnsResolver using a collection of DNS servers.
DirContextDnsResolver(Iterable<String>) - Constructor for class com.lambdaworks.redis.resource.DirContextDnsResolver
Creates a new DirContextDnsResolver using a collection of DNS servers.
DirContextDnsResolver(boolean, boolean, Properties) - Constructor for class com.lambdaworks.redis.resource.DirContextDnsResolver
Creates a new DirContextDnsResolver for the given stack preference and properties.
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.DefaultCommandLatencyCollector
Returns a disabled no-op CommandLatencyCollector.
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
 
disconnectedBuffer - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
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(ProtocolKeyword, CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
dispatch(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
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(ProtocolKeyword, CommandOutput<K, V, ?>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
dispatch(ProtocolKeyword, CommandOutput<K, V, ?>, CommandArgs<K, V>) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
dispatch(ProtocolKeyword, CommandOutput<K, V, T>) - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Dispatch a command to the Redis Server.
dispatch(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in interface com.lambdaworks.redis.api.async.BaseRedisAsyncCommands
Dispatch a command to the Redis Server.
dispatch(ProtocolKeyword, CommandOutput<K, V, ?>) - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Dispatch a command to the Redis Server.
dispatch(ProtocolKeyword, CommandOutput<K, V, ?>, CommandArgs<K, V>) - Method in interface com.lambdaworks.redis.api.rx.BaseRedisReactiveCommands
Dispatch a command to the Redis Server.
dispatch(C) - Method in interface com.lambdaworks.redis.api.StatefulConnection
Dispatch a command.
dispatch(ProtocolKeyword, CommandOutput<K, V, T>) - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Dispatch a command to the Redis Server.
dispatch(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in interface com.lambdaworks.redis.api.sync.BaseRedisCommands
Dispatch a command to the Redis Server.
dispatch(ProtocolKeyword, CommandOutput<K, V, T>) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Dispatch a command to the Redis Server.
dispatch(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Deprecated.
Dispatch a command to the Redis Server.
dispatch(ProtocolKeyword, CommandOutput<K, V, T>) - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Dispatch a command to the Redis Server.
dispatch(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in interface com.lambdaworks.redis.BaseRedisConnection
Deprecated.
Dispatch a command to the Redis Server.
dispatch(C) - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
dispatch(C) - Method in class com.lambdaworks.redis.pubsub.StatefulRedisPubSubConnectionImpl
 
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() - Static method in class com.lambdaworks.redis.GeoArgs.Builder
Creates new GeoArgs with WITHDIST enabled.
distance - Variable in class com.lambdaworks.redis.GeoWithin
 
dnsResolver() - Method in interface com.lambdaworks.redis.resource.ClientResources
Returns the DnsResolver.
dnsResolver(DnsResolver) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
Sets the DnsResolver that can that is used to resolve hostnames to InetAddress.
dnsResolver() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
 
DnsResolver - Interface in com.lambdaworks.redis.resource
Users may implement this interface to override the normal DNS lookup offered by the OS.
DnsResolvers - Enum in com.lambdaworks.redis.resource
Predefined DNS resolvers.
domainSocketChannelClass() - Method in interface com.lambdaworks.redis.EpollProvider.EpollResources
 
domainSocketChannelClass() - Method in interface com.lambdaworks.redis.KqueueProvider.KqueueResources
 
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
 
drainCommands(Queue<T>) - Static method in class com.lambdaworks.redis.protocol.CommandHandler
 
drainCommands(Queue<T>, Collection<T>) - Static method in class com.lambdaworks.redis.protocol.CommandHandler
 
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.
dynamicRefreshSources(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
Discover cluster nodes from topology and use the discovered nodes as source for the cluster topology.

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.
enableAdaptiveRefreshTrigger(ClusterTopologyRefreshOptions.RefreshTrigger...) - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
Enables adaptive topology refreshing using one or more triggers.
enableAllAdaptiveRefreshTriggers() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
Enables adaptive topology refreshing using all triggers.
enableAuthPingBeforeConnect() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
enabled() - Static method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
Create a new ClusterTopologyRefreshOptions using default settings with enabled periodic and adaptive refresh.
enablePeriodicRefresh() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
Enables periodic cluster topology updates.
enablePeriodicRefresh(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
Enable regular cluster topology updates.
enablePeriodicRefresh(long, TimeUnit) - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions.Builder
Enables periodic refresh and sets the refresh period.
enablePingBeforeConnect() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
encode(byte[], boolean) - Static method in class com.lambdaworks.codec.Base16
Encode bytes to base16 chars.
encode(String, ByteBuf) - Method in class com.lambdaworks.redis.codec.StringCodec
 
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(ByteBuf) - Method in class com.lambdaworks.redis.protocol.CommandArgs
Encode the CommandArgs and write the arguments to the ByteBuf.
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.
encodeFirstKey(CommandArgs<K, V>) - Static method in class com.lambdaworks.redis.protocol.CommandArgsAccessor
Get the first encoded key for cluster command routing.
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, ByteBuf) - Method in class com.lambdaworks.redis.codec.StringCodec
 
encodeKey(String) - Method in class com.lambdaworks.redis.codec.StringCodec
 
encodeKey(K, ByteBuf) - Method in interface com.lambdaworks.redis.codec.ToByteBufEncoder
Encode the key for output to redis.
encodeKey(String) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
encodeKey(ByteBuf, byte[]) - Method in class com.lambdaworks.redis.protocol.CommandArgs.ExperimentalByteArrayCodec
 
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, ByteBuf) - Method in class com.lambdaworks.redis.codec.StringCodec
 
encodeValue(String) - Method in class com.lambdaworks.redis.codec.StringCodec
 
encodeValue(V, ByteBuf) - Method in interface com.lambdaworks.redis.codec.ToByteBufEncoder
Encode the value for output to redis.
encodeValue(String) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
encodeValue(ByteBuf, byte[]) - Method in class com.lambdaworks.redis.protocol.CommandArgs.ExperimentalByteArrayCodec
 
EpollProvider - Class in com.lambdaworks.redis
Wraps and provides Epoll classes.
EpollProvider() - Constructor for class com.lambdaworks.redis.EpollProvider
 
EpollProvider.EpollResources - Interface in com.lambdaworks.redis
 
equalJitter() - Static method in class com.lambdaworks.redis.resource.Delay
Creates a new EqualJitterDelay with default boundaries.
equalJitter(long, long, long, TimeUnit) - Static method in class com.lambdaworks.redis.resource.Delay
Creates a new EqualJitterDelay.
equals(Object) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
equals(Object) - Method in class com.lambdaworks.redis.Consumer
 
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.internal.AbstractInvocationHandler
By default delegates to Object.equals(java.lang.Object) so instances are only equal if they are identical.
equals(Object) - Method in class com.lambdaworks.redis.internal.HostAndPort
 
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.protocol.AsyncCommand
 
equals(Object) - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
equals(Object) - Method in class com.lambdaworks.redis.Range.Boundary
 
equals(Object) - Method in class com.lambdaworks.redis.Range
 
equals(Object) - Method in class com.lambdaworks.redis.RedisURI
 
equals(Object) - Method in class com.lambdaworks.redis.ScoredValue
 
equals(Object) - Method in class com.lambdaworks.redis.StreamMessage
 
error - Variable in class com.lambdaworks.redis.output.CommandOutput
 
estimateSize(Object) - Method in class com.lambdaworks.redis.codec.StringCodec
 
estimateSize(Object) - Method in interface com.lambdaworks.redis.codec.ToByteBufEncoder
Estimates the size of the resulting byte stream.
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 RedisClient and RedisClusterClient.
eventExecutorGroup() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
 
eventLoopGroup - Variable in class com.lambdaworks.redis.AbstractRedisClient
Deprecated.
use map eventLoopGroups instead.
eventLoopGroupClass() - Method in interface com.lambdaworks.redis.EpollProvider.EpollResources
 
eventLoopGroupClass() - Method in interface com.lambdaworks.redis.KqueueProvider.KqueueResources
 
eventLoopGroupProvider() - Method in interface com.lambdaworks.redis.resource.ClientResources
Returns the EventLoopGroupProvider that provides access to the particular event loop groups. lettuce requires 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 RedisClient and RedisClusterClient.
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
Creates new SetArgs and enabling EX.
ex(long) - Method in class com.lambdaworks.redis.SetArgs
Set the specified expire time, in seconds.
exception - Variable in class com.lambdaworks.redis.protocol.Command
 
exceptionally(Function<Throwable, ? extends T>) - Method in interface com.lambdaworks.redis.ConnectionFuture
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
ExceptionFactory - Class in com.lambdaworks.redis
Factory for Redis exceptions.
excluding(T) - Static method in class com.lambdaworks.redis.Range.Boundary
Create a Range.Boundary based on the value that excludes the value when comparing ranges.
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.
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(Iterable<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(Iterable<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.async.RedisAdvancedClusterAsyncCommands
Determine how many keys exist with pipelining.
exists(K...) - Method in interface com.lambdaworks.redis.cluster.api.rx.RedisAdvancedClusterReactiveCommands
Determine how many keys exist with pipelining.
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.cluster.api.sync.RedisAdvancedClusterCommands
Determine how many keys exist with pipelining.
exists(K...) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
exists(Iterable<K>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
exists(K...) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
exists(Iterable<K>) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
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.
exponential() - Static method in class com.lambdaworks.redis.resource.Delay
Creates a new ExponentialDelay with default boundaries and factor (1, 2, 4, 8, 16, 32...).
exponential(long, long, TimeUnit, int) - Static method in class com.lambdaworks.redis.resource.Delay
Creates a new ExponentialDelay on with custom boundaries and factor (eg. with upper 9000, lower 0, powerOf 10: 1, 10, 100, 1000, 9000, 9000, 9000, ...).

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
 
FINISHED - Static variable in class com.lambdaworks.redis.ScanCursor
Finished cursor.
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.
force() - Method in class com.lambdaworks.redis.XClaimArgs
Creates the pending message entry in the PEL even if certain specified IDs are not already in the PEL assigned to a different client.
force(boolean) - Method in class com.lambdaworks.redis.XClaimArgs
Creates the pending message entry in the PEL even if certain specified IDs are not already in the PEL assigned to a different client.
forEachCloseable(Predicate<? super Closeable>, Consumer<T>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Apply a Consumer of Closeable to all active connections.
forEachClusterConnection(Consumer<StatefulRedisClusterConnectionImpl<?, ?>>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Apply a Consumer of StatefulRedisClusterConnectionImpl to all active connections.
forEachClusterPubSubConnection(Consumer<StatefulRedisClusterPubSubConnectionImpl<?, ?>>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Apply a Consumer of StatefulRedisClusterPubSubConnectionImpl to all active connections.
forName(String) - Static method in class com.lambdaworks.redis.internal.LettuceClassUtils
freeConnection(T) - Method in class com.lambdaworks.redis.RedisConnectionPool
Deprecated.
Return a connection into the pool.
from(K, K) - Static method in class com.lambdaworks.redis.Consumer
Create a new consumer.
from(long) - Static method in class com.lambdaworks.redis.Limit
Creates a Limit given count.
from(Range.Boundary<T>, Range.Boundary<T>) - Static method in class com.lambdaworks.redis.Range
Create a new range from lower and upper boundaries.
from(K, String) - Static method in class com.lambdaworks.redis.XReadArgs.StreamOffset
Read all arriving elements from the stream identified by name starting at offset.
full() - Static method in class com.lambdaworks.redis.GeoArgs.Builder
Creates new GeoArgs with distance, coordinates and hash enabled.
fullJitter() - Static method in class com.lambdaworks.redis.resource.Delay
Creates a new FullJitterDelay with default boundaries.
fullJitter(long, long, long, TimeUnit) - Static method in class com.lambdaworks.redis.resource.Delay
Creates a new FullJitterDelay.
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
Argument list builder for the Redis GEORADIUS and GEORADIUSBYMEMBER commands.
GeoArgs() - Constructor for class com.lambdaworks.redis.GeoArgs
 
GeoArgs.Builder - Class in com.lambdaworks.redis
Builder entry points for 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
Creates new 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(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
geohash(K, V...) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
geohash(K, V...) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
geohash(K, V...) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
geohash(K, V...) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
geohash(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
geohash(K, V...) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
geohash - Variable in class com.lambdaworks.redis.GeoWithin
 
geohash(K, V...) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Deprecated.
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
geohash(K, V...) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Deprecated.
Retrieve Geohash strings representing the position of one or more elements in a sorted set value representing a geospatial index.
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, GeoRadiusStoreArgs<K>) - 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, GeoRadiusStoreArgs<K>) - 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, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
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, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
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, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
Perform a RedisGeoCommands.georadius(Object, double, double, double, GeoArgs.Unit, GeoArgs) query and store the results in a sorted set.
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, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
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, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
georadius(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
georadius(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
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, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Deprecated.
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.
georadius(K, double, double, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Deprecated.
Perform a RedisGeoConnection.georadius(Object, double, double, double, GeoArgs.Unit) query and store the results in a sorted set.
georadius_ro(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
georadius_ro(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
georadius_ro(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
georadius_ro(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
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, GeoRadiusStoreArgs<K>) - 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, GeoRadiusStoreArgs<K>) - 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, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.api.async.RedisGeoAsyncCommands
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, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.api.rx.RedisGeoReactiveCommands
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, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.api.sync.RedisGeoCommands
Perform a RedisGeoCommands.georadiusbymember(Object, Object, double, GeoArgs.Unit, GeoArgs) query and store the results in a sorted set.
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, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.cluster.api.async.NodeSelectionGeoAsyncCommands
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, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.cluster.api.sync.NodeSelectionGeoCommands
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterReactiveCommandsImpl
 
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, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Deprecated.
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.
georadiusbymember(K, V, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Deprecated.
georadiusbymember_ro(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
georadiusbymember_ro(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisAsyncCommands
 
georadiusbymember_ro(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
georadiusbymember_ro(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.AbstractRedisReactiveCommands
 
GeoRadiusStoreArgs<K> - Class in com.lambdaworks.redis
Argument list builder for the Redis GEORADIUS command to store GEORADIUS results or GEORADIUS distances in a sorted set.
GeoRadiusStoreArgs() - Constructor for class com.lambdaworks.redis.GeoRadiusStoreArgs
 
GeoRadiusStoreArgs.Builder - Class in com.lambdaworks.redis
Builder entry points for GeoRadiusStoreArgs.
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
Creates a new 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(BitFieldArgs.BitFieldType, int) - Static method in class com.lambdaworks.redis.BitFieldArgs.Builder
Create a new GET subcommand.
get(BitFieldArgs.BitFieldType, BitFieldArgs.Offset) - Static method in class com.lambdaworks.redis.BitFieldArgs.Builder
Create a new GET subcommand.
get() - Method in class com.lambdaworks.redis.BitFieldArgs
Adds a new GET subcommand using offset 0 and the field type of the previous command.
get(BitFieldArgs.BitFieldType) - Method in class com.lambdaworks.redis.BitFieldArgs
Adds a new GET subcommand using offset 0.
get(BitFieldArgs.BitFieldType, int) - Method in class com.lambdaworks.redis.BitFieldArgs
Adds a new GET subcommand.
get(BitFieldArgs.BitFieldType, BitFieldArgs.Offset) - Method in class com.lambdaworks.redis.BitFieldArgs
Adds a new GET subcommand.
get(int) - Method in class com.lambdaworks.redis.BitFieldArgs
Adds a new GET subcommand using the field type of the previous command.
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 interface com.lambdaworks.redis.ConnectionFuture
Waits if necessary for the computation to complete, and then retrieves its result.
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) - Method in class com.lambdaworks.redis.internal.AbstractInvocationHandler.MethodTranslator
 
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
Creates new SortArgs setting GET.
get(String) - Method in class com.lambdaworks.redis.SortArgs
Retrieve external keys during sort.
getAdaptiveRefreshTimeout() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
Timeout between adaptive cluster topology updates.
getAdaptiveRefreshTimeoutUnit() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
getAdaptiveRefreshTriggers() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
Returns the set of triggers.
getAliases() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
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
 
getAttempt() - Method in class com.lambdaworks.redis.ConnectionEvents.Reconnect
 
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.
getBits() - Method in class com.lambdaworks.redis.BitFieldArgs.BitFieldType
 
getBody() - Method in class com.lambdaworks.redis.StreamMessage
 
getBytes() - Method in enum com.lambdaworks.redis.BitFieldArgs.OverflowType
 
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
 
getBytes() - Method in enum com.lambdaworks.redis.UnblockType
 
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
 
getClientName() - Method in class com.lambdaworks.redis.RedisURI
Returns the client name.
getClientResources() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
getClusterDistributionChannelWriter() - Method in class com.lambdaworks.redis.cluster.StatefulRedisClusterConnectionImpl
 
getCommand() - Method in class com.lambdaworks.redis.ConnectionEvents.PingBeforeActivate
 
getCommandOutput(RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.CommandHandler
Decoding hook: Retrieve CommandOutput for RedisCommand decoding.
getCommandOutput(RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.pubsub.PubSubCommandHandler
 
getCompletion() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
 
getComponentType() - Method in class com.lambdaworks.redis.RedisConnectionPool
Deprecated.
 
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(ConnectionFuture<T>) - Method in class com.lambdaworks.redis.AbstractRedisClient
Retrieve the connection from ConnectionFuture.
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 host and port.
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 host and port.
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 host and port.
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 host and port.
getConnection(String) - Method in interface com.lambdaworks.redis.cluster.pubsub.StatefulRedisClusterPubSubConnection
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.pubsub.StatefulRedisClusterPubSubConnection
Retrieve a connection to the specified cluster node using host and port.
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
 
getConnectionProvider() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncCommandsImpl
 
getConnectTimeout() - Method in class com.lambdaworks.redis.SocketOptions
Returns the connection timeout.
getConnectTimeoutUnit() - Method in class com.lambdaworks.redis.SocketOptions
Returns the the connection timeout unit.
getConsumer() - Method in class com.lambdaworks.redis.models.stream.PendingEntry
 
getConsumer() - Method in class com.lambdaworks.redis.models.stream.PendingMessage
 
getConsumerMessageCount() - Method in class com.lambdaworks.redis.models.stream.PendingMessages
 
getCoordinates() - Method in class com.lambdaworks.redis.GeoWithin
 
getCount() - Method in class com.lambdaworks.redis.Limit
 
getCount() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
 
getCount() - Method in class com.lambdaworks.redis.models.stream.PendingMessages
 
getCount() - Method in class com.lambdaworks.redis.StreamScanCursor
 
getCursor() - Method in class com.lambdaworks.redis.ScanCursor
 
getDatabase() - Method in class com.lambdaworks.redis.RedisURI
Returns the Redis database number.
getDelegate() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
getDelegate() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
getDelegate() - Method in interface com.lambdaworks.redis.protocol.DecoratedCommand
The underlying command.
getDeliveryCount() - Method in class com.lambdaworks.redis.models.stream.PendingEntry
 
getDisconnectedBehavior() - Method in class com.lambdaworks.redis.ClientOptions
Behavior for command invocation when connections are in a disconnected state.
getDistance() - Method in class com.lambdaworks.redis.GeoWithin
 
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
 
getFirstCharArray(CommandArgs<K, V>) - Static method in class com.lambdaworks.redis.protocol.CommandArgsAccessor
Get the first char-array argument.
getFirstEncodedKey() - Method in class com.lambdaworks.redis.protocol.CommandArgs
Returns the first key argument in its byte-encoded representation.
getFirstInteger() - Method in class com.lambdaworks.redis.protocol.CommandArgs
Deprecated.
getFirstInteger(CommandArgs<K, V>) - Static method in class com.lambdaworks.redis.protocol.CommandArgsAccessor
Get the first integer argument.
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
Deprecated.
getFirstString(CommandArgs<K, V>) - Static method in class com.lambdaworks.redis.protocol.CommandArgsAccessor
Get the first String argument.
getFirstUri() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Returns the first RedisURI configured with this RedisClusterClient instance.
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
 
getGeohash() - Method in class com.lambdaworks.redis.GeoWithin
 
getGroup() - Method in class com.lambdaworks.redis.Consumer
 
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
Returns the host.
getHostText() - Method in class com.lambdaworks.redis.internal.HostAndPort
 
getId() - Method in class com.lambdaworks.redis.models.stream.PendingMessage
 
getId() - Method in class com.lambdaworks.redis.StreamMessage
 
getInitialUris() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Returns an Iterable of the initial URIs.
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
 
getKeystore() - Method in class com.lambdaworks.redis.SslOptions
 
getKeystorePassword() - Method in class com.lambdaworks.redis.SslOptions
 
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.
getLower() - Method in class com.lambdaworks.redis.Range
 
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.masterslave.MasterSlaveConnectionProvider
 
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.
getMember() - Method in class com.lambdaworks.redis.GeoWithin
 
getMessage() - Method in class com.lambdaworks.redis.pubsub.api.rx.ChannelMessage
 
getMessage() - Method in class com.lambdaworks.redis.pubsub.api.rx.PatternMessage
 
getMessageId() - Method in class com.lambdaworks.redis.models.stream.PendingEntry
 
getMessageIds() - Method in class com.lambdaworks.redis.models.stream.PendingMessages
 
getMillisSinceDelivery() - Method in class com.lambdaworks.redis.models.stream.PendingEntry
 
getMin() - Method in class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
 
getMonitoredMasters() - Method in class com.lambdaworks.redis.models.role.RedisSentinelInstance
 
getMsSinceLastDelivery() - Method in class com.lambdaworks.redis.models.stream.PendingMessage
 
getName() - Method in class com.lambdaworks.redis.Consumer
 
getName() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getName() - Method in class com.lambdaworks.redis.XReadArgs.StreamOffset
 
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 class com.lambdaworks.redis.masterslave.StaticMasterSlaveTopologyProvider
 
getNodes() - Method in interface com.lambdaworks.redis.masterslave.TopologyProvider
Lookup 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
Deprecated.
 
getNumIdle() - Method in class com.lambdaworks.redis.RedisConnectionPool
Deprecated.
 
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
 
getOffset() - Method in class com.lambdaworks.redis.BitFieldArgs.Offset
 
getOffset() - Method in class com.lambdaworks.redis.Limit
 
getOffset() - Method in class com.lambdaworks.redis.XReadArgs.StreamOffset
 
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(String, int) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Retrieve a RedisClusterNode by its hostname/port considering node aliases.
getPartition(int) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Returns the RedisClusterNode at index.
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
Returns the internal List of RedisClusterNode that holds the partition source.
getPartitions() - Method in exception com.lambdaworks.redis.cluster.PartitionSelectorException
 
getPartitions() - Method in interface com.lambdaworks.redis.cluster.pubsub.StatefulRedisClusterPubSubConnection
 
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
Returns the password.
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
Deprecated.
 
getPort() - Method in interface com.lambdaworks.redis.ConnectionPoint
Get the current port number.
getPort() - Method in class com.lambdaworks.redis.internal.HostAndPort
 
getPort() - Method in class com.lambdaworks.redis.RedisURI
Returns the Redis port.
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
Deprecated.
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.
getRedeliveryCount() - Method in class com.lambdaworks.redis.models.stream.PendingMessage
 
getRedisURI() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
getRedisURIs() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
getRefreshPeriod() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Period between the regular cluster topology updates.
getRefreshPeriod() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
Period between the regular cluster topology updates.
getRefreshPeriodUnit() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
getRefreshPeriodUnit() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
getRefreshTriggersReconnectAttempts() - Method in class com.lambdaworks.redis.cluster.ClusterTopologyRefreshOptions
getRemoteAddress() - Method in interface com.lambdaworks.redis.ConnectionFuture
Return the remote SocketAddress.
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
Returns the Sentinel Master Id.
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.
getSinceLastDelivery() - Method in class com.lambdaworks.redis.models.stream.PendingMessage
 
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
Returns the Unix Domain Socket path.
getSocketAddress(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Resolve a RedisURI to a SocketAddress.
getSocketAddressSupplier(Function<Partitions, Collection<RedisClusterNode>>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
getSocketOptions() - Method in class com.lambdaworks.redis.ClientOptions
Returns the SocketOptions.
getSslOptions() - Method in class com.lambdaworks.redis.ClientOptions
Returns the SslOptions.
getSslProvider() - Method in class com.lambdaworks.redis.SslOptions
 
getStack() - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
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 interface com.lambdaworks.redis.cluster.pubsub.api.async.RedisClusterPubSubAsyncCommands
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.pubsub.api.rx.RedisClusterPubSubReactiveCommands
 
getStatefulConnection() - Method in interface com.lambdaworks.redis.cluster.pubsub.api.sync.RedisClusterPubSubCommands
 
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
 
getStoreDistKey() - Method in class com.lambdaworks.redis.GeoRadiusStoreArgs
 
getStoreKey() - Method in class com.lambdaworks.redis.GeoRadiusStoreArgs
 
getStream() - Method in class com.lambdaworks.redis.StreamMessage
 
getSubscriber() - Method in class com.lambdaworks.redis.output.BooleanListOutput
 
getSubscriber() - Method in class com.lambdaworks.redis.output.GeoCoordinatesListOutput
 
getSubscriber() - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
 
getSubscriber() - Method in class com.lambdaworks.redis.output.KeyListOutput
 
getSubscriber() - Method in class com.lambdaworks.redis.output.ScoredValueListOutput
 
getSubscriber() - Method in interface com.lambdaworks.redis.output.StreamingOutput
getSubscriber() - Method in class com.lambdaworks.redis.output.StreamMessageListOutput
 
getSubscriber() - Method in class com.lambdaworks.redis.output.StreamReadOutput
 
getSubscriber() - Method in class com.lambdaworks.redis.output.StringListOutput
 
getSubscriber() - Method in class com.lambdaworks.redis.output.ValueListOutput
 
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
Returns the command timeout for synchronous command execution.
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
 
getTimeUnit() - Method in class com.lambdaworks.redis.resource.Delay
Returns the TimeUnit associated with this Delay.
getTo() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
getTopologyRefreshOptions() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
The ClusterTopologyRefreshOptions for detailed control of topology updates.
getTopologyRefreshSource() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Returns the seed RedisURI for the topology refreshing.
getTruststore() - Method in class com.lambdaworks.redis.SslOptions
 
getTruststorePassword() - Method in class com.lambdaworks.redis.SslOptions
 
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
Returns the TimeUnit for the command timeout.
getUpper() - Method in class com.lambdaworks.redis.Range
 
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
 
getValue() - Method in class com.lambdaworks.redis.Range.Boundary
 
getValues() - Method in class com.lambdaworks.redis.ScoredValueScanCursor
 
getValues() - Method in class com.lambdaworks.redis.ValueScanCursor
 
getViewedBy(Map<RedisURI, Partitions>, Partitions) - Method in class com.lambdaworks.redis.cluster.topology.ClusterTopologyRefresh
Resolve a RedisURI from a map of cluster views by Partitions as key
getX() - Method in class com.lambdaworks.redis.GeoCoordinates
 
getY() - Method in class com.lambdaworks.redis.GeoCoordinates
 
gt(T) - Method in class com.lambdaworks.redis.Range
Greater than lower.
gte(T) - Method in class com.lambdaworks.redis.Range
Greater than or equals lower.

H

handle(BiFunction<? super T, Throwable, ? extends U>) - Method in interface com.lambdaworks.redis.ConnectionFuture
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>) - Method in interface com.lambdaworks.redis.ConnectionFuture
 
handleAsync(BiFunction<? super T, Throwable, ? extends U>, Executor) - Method in interface com.lambdaworks.redis.ConnectionFuture
 
handleInvocation(Object, Method, Object[]) - Method in class com.lambdaworks.redis.internal.AbstractInvocationHandler
handleInvocation(Object, Method, Object[]) - Method in class com.lambdaworks.redis.support.TransparentPoolingInvocationHandler
Deprecated.
 
hasError() - Method in class com.lambdaworks.redis.output.CommandOutput
Check if the command resulted in an error.
hash() - Static method in class com.lambdaworks.redis.GeoArgs.Builder
Creates new GeoArgs with WITHHASH enabled.
hashCode() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
hashCode() - Method in class com.lambdaworks.redis.Consumer
 
hashCode() - Method in class com.lambdaworks.redis.GeoCoordinates
 
hashCode() - Method in class com.lambdaworks.redis.GeoWithin
 
hashCode() - Method in class com.lambdaworks.redis.internal.AbstractInvocationHandler
By default delegates to Object.hashCode().
hashCode() - Method in class com.lambdaworks.redis.internal.HostAndPort
 
hashCode() - Method in class com.lambdaworks.redis.KeyValue
 
hashCode() - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
 
hashCode() - Method in class com.lambdaworks.redis.protocol.AsyncCommand
 
hashCode() - Method in class com.lambdaworks.redis.protocol.CommandWrapper
 
hashCode() - Method in class com.lambdaworks.redis.Range.Boundary
 
hashCode() - Method in class com.lambdaworks.redis.Range
 
hashCode() - Method in class com.lambdaworks.redis.RedisURI
 
hashCode() - Method in class com.lambdaworks.redis.ScoredValue
 
hashCode() - Method in class com.lambdaworks.redis.StreamMessage
 
hasPort() - Method in class com.lambdaworks.redis.internal.HostAndPort
 
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.
HostAndPort - Class in com.lambdaworks.redis.internal
An immutable representation of a host and port.
hostText - Variable in class com.lambdaworks.redis.internal.HostAndPort
 
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 va