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

A

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.
activateCommandHandlerAndExecuteBufferedCommands(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
Activated() - Constructor for class com.lambdaworks.redis.ConnectionEvents.Activated
 
activated() - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
 
activated() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
activated() - Method in class com.lambdaworks.redis.RedisChannelHandler
Notification when the connection becomes active (connected).
add(RedisClusterNode) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
add(RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.output.MultiOutput
 
add(Map<K, V>) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(String) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(long) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(double) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(byte[]) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(CommandKeyword) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(CommandType) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
add(ProtocolKeyword) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addAll(Collection<? extends RedisClusterNode>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
addKey(K) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addKeys(K...) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addListener(RedisConnectionStateListener) - Method in class com.lambdaworks.redis.AbstractRedisClient
Add a listener for the RedisConnectionState.
addListener(RedisConnectionStateListener) - Method in class com.lambdaworks.redis.ConnectionEvents
 
addListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
Add a new listener.
addListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
Add a new listener.
addListener(CloseEvents.CloseListener) - Method in class com.lambdaworks.redis.RedisChannelHandler
 
addListener(CloseEvents.CloseListener) - Method in class com.lambdaworks.redis.RedisConnectionPool
Adds a CloseListener.
addPartition(RedisClusterNode) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
addr(String) - Method in class com.lambdaworks.redis.KillArgs
 
addr(String) - Static method in class com.lambdaworks.redis.KillArgs.Builder
 
addValue(V) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
addValues(V...) - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
after() - Method in class com.lambdaworks.redis.cluster.event.ClusterTopologyChangedEvent
Returns the cluster topology view after the topology changed.
afterPropertiesSet() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
afterPropertiesSet() - Method in class com.lambdaworks.redis.support.RedisClientFactoryBean
 
afterPropertiesSet() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
allocate(Class<T>) - Method in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
 
allocate(Class<T>) - Method in interface com.lambdaworks.redis.resource.EventLoopGroupProvider
Retrieve a EventLoopGroup for the type type.
allocateConnection() - Method in class com.lambdaworks.redis.RedisConnectionPool
Allocate a connection from the pool.
alpha() - Method in class com.lambdaworks.redis.SortArgs
 
alpha() - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
append(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
append(K, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Append a value to a key.
append(K, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Append a value to a key.
args - Variable in class com.lambdaworks.redis.protocol.Command
 
ArrayOutput<K,V> - Class in com.lambdaworks.redis.output
List of objects and lists to support dynamic nested structures (List with mixed content of values and sublists).
ArrayOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ArrayOutput
 
asc() - Method in class com.lambdaworks.redis.GeoArgs
Sort results ascending.
asc() - Method in class com.lambdaworks.redis.GeoRadiusStoreArgs
Sort results ascending.
asc() - Method in class com.lambdaworks.redis.SortArgs
 
asc() - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
ASCII - Static variable in class com.lambdaworks.redis.protocol.LettuceCharsets
US-ASCII charset.
asking() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
asking() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
The asking command is required after a -ASK redirection.
asking() - Method in interface com.lambdaworks.redis.RedisClusterConnection
The asking command is required after a -ASK redirection.
asyncPool() - Method in class com.lambdaworks.redis.RedisClient
Creates a connection pool for asynchronous connections. 5 max idle connections and 20 max active connections.
asyncPool(int, int) - Method in class com.lambdaworks.redis.RedisClient
Creates a connection pool for asynchronous connections.
asyncPool(RedisCodec<K, V>, int, int) - Method in class com.lambdaworks.redis.RedisClient
Creates a connection pool for asynchronous connections.
AT_LEAST_JDK_6 - Static variable in class com.lambdaworks.redis.JavaRuntime
Constant whether the current JDK is Java 6 or higher.
AT_LEAST_JDK_7 - Static variable in class com.lambdaworks.redis.JavaRuntime
Constant whether the current JDK is Java 7 or higher.
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 interface com.lambdaworks.redis.RedisAsyncConnection
Authenticate to the server.
auth(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
auth(String) - Method in interface com.lambdaworks.redis.RedisConnection
Authenticate to the server.
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(RedisCommand<K, V, T>, long, TimeUnit) - 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(RedisCommand, long, TimeUnit) instead. The semantics did not change and LettuceFutures.awaitOrCancel(RedisCommand, long, TimeUnit) simply calls this method.
await(long, TimeUnit) - Method in class com.lambdaworks.redis.protocol.Command
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(RedisCommand<K, V, 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.
BaseRedisAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Basic asynchronous executed commands.
BaseRedisConnection<K,V> - Interface in com.lambdaworks.redis
Basic synchronous executed 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.RedisAsyncConnectionImpl
 
bgrewriteaof() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Asynchronously rewrite the append-only file.
bgrewriteaof() - Method in interface com.lambdaworks.redis.RedisServerConnection
Asynchronously rewrite the append-only file.
bgsave() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
bgsave() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Asynchronously save the dataset to disk.
bgsave() - Method in interface com.lambdaworks.redis.RedisServerConnection
Asynchronously save the dataset to disk.
bitcount(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
bitcount(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
bitcount(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Count set bits in a string.
bitcount(K, long, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Count set bits in a string.
bitcount(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Count set bits in a string.
bitcount(K, long, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Count set bits in a string.
bitfield(K, BitFieldArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Execute BITFIELD with its subcommands.
bitfield(K, BitFieldArgs) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Execute BITFIELD with its subcommands.
BitFieldArgs - Class in com.lambdaworks.redis
Arguments and types for the 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
 
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.RedisAsyncConnectionImpl
 
bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Perform bitwise AND between strings.
bitopAnd(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Perform bitwise AND between strings.
bitopNot(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
bitopNot(K, K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Perform bitwise NOT between strings.
bitopNot(K, K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Perform bitwise NOT between strings.
bitopOr(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
bitopOr(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Perform bitwise OR between strings.
bitopOr(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Perform bitwise OR between strings.
bitopXor(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
bitopXor(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Perform bitwise XOR between strings.
bitopXor(K, K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Perform bitwise XOR between strings.
bitpos(K, boolean) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
bitpos(K, boolean, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
bitpos(K, boolean) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Find first bit set or clear in a string.
bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Find first bit set or clear in a string.
bitpos(K, boolean) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Find first bit set or clear in a string.
bitpos(K, boolean, long, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Find first bit set or clear in a string.
blpop(long, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
blpop(long, K...) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
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
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.RedisAsyncConnectionImpl
 
brpop(long, K...) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
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
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.RedisAsyncConnectionImpl
 
brpoplpush(long, K, K) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
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
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() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
buffer - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
buffer(String) - Static method in class com.lambdaworks.redis.protocol.LettuceCharsets
Create a ByteBuffer from a string using ASCII encoding.
build() - Method in class com.lambdaworks.redis.ClientOptions.Builder
Create a new instance of ClientOptions.
build() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
Create a new instance of ClusterClientOptions
build() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
build() - Method in class com.lambdaworks.redis.event.DefaultEventPublisherOptions.Builder
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.GeoArgs
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.GeoRadiusStoreArgs
 
build() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.MigrateArgs
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.protocol.SetArgs
 
build() - Method in class com.lambdaworks.redis.RedisURI.Builder
 
build() - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
 
build() - Method in class com.lambdaworks.redis.SslConnectionBuilder
 
build(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.ZAddArgs
 
Builder() - Constructor for class com.lambdaworks.redis.ClientOptions.Builder
 
Builder() - Constructor for class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
 
Builder() - Constructor for class com.lambdaworks.redis.event.DefaultEventPublisherOptions.Builder
 
Builder() - Constructor for class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
 
Builder() - Constructor for class com.lambdaworks.redis.RedisURI.Builder
 
Builder() - Constructor for class com.lambdaworks.redis.resource.DefaultClientResources.Builder
 
buildHandlers() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
buildHandlers() - Method in class com.lambdaworks.redis.SslConnectionBuilder
 
by(String) - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
by(String) - Method in class com.lambdaworks.redis.SortArgs
 
ByteArrayCodec - Class in com.lambdaworks.redis.codec
A RedisCodec that uses plain byte arrays.
ByteArrayCodec() - Constructor for class com.lambdaworks.redis.codec.ByteArrayCodec
 
ByteArrayOutput<K,V> - Class in com.lambdaworks.redis.output
Byte array output.
ByteArrayOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ByteArrayOutput
 
bytes - Variable in enum com.lambdaworks.redis.BitFieldArgs.OverflowType
 
bytes - Variable in enum com.lambdaworks.redis.protocol.CommandKeyword
 
bytes - Variable in enum com.lambdaworks.redis.protocol.CommandType
 

C

cancel() - Method in class com.lambdaworks.redis.output.MultiOutput
 
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
 
ch() - Static method in class com.lambdaworks.redis.ZAddArgs.Builder
 
channel - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
channel() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
channelActive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
channelActive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
channelGroup(ChannelGroup) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
channelInactive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
channelInactive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
channelInitialized() - Method in interface com.lambdaworks.redis.RedisChannelInitializer
 
channelRead(ChannelHandlerContext, Object) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
channelRead(Object) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
 
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.RedisPubSubConnectionImpl
 
channelType(ConnectionBuilder, ConnectionPoint) - Method in class com.lambdaworks.redis.AbstractRedisClient
 
channelUnregistered(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
clear() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
clientGetname() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clientGetname() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Get the current connection name.
clientGetname() - Method in interface com.lambdaworks.redis.RedisServerConnection
Get the current connection name.
clientKill(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clientKill(KillArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clientKill(String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Kill the connection of a client identified by ip:port.
clientKill(KillArgs) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Kill connections of clients which are filtered by killArgs
clientKill(String) - Method in interface com.lambdaworks.redis.RedisServerConnection
Kill the connection of a client identified by ip:port.
clientKill(KillArgs) - Method in interface com.lambdaworks.redis.RedisServerConnection
Kill connections of clients which are filtered by killArgs
clientList() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clientList() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Get the list of client connections.
clientList() - Method in interface com.lambdaworks.redis.RedisServerConnection
Get the list of client connections.
clientOptions - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
ClientOptions - Class in com.lambdaworks.redis
Client Options to control the behavior of RedisClient.
ClientOptions(ClientOptions.Builder) - Constructor for class com.lambdaworks.redis.ClientOptions
 
ClientOptions(ClientOptions) - Constructor for class com.lambdaworks.redis.ClientOptions
 
clientOptions(ClientOptions) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
clientOptions() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
clientOptions - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
ClientOptions.Builder - Class in com.lambdaworks.redis
Builder for ClientOptions.
clientPause(long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clientPause(long) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Stop processing commands from clients for some time.
clientPause(long) - Method in interface com.lambdaworks.redis.RedisServerConnection
Stop processing commands from clients for some time.
clientResources - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
clientResources(ClientResources) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
clientResources() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
clientResources - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
ClientResources - Interface in com.lambdaworks.redis.resource
Client Configuration.
ClientResourcesFactoryBean - Class in com.lambdaworks.redis.support
FactoryBean that creates a ClientResources instance representing the infrastructure resources (thread pools) for a Redis Client.
ClientResourcesFactoryBean() - Constructor for class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
clientSetname(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clientSetname(K) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Set the current connection name.
clientSetname(K) - Method in interface com.lambdaworks.redis.RedisServerConnection
Set the current connection name.
close() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Close the connection.
close() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Close the connection.
Close() - Constructor for class com.lambdaworks.redis.ConnectionEvents.Close
 
close() - Method in class com.lambdaworks.redis.protocol.CommandHandler
Close the connection.
close() - Method in class com.lambdaworks.redis.RedisChannelHandler
Close the connection.
close() - Method in interface com.lambdaworks.redis.RedisChannelWriter
 
close() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Close the connection.
close() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Close the connection.
close() - Method in class com.lambdaworks.redis.RedisConnectionPool
Close the pool and close all idle connections.
close() - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
 
close() - Method in class com.lambdaworks.redis.resource.DirContextDnsResolver
 
closeableResources - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
closeStaleConnections(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
Flag, whether to close stale connections when refreshing the cluster topology.
clusterAddSlots(int...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Adds slots to the cluster node.
clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Adds slots to the cluster node.
clusterBumpepoch() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterBumpepoch() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
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.RedisClusterConnection
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.RedisAsyncConnectionImpl
 
clusterCountFailureReports(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Returns the number of failure reports for the specified node.
clusterCountFailureReports(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Returns the number of failure reports for the specified node.
clusterCountKeysInSlot(int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnectionImpl
 
clusterCountKeysInSlot(int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Returns the number of keys in the specified Redis Cluster hash slot.
clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Returns the number of keys in the specified Redis Cluster hash slot.
clusterDelSlots(int...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Removes slots from the cluster node.
clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Removes slots from the cluster node.
clusterFailover(boolean) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterFailover(boolean) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Failover a cluster node.
clusterFailover(boolean) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Failover a cluster node.
clusterFlushslots() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterFlushslots() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Delete all the slots associated with the specified node.
clusterFlushslots() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Delete all the slots associated with the specified node.
clusterForget(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterForget(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Blacklist and remove the cluster node from the cluster.
clusterForget(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Blacklist and remove the cluster node from the cluster.
clusterGetKeysInSlot(int, int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnectionImpl
 
clusterGetKeysInSlot(int, int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Retrieve the list of keys within the slot.
clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Retrieve the list of keys within the slot.
clusterInfo() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterInfo() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Get information and statistics about the cluster viewed by the current node.
clusterInfo() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Get information and statistics about the cluster viewed by the current node.
clusterKeyslot(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterKeyslot(K) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Returns an integer identifying the hash slot the specified key hashes to.
clusterKeyslot(K) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Returns an integer identifying the hash slot the specified key hashes to.
clusterMeet(String, int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterMeet(String, int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Meet another cluster node to include the node into the cluster.
clusterMeet(String, int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Meet another cluster node to include the node into the cluster.
clusterMyId() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterMyId() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Obtain the nodeId for the currently connected node.
clusterMyId() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Obtain the nodeId for the currently connected node.
clusterNodes() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterNodes() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Obtain details about all cluster nodes.
clusterNodes() - Method in interface com.lambdaworks.redis.RedisClusterConnection
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.RedisAsyncConnectionImpl
 
clusterReplicate(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Turn this node into a slave of the node with the id nodeId.
clusterReplicate(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Turn this node into a slave of the node with the id nodeId.
clusterReset(boolean) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterReset(boolean) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
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
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.RedisAsyncConnectionImpl
 
clusterSaveconfig() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Forces a node to save the nodes.conf configuration on disk.
clusterSaveconfig() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Forces a node to save the nodes.conf configuration on disk.
clusterSetConfigEpoch(long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterSetConfigEpoch(long) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
This command sets a specific config epoch in a fresh node.
clusterSetConfigEpoch(long) - Method in interface com.lambdaworks.redis.RedisClusterConnection
This command sets a specific config epoch in a fresh node.
clusterSetSlotImporting(int, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Flag a slot as IMPORTING (incoming) from the node specified in nodeId.
clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Flag a slot as IMPORTING (incoming) from the node specified in nodeId.
clusterSetSlotMigrating(int, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId.
clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId.
clusterSetSlotNode(int, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Assign a slot to a node.
clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Assign a slot to a node.
clusterSetSlotStable(int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterSetSlotStable(int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Clears migrating / importing state from the slot.
clusterSetSlotStable(int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
Clears migrating / importing state from the slot.
clusterSlaves(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterSlaves(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
List slaves for a certain node identified by its nodeId.
clusterSlaves(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
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.RedisAsyncConnectionImpl
 
clusterSlots() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Get array of cluster slots to node mappings.
clusterSlots() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Get array of cluster slots to node mappings.
ClusterSlotsParser - Class in com.lambdaworks.redis.cluster.models.slots
Parser for redis CLUSTER SLOTS command output.
ClusterTopologyChangedEvent - Class in com.lambdaworks.redis.cluster.event
Signals a discovered cluster topology change.
ClusterTopologyChangedEvent(List<RedisClusterNode>, List<RedisClusterNode>) - Constructor for class com.lambdaworks.redis.cluster.event.ClusterTopologyChangedEvent
clusterTopologyRefreshActivated - Variable in class com.lambdaworks.redis.cluster.RedisClusterClient
 
clusterTopologyRefreshFuture - Variable in class com.lambdaworks.redis.cluster.RedisClusterClient
 
codec - Variable in class com.lambdaworks.redis.protocol.CommandOutput
 
codec - Variable in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
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.cluster - package com.lambdaworks.redis.cluster
Client for redis clusters RedisClusterClient
com.lambdaworks.redis.cluster.event - package com.lambdaworks.redis.cluster.event
 
com.lambdaworks.redis.cluster.models.partitions - package com.lambdaworks.redis.cluster.models.partitions
Model and parser for the CLUSTER NODES and CLUSTER SLAVES output.
com.lambdaworks.redis.cluster.models.slots - package com.lambdaworks.redis.cluster.models.slots
Model and parser for the CLUSTER SLOTS output.
com.lambdaworks.redis.codec - package com.lambdaworks.redis.codec
Codecs for key/value type conversion.
com.lambdaworks.redis.event - package com.lambdaworks.redis.event
Event publishing and subscription.
com.lambdaworks.redis.event.connection - package com.lambdaworks.redis.event.connection
Connection-related events.
com.lambdaworks.redis.event.metrics - package com.lambdaworks.redis.event.metrics
Metric events and publishing.
com.lambdaworks.redis.internal - package com.lambdaworks.redis.internal
 
com.lambdaworks.redis.metrics - package com.lambdaworks.redis.metrics
Collectors for client metrics.
com.lambdaworks.redis.models.command - package com.lambdaworks.redis.models.command
Model and parser to for the COMMAND and COMMAND INFO output.
com.lambdaworks.redis.models.role - package com.lambdaworks.redis.models.role
Model and parser for the ROLE output.
com.lambdaworks.redis.output - package com.lambdaworks.redis.output
Implementation of different output protocols including the Streaming API.
com.lambdaworks.redis.protocol - package com.lambdaworks.redis.protocol
Redis protocol layer abstraction.
com.lambdaworks.redis.pubsub - package com.lambdaworks.redis.pubsub
Pub/Sub connection classes.
com.lambdaworks.redis.resource - package com.lambdaworks.redis.resource
Client resource infrastructure providers.
com.lambdaworks.redis.support - package com.lambdaworks.redis.support
Supportive classes such as RedisClientCdiBean for CDI support, RedisClientFactoryBean for Spring.
Command<K,V,T> - Class in com.lambdaworks.redis.protocol
A redis command and its result.
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(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>, boolean) - Constructor for class com.lambdaworks.redis.protocol.Command
Create a new command with the supplied type and args.
command() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
command() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Returns an array reply of details about all Redis commands.
command() - Method in interface com.lambdaworks.redis.RedisServerConnection
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 argument encoder.
CommandArgs(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.protocol.CommandArgs
 
commandBuffer - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
commandBuilder - Variable in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
commandCount() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
commandCount() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Get total number of Redis commands.
commandCount() - Method in interface com.lambdaworks.redis.RedisServerConnection
Get total number of Redis commands.
CommandDetail - Class in com.lambdaworks.redis.models.command
 
CommandDetail() - Constructor for class com.lambdaworks.redis.models.command.CommandDetail
 
CommandDetail(String, int, Set<CommandDetail.Flag>, int, int, int) - Constructor for class com.lambdaworks.redis.models.command.CommandDetail
Constructs a CommandDetail
CommandDetail.Flag - Enum in com.lambdaworks.redis.models.command
 
CommandDetailParser - Class in com.lambdaworks.redis.models.command
Parser for redis COMMAND/COMMAND INFOcommand output.
CommandEncoder - Class in com.lambdaworks.redis.protocol
A netty ChannelHandler responsible for encoding commands.
CommandEncoder() - Constructor for class com.lambdaworks.redis.protocol.CommandEncoder
 
CommandEncoder(boolean) - Constructor for class com.lambdaworks.redis.protocol.CommandEncoder
 
commandHandler(CommandHandler<?, ?>) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
commandHandler() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
CommandHandler<K,V> - Class in com.lambdaworks.redis.protocol
A netty ChannelHandler responsible for writing redis commands and reading responses from the server.
CommandHandler(ClientOptions, ClientResources, Queue<RedisCommand<K, V, ?>>) - Constructor for class com.lambdaworks.redis.protocol.CommandHandler
Initialize a new instance that handles commands from the supplied queue.
CommandHandler.LifecycleState - Enum in com.lambdaworks.redis.protocol
 
commandInfo(String...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
commandInfo(CommandType...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
commandInfo(String...) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Returns an array reply of details about the requested commands.
commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Returns an array reply of details about the requested commands.
commandInfo(String...) - Method in interface com.lambdaworks.redis.RedisServerConnection
Returns an array reply of details about the requested commands.
commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.RedisServerConnection
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.protocol
Abstract representation of the output of a redis command.
CommandOutput(RedisCodec<K, V>, T) - Constructor for class com.lambdaworks.redis.protocol.CommandOutput
Initialize a new instance that encodes and decodes keys and values using the supplied codec.
commandType() - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
Returns the command type.
CommandType - Enum in com.lambdaworks.redis.protocol
Redis commands.
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.GeoWithinListOutput
 
complete(int) - Method in class com.lambdaworks.redis.output.ListOfMapsOutput
 
complete(int) - Method in class com.lambdaworks.redis.output.MultiOutput
 
complete(int) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
 
complete() - Method in class com.lambdaworks.redis.protocol.Command
Mark this command complete and notify all waiting threads.
complete(int) - Method in class com.lambdaworks.redis.protocol.CommandOutput
Mark the command output complete.
complete() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
Complete a command.
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.RedisAsyncConnectionImpl
 
configGet(String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Get the value of a configuration parameter.
configGet(String) - Method in interface com.lambdaworks.redis.RedisServerConnection
Get the value of a configuration parameter.
configResetstat() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
configResetstat() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Reset the stats returned by INFO.
configResetstat() - Method in interface com.lambdaworks.redis.RedisServerConnection
Reset the stats returned by INFO.
configRewrite() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
configRewrite() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Rewrite the configuration file with the in memory configuration.
configRewrite() - Method in interface com.lambdaworks.redis.RedisServerConnection
Rewrite the configuration file with the in memory configuration.
configSet(String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
configSet(String, String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Set a configuration parameter to the given value.
configSet(String, String) - Method in interface com.lambdaworks.redis.RedisServerConnection
Set a configuration parameter to the given value.
connect() - Method in class com.lambdaworks.redis.RedisClient
Open a new synchronous 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 synchronous connection to a Redis server.
connect(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new synchronous 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 synchronous 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
Open a new asynchronous connection to a Redis server that treats keys and values as UTF-8 strings.
connectAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Open a new asynchronous connection to a Redis server.
connectAsync(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new asynchronous connection to a Redis server using the supplied RedisURI that treats keys and values as UTF-8 strings.
connectAsync(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new asynchronous connection to a Redis server using the supplied RedisURI and the supplied codec to encode/decode keys.
connectAsyncImpl(CommandHandler<K, V>, T, Supplier<SocketAddress>) - Method in class com.lambdaworks.redis.AbstractRedisClient
 
connectAsyncImpl(SocketAddress) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
connectCluster() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Open a new synchronous connection to a Redis Cluster that treats keys and values as UTF-8 strings.
connectCluster(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Open a new synchronous connection to a Redis Cluster.
connectClusterAsync() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Open a new asynchronous connection to a Redis Cluster that treats keys and values as UTF-8 strings.
connectClusterAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Open a new asynchronous connection to a Redis Cluster.
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(RedisChannelHandler<?, ?>) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
connection() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
ConnectionActivatedEvent - Class in com.lambdaworks.redis.event.connection
Event for a connection activation (after SSL-handshake, PING before activation, and buffered command replay).
ConnectionActivatedEvent(SocketAddress, SocketAddress) - Constructor for class com.lambdaworks.redis.event.connection.ConnectionActivatedEvent
 
connectionBuilder(CommandHandler<?, ?>, RedisChannelHandler<?, ?>, Supplier<SocketAddress>, ConnectionBuilder, RedisURI) - Method in class com.lambdaworks.redis.AbstractRedisClient
Populate connection builder with necessary resources.
ConnectionBuilder - Class in com.lambdaworks.redis
Connection builder for connections.
ConnectionBuilder() - Constructor for class com.lambdaworks.redis.ConnectionBuilder
 
connectionBuilder() - Static method in class com.lambdaworks.redis.ConnectionBuilder
 
ConnectionDeactivatedEvent - Class in com.lambdaworks.redis.event.connection
Event for a connection deactivation.
ConnectionDeactivatedEvent(SocketAddress, SocketAddress) - Constructor for class com.lambdaworks.redis.event.connection.ConnectionDeactivatedEvent
 
ConnectionEvent - Interface in com.lambdaworks.redis.event.connection
Interface for Connection-related events
connectionEvents - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
connectionEvents(ConnectionEvents) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
ConnectionEvents - Class in com.lambdaworks.redis
Close Events Facility.
ConnectionEvents() - Constructor for class com.lambdaworks.redis.ConnectionEvents
 
ConnectionEvents.Activated - Class in com.lambdaworks.redis
Internal event when a channel is activated.
ConnectionEvents.Close - Class in com.lambdaworks.redis
Internal event when a channel is closed.
ConnectionEvents.PrepareClose - Class in com.lambdaworks.redis
Internal event before a channel is closed.
ConnectionId - Interface in com.lambdaworks.redis
Connection identifier.
ConnectionPoint - Interface in com.lambdaworks.redis
Interface for a connection point described with a host and port or socket.
ConnectionWatchdog - Class in com.lambdaworks.redis.protocol
A netty ChannelHandler responsible for monitoring the channel and reconnecting when the connection is lost.
ConnectionWatchdog(ClientOptions, Bootstrap, EventExecutorGroup, Timer) - 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.
ConnectionWatchdog(ClientOptions, Bootstrap, Timer, EventExecutorGroup, Supplier<SocketAddress>) - Constructor for class com.lambdaworks.redis.protocol.ConnectionWatchdog
Create a new watchdog that adds to new connections to the supplied ChannelGroup and establishes a new Channel when disconnected, while reconnect is true.
connectPubSub() - Method in class com.lambdaworks.redis.RedisClient
Open a new pub/sub connection to a Redis server that treats keys and values as UTF-8 strings.
connectPubSub(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new pub/sub connection to a Redis server using the supplied RedisURI that treats keys and values as UTF-8 strings.
connectPubSub(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Open a new pub/sub connection to the Redis server using the supplied RedisURI and use the supplied codec to encode/decode keys and values.
connectPubSub(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new pub/sub connection to the Redis server using the supplied RedisURI and use the supplied codec to encode/decode keys and values.
connectSentinelAsync() - Method in class com.lambdaworks.redis.RedisClient
Open a new asynchronous connection to a Redis Sentinel that treats keys and values as UTF-8 strings.
connectSentinelAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Open a new asynchronous connection to a Redis Sentinela nd use the supplied codec to encode/decode keys and values.
connectSentinelAsync(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new asynchronous connection to a Redis Sentinel using the supplied RedisURI that treats keys and values as UTF-8 strings.
connectSentinelAsync(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new asynchronous connection to a Redis Sentinel using the supplied RedisURI and use the supplied codec to encode/decode keys and values.
contains(Object) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
containsAll(Collection<?>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
coordinates - Variable in class com.lambdaworks.redis.GeoWithin
 
copy() - Static method in class com.lambdaworks.redis.MigrateArgs.Builder
 
copy() - Method in class com.lambdaworks.redis.MigrateArgs
 
copyOf(ClientOptions) - Static method in class com.lambdaworks.redis.ClientOptions
Create a copy of options
copyOf(ClusterClientOptions) - Static method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Create a copy of options.
count() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
count() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
CRC16 - Class in com.lambdaworks.codec
 
crc16(byte[]) - Static method in class com.lambdaworks.codec.CRC16
Create a CRC16 checksum from the bytes.
create() - Static method in class com.lambdaworks.redis.ClientOptions
Create a new instance of ClientOptions with default settings.
create() - Static method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Create a new ClusterClientOptions using default settings.
create(RedisURI) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
Create a new client that connects to the supplied uri with default ClientResources.
create(Iterable<RedisURI>) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
Create a new client that connects to the supplied uri with default ClientResources.
create(String) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
Create a new client that connects to the supplied uri with default ClientResources.
create(ClientResources, RedisURI) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
Create a new client that connects to the supplied uri with shared ClientResources.
create(ClientResources, String) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
Create a new client that connects to the supplied uri with shared ClientResources.You need to shut down the ClientResources upon shutting down your application.
create(ClientResources, Iterable<RedisURI>) - Static method in class com.lambdaworks.redis.cluster.RedisClusterClient
Create a new client that connects to the supplied uri with shared ClientResources.
create() - Static method in class com.lambdaworks.redis.event.DefaultEventPublisherOptions
Create a new DefaultEventPublisherOptions using default settings.
create(SocketAddress, SocketAddress, ProtocolKeyword) - Static method in class com.lambdaworks.redis.metrics.CommandLatencyId
Create a new instance of CommandLatencyId.
create() - Static method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
Create a new DefaultCommandLatencyCollectorOptions instance using default settings.
create() - Static method in class com.lambdaworks.redis.RedisClient
Creates a uri-less RedisClient with default ClientResources.
create(RedisURI) - Static method in class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied uri with default ClientResources.
create(String) - Static method in class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied uri with default ClientResources.
create(ClientResources) - Static method in class com.lambdaworks.redis.RedisClient
Creates a uri-less RedisClient with shared ClientResources.
create(ClientResources, String) - Static method in class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied uri with shared ClientResources.You need to shut down the ClientResources upon shutting down your application.
create(ClientResources, RedisURI) - Static method in class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied uri with shared ClientResources.
create(String, int) - Static method in class com.lambdaworks.redis.RedisURI
Create a Redis URI from host and port.
create(String) - Static method in class com.lambdaworks.redis.RedisURI
Create a Redis URI from an URI string.
create(URI) - Static method in class com.lambdaworks.redis.RedisURI
Create a Redis URI from an URI string: The uri must follow conventions of URI
create() - Static method in class com.lambdaworks.redis.resource.DefaultClientResources
Create a new DefaultClientResources using default settings.
create(RedisConnectionPool<T>) - Static method in class com.lambdaworks.redis.support.PoolingProxyFactory
Creates a transparent connection pooling proxy.
createEventLoopGroup(Class<T>, int) - Static method in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
Create an instance of a EventExecutorGroup.
createInstance() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
createInstance() - Method in class com.lambdaworks.redis.support.RedisClientFactoryBean
 
createInstance() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
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.RedisAsyncConnectionImpl
 
dbsize() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Return the number of keys in the selected database.
dbsize() - Method in interface com.lambdaworks.redis.RedisServerConnection
Return the number of keys in the selected database.
deactivated() - Method in class com.lambdaworks.redis.RedisChannelHandler
Notification when the connection becomes inactive (disconnected).
debugHtstats(int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
debugHtstats(int) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Get debugging information about the internal hash-table state.
debugHtstats(int) - Method in interface com.lambdaworks.redis.RedisServerConnection
Get debugging information about the internal hash-table state.
debugObject(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
debugObject(K) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Get debugging information about a key.
debugObject(K) - Method in interface com.lambdaworks.redis.RedisServerConnection
Get debugging information about a key.
debugOom() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
debugOom() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Make the server crash: Out of memory.
debugOom() - Method in interface com.lambdaworks.redis.RedisServerConnection
Make the server crash: Out of memory.
debugSegfault() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
debugSegfault() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Make the server crash: Invalid pointer access.
debugSegfault() - Method in interface com.lambdaworks.redis.RedisServerConnection
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.protocol.CommandOutput
 
decodeKey(ByteBuffer) - Method in class com.lambdaworks.redis.codec.ByteArrayCodec
 
decodeKey(ByteBuffer) - Method in class com.lambdaworks.redis.codec.RedisCodec
Decode the key output by redis.
decodeKey(ByteBuffer) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
decodeValue(ByteBuffer) - Method in class com.lambdaworks.redis.codec.ByteArrayCodec
 
decodeValue(ByteBuffer) - Method in class com.lambdaworks.redis.codec.RedisCodec
Decode the value output by redis.
decodeValue(ByteBuffer) - Method in class com.lambdaworks.redis.codec.Utf8StringCodec
 
decr(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
decr(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Decrement the integer value of a key by one.
decr(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Decrement the integer value of a key by one.
decrby(K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
decrby(K, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Decrement the integer value of a key by the given number.
decrby(K, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Decrement the integer value of a key by the given number.
DEFAULT_AUTO_RECONNECT - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_CANCEL_CMD_RECONNECT_FAIL - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_CLOSE_STALE_CONNECTIONS - Static variable in class com.lambdaworks.redis.cluster.ClusterClientOptions
 
DEFAULT_COMPUTATION_THREADS - Static variable in class com.lambdaworks.redis.resource.DefaultClientResources
 
DEFAULT_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_PING_BEFORE_ACTIVATE_CONNECTION - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_REDIS_PORT - Static variable in class com.lambdaworks.redis.RedisURI
The default redis port.
DEFAULT_REFRESH_CLUSTER_VIEW - Static variable in class com.lambdaworks.redis.cluster.ClusterClientOptions
 
DEFAULT_REFRESH_PERIOD - Static variable in class com.lambdaworks.redis.cluster.ClusterClientOptions
 
DEFAULT_REFRESH_PERIOD_UNIT - Static variable in class com.lambdaworks.redis.cluster.ClusterClientOptions
 
DEFAULT_REQUEST_QUEUE_SIZE - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_RESET_LATENCIES_AFTER_EVENT - Static variable in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
DEFAULT_SENTINEL_PORT - Static variable in class com.lambdaworks.redis.RedisURI
The default sentinel port.
DEFAULT_SUSPEND_RECONNECT_PROTO_FAIL - Static variable in class com.lambdaworks.redis.ClientOptions
 
DEFAULT_TARGET_PERCENTILES - Static variable in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
DEFAULT_TARGET_UNIT - Static variable in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
DEFAULT_TIMEOUT - Static variable in class com.lambdaworks.redis.RedisURI
Default timeout: 60 sec
DEFAULT_TIMEOUT_UNIT - Static variable in class com.lambdaworks.redis.RedisURI
 
DEFAULT_VALIDATE_CLUSTER_MEMBERSHIP - Static variable in class com.lambdaworks.redis.cluster.ClusterClientOptions
 
DefaultClientResources - Class in com.lambdaworks.redis.resource
Default instance of the client resources.
DefaultClientResources(DefaultClientResources.Builder) - Constructor for class com.lambdaworks.redis.resource.DefaultClientResources
 
DefaultClientResources.Builder - Class in com.lambdaworks.redis.resource
DefaultCommandLatencyCollector - Class in com.lambdaworks.redis.metrics
Default implementation of a CommandLatencyCollector for command latencies.
DefaultCommandLatencyCollector(CommandLatencyCollectorOptions) - Constructor for class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
 
DefaultCommandLatencyCollectorOptions - Class in com.lambdaworks.redis.metrics
The default implementation of CommandLatencyCollectorOptions.
DefaultCommandLatencyCollectorOptions(DefaultCommandLatencyCollectorOptions.Builder) - Constructor for class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
DefaultCommandLatencyCollectorOptions.Builder - Class in com.lambdaworks.redis.metrics
DefaultCommandLatencyEventPublisher - Class in com.lambdaworks.redis.event.metrics
Default implementation of a CommandLatencyCollector for command latencies.
DefaultCommandLatencyEventPublisher(EventExecutorGroup, EventPublisherOptions, EventBus, CommandLatencyCollector) - Constructor for class com.lambdaworks.redis.event.metrics.DefaultCommandLatencyEventPublisher
 
DefaultEventBus - Class in com.lambdaworks.redis.event
Default implementation for an EventBus.
DefaultEventBus(Scheduler) - Constructor for class com.lambdaworks.redis.event.DefaultEventBus
 
DefaultEventLoopGroupProvider - Class in com.lambdaworks.redis.resource
Default implementation which manages one event loop group instance per type.
DefaultEventLoopGroupProvider(int) - Constructor for class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
Creates a new instance of DefaultEventLoopGroupProvider.
DefaultEventPublisherOptions - Class in com.lambdaworks.redis.event
The default implementation of CommandLatencyCollectorOptions.
DefaultEventPublisherOptions(DefaultEventPublisherOptions.Builder) - Constructor for class com.lambdaworks.redis.event.DefaultEventPublisherOptions
 
DefaultEventPublisherOptions.Builder - Class in com.lambdaworks.redis.event
del(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
del(K...) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Delete one or more keys.
del(K...) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Delete one or more keys.
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
 
desc() - Method in class com.lambdaworks.redis.SortArgs
 
destroyInstance(ClientResources) - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
destroyInstance(RedisClient) - Method in class com.lambdaworks.redis.support.RedisClientFactoryBean
 
destroyInstance(RedisClusterClient) - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
digest(V) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Create a SHA1 digest from a Lua script.
digest(V) - Method in interface com.lambdaworks.redis.BaseRedisConnection
Create a SHA1 digest from a Lua script.
digest(V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
DirContextDnsResolver - Class in com.lambdaworks.redis.resource
DNS Resolver based on Java's 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 interface com.lambdaworks.redis.BaseRedisAsyncConnection
Discard all commands issued after MULTI.
discard() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Discard all commands issued after MULTI.
discard() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
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 interface com.lambdaworks.redis.BaseRedisAsyncConnection
Dispatch a command to the Redis Server.
dispatch(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Dispatch a command to the Redis Server.
dispatch(ProtocolKeyword, CommandOutput<K, V, T>) - Method in interface com.lambdaworks.redis.BaseRedisConnection
Dispatch a command to the Redis Server.
dispatch(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in interface com.lambdaworks.redis.BaseRedisConnection
Dispatch a command to the Redis Server.
dispatch(ProtocolKeyword, CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
dispatch(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
dispatch(CommandType, CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
dispatch(CommandType, CommandOutput<K, V, T>, CommandArgs<K, V>) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
dispatch(RedisCommand<K, V, T>) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
dispatch(RedisCommand<K, V, T>) - Method in class com.lambdaworks.redis.RedisChannelHandler
 
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 can be used across different instances of the RedisClient 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.
domainSocketAddressClass - Static variable in class com.lambdaworks.redis.EpollProvider
 
DoubleOutput<K,V> - Class in com.lambdaworks.redis.output
Double output, may be null.
DoubleOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.DoubleOutput
 
dump(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
dump(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Return a serialized version of the value stored at the specified key.
dump(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Return a serialized version of the value stored at the specified key.

E

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

F

failover(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Perform a failover.
finalize() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
 
fireEventRedisConnected(RedisChannelHandler<?, ?>) - Method in class com.lambdaworks.redis.ConnectionEvents
 
fireEventRedisDisconnected(RedisChannelHandler<?, ?>) - Method in class com.lambdaworks.redis.ConnectionEvents
 
fireEventRedisExceptionCaught(RedisChannelHandler<?, ?>, Throwable) - Method in class com.lambdaworks.redis.ConnectionEvents
 
FLAG_MAPPING - Static variable in class com.lambdaworks.redis.models.command.CommandDetailParser
 
flushall() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
flushall() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Remove all keys from all databases.
flushall() - Method in interface com.lambdaworks.redis.RedisServerConnection
Remove all keys from all databases.
flushallAsync() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
flushallAsync() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Remove all keys asynchronously from all databases.
flushallAsync() - Method in interface com.lambdaworks.redis.RedisServerConnection
Remove all keys asynchronously from all databases.
flushCommands() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Flush pending commands.
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.RedisAsyncConnectionImpl
 
flushdb() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Remove all keys from the current database.
flushdb() - Method in interface com.lambdaworks.redis.RedisServerConnection
Remove all keys from the current database.
flushdbAsync() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
flushdbAsync() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Remove all keys asynchronously from the current database.
flushdbAsync() - Method in interface com.lambdaworks.redis.RedisServerConnection
Remove all keys asynchronously from the current database.
forEachCloseable(Predicate<? super Closeable>, Predicate<T>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
forEachClusterConnection(Predicate<RedisAdvancedClusterAsyncConnectionImpl<?, ?>>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
forName(String) - Static method in class com.lambdaworks.redis.internal.LettuceClassUtils
freeConnection(T) - Method in class com.lambdaworks.redis.RedisConnectionPool
Return a connection into the pool.

G

genericWorkerPool - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
geoadd(K, double, double, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
geoadd(K, Object...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Single geo add.
geoadd(K, Object...) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Multi geo add.
geoadd(K, double, double, V) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Single geo add.
geoadd(K, Object...) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Multi geo add.
GeoArgs - Class in com.lambdaworks.redis
Args for GEORADIUS and GEORADIUSBYMEMBER commands.
GeoArgs() - Constructor for class com.lambdaworks.redis.GeoArgs
 
GeoArgs.Sort - Enum in com.lambdaworks.redis
Sort order.
GeoArgs.Unit - Enum in com.lambdaworks.redis
Supported geo unit.
GeoCoordinates - Class in com.lambdaworks.redis
A tuple consisting of numerical geo data points to describe geo coordinates.
GeoCoordinates(Number, Number) - Constructor for class com.lambdaworks.redis.GeoCoordinates
 
GeoCoordinatesListOutput<K,V> - Class in com.lambdaworks.redis.output
A list output that creates a list with GeoCoordinates's.
GeoCoordinatesListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.GeoCoordinatesListOutput
 
geodist(K, V, V, GeoArgs.Unit) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Retrieve distance between points from and to.
geodist(K, V, V, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Retrieve distance between points from and to.
geohash - Variable in class com.lambdaworks.redis.GeoWithin
 
geohash(K, V...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
geohash(K, V...) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
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
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.RedisAsyncConnectionImpl
 
geopos(K, V...) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Get geo coordinates for the members.
geopos(K, V...) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Get geo coordinates for the members.
georadius(K, double, double, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
georadius(K, double, double, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
georadius(K, double, double, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
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
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
georadius(K, double, double, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoConnection
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
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
Perform a #georadius(Object, double, double, double, Unit, GeoArgs) query and store the results in a sorted set.
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
georadiusbymember(K, V, double, GeoArgs.Unit, GeoRadiusStoreArgs<K>) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.RedisGeoAsyncConnection
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
georadiusbymember(K, V, double, GeoArgs.Unit) - Method in interface com.lambdaworks.redis.RedisGeoConnection
Retrieve members selected by distance with the center of member.
georadiusbymember(K, V, double, GeoArgs.Unit, GeoArgs) - Method in interface com.lambdaworks.redis.RedisGeoConnection
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
Perform a #georadiusbymember(Object, Object, double, Unit, GeoArgs) query and store the results in a sorted set.
GeoRadiusStoreArgs<K> - Class in com.lambdaworks.redis
Store Args for GEORADIUS to store GEORADIUS results or GEORADIUS distances in a sorted set.
GeoRadiusStoreArgs() - Constructor for class com.lambdaworks.redis.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
 
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(BitFieldArgs.BitFieldType, int) - Static method in class com.lambdaworks.redis.BitFieldArgs.Builder
Adds 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(int) - Method in class com.lambdaworks.redis.BitFieldArgs
Adds a new Get subcommand using the field type of the previous command.
get() - Method in class com.lambdaworks.redis.event.DefaultEventBus
 
get() - Method in interface com.lambdaworks.redis.event.EventBus
Subscribe to the event bus and Events.
get() - Method in class com.lambdaworks.redis.protocol.Command
Get the command output and if the command hasn't completed yet, wait until it does.
get(long, TimeUnit) - Method in class com.lambdaworks.redis.protocol.Command
Get the command output and if the command hasn't completed yet, wait up to the specified time until it does.
get() - Method in class com.lambdaworks.redis.protocol.CommandOutput
Get the command output.
get(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
get(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Get the value of a key.
get(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Get the value of a key.
get(String) - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
get(String) - Method in class com.lambdaworks.redis.SortArgs
 
getArgs() - Method in class com.lambdaworks.redis.protocol.Command
 
getArgs() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
 
getArity() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getbit(K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
getbit(K, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Returns the bit value at offset in the string value stored at key.
getbit(K, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Returns the bit value at offset in the string value stored at key.
getBits() - Method in class com.lambdaworks.redis.BitFieldArgs.BitFieldType
 
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
 
getChannelCount() - Method in class com.lambdaworks.redis.AbstractRedisClient
 
getChannelWriter() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
getClientResources() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
getCompletion() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
 
getComponentType() - Method in class com.lambdaworks.redis.RedisConnectionPool
 
getComputationThreadPoolSize() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
getConfigEpoch() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getConnection(String) - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnection
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnection
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnectionImpl
 
getConnection(String, int) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnectionImpl
 
getConnection(String) - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterConnection
Retrieve a connection to the specified cluster node using the nodeId.
getConnection(String, int) - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterConnection
Retrieve a connection to the specified cluster node using the nodeId.
getCount() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
 
getCount() - Method in class com.lambdaworks.redis.StreamScanCursor
 
getCursor() - Method in class com.lambdaworks.redis.ScanCursor
 
getDatabase() - Method in class com.lambdaworks.redis.RedisURI
 
getEncodedKey() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
getError() - Method in class com.lambdaworks.redis.protocol.Command
 
getError() - Method in class com.lambdaworks.redis.protocol.CommandOutput
Get the error that occurred.
getError() - Method in interface com.lambdaworks.redis.RedisFuture
 
getException() - Method in class com.lambdaworks.redis.protocol.Command
 
getFirstKeyPosition() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getFirstResponse() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
 
getFirstUri() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
getFlags() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getFlags() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getFrom() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
getHost() - Method in interface com.lambdaworks.redis.ConnectionPoint
Returns the host that should represent the hostname or IPv4/IPv6 literal.
getHost() - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
 
getHost() - Method in class com.lambdaworks.redis.RedisURI
 
getIoThreadPoolSize() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
getKeys() - Method in class com.lambdaworks.redis.KeyScanCursor
 
getKeyStepCount() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getKeywords() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
getLastKeyPosition() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getLatencies() - Method in class com.lambdaworks.redis.event.metrics.CommandLatencyEvent
Returns the latencies mapped between connection/command and the metrics.
getMap() - Method in class com.lambdaworks.redis.MapScanCursor
 
getMaster() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
Deprecated.
Use ClusterSlotRange.getMasterNode() to retrieve the nodeId and the slaveOf details.
getMaster() - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
getMasterAddrByName(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Return the ip and port number of the master with that name.
getMasterNode() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
getMax() - Method in class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
 
getMin() - Method in class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
 
getMonitoredMasters() - Method in class com.lambdaworks.redis.models.role.RedisSentinelInstance
 
getName() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
getNodeId() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getNodes() - Method in interface com.lambdaworks.redis.ReadFrom.Nodes
Returns the list of nodes that are applicable for the read operation.
getNumActive() - Method in class com.lambdaworks.redis.RedisConnectionPool
 
getNumIdle() - Method in class com.lambdaworks.redis.RedisConnectionPool
 
getObjectType() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
getObjectType() - Method in class com.lambdaworks.redis.support.RedisClientFactoryBean
 
getObjectType() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
getOptions() - Method in class com.lambdaworks.redis.AbstractRedisClient
Returns the ClientOptions which are valid for that client.
getOptions() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
getOutput() - Method in class com.lambdaworks.redis.protocol.Command
Get the object that holds this command's output.
getOutput() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
The command output.
getPartition(int) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
getPartitionByNodeId(String) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Retrieve a RedisClusterNode by its node id.
getPartitionBySlot(int) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Retrieve a RedisClusterNode by its slot number.
getPartitions() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
getPartitions() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Retrieve the cluster view.
getPassword() - Method in class com.lambdaworks.redis.RedisURI
 
getPassword() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
getPercentiles() - Method in class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
 
getPingSentTimestamp() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getPongReceivedTimestamp() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getPool() - Method in class com.lambdaworks.redis.support.TransparentPoolingInvocationHandler
 
getPort() - Method in interface com.lambdaworks.redis.ConnectionPoint
Get the current port number.
getPort() - Method in class com.lambdaworks.redis.RedisURI
 
getPrepareCloseFuture() - Method in class com.lambdaworks.redis.ConnectionEvents.PrepareClose
 
getrange(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
getrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Get a substring of the string stored at a key.
getrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Get a substring of the string stored at a key.
getReadFrom() - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnection
Gets the ReadFrom setting for this connection.
getReadFrom() - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnectionImpl
 
getReadFrom() - Method in interface com.lambdaworks.redis.cluster.RedisAdvancedClusterConnection
Gets the ReadFrom setting for this connection.
getRedisURI() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
getRefreshPeriod() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Period between the regular cluster topology updates.
getRefreshPeriodUnit() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
getReplicationOffset() - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
 
getReplicationOffset() - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
 
getRequestQueueSize() - Method in class com.lambdaworks.redis.ClientOptions
Request queue size for a connection.
getResolvedAddress() - Method in class com.lambdaworks.redis.RedisURI
 
getResourceCount() - Method in class com.lambdaworks.redis.AbstractRedisClient
 
getResources() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Returns the ClientResources which are used with that client.
getResources() - Method in class com.lambdaworks.redis.RedisClient
Returns the ClientResources which are used with that client.
getRole() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
Returns the RedisInstance.Role of the Redis Cluster node based on the flags.
getRole() - Method in interface com.lambdaworks.redis.models.role.RedisInstance
 
getRole() - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
 
getRole() - Method in class com.lambdaworks.redis.models.role.RedisSentinelInstance
 
getRole() - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
getSentinelMasterId() - Method in class com.lambdaworks.redis.RedisURI
 
getSentinels() - Method in class com.lambdaworks.redis.RedisURI
 
getset(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
getset(K, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Set the string value of a key and return its old value.
getset(K, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Set the string value of a key and return its old value.
getSlaveNodes() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
getSlaveOf() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getSlaves() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
Deprecated.
Use ClusterSlotRange.getSlaveNodes() to retrieve the nodeId and the slaveOf details.
getSlaves() - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
 
getSlot(String) - Static method in class com.lambdaworks.redis.cluster.SlotHash
Calculate the slot from the given key.
getSlot(byte[]) - Static method in class com.lambdaworks.redis.cluster.SlotHash
Calculate the slot from the given key.
getSlots() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getSocket() - Method in interface com.lambdaworks.redis.ConnectionPoint
Get the socket path.
getSocket() - Method in class com.lambdaworks.redis.RedisURI
 
getSocketAddress(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
 
getSocketAddressSupplier(Function<? extends Collection<RedisClusterNode>, Collection<RedisClusterNode>>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Returns a Supplier for connection points.
getState() - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
getState() - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
getStoreDistKey() - Method in class com.lambdaworks.redis.GeoRadiusStoreArgs
 
getStoreKey() - Method in class com.lambdaworks.redis.GeoRadiusStoreArgs
 
getTimeout() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
getTimeout() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
getTimeout() - Method in class com.lambdaworks.redis.RedisURI
 
getTimeoutUnit() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
getTimeUnit() - Method in class com.lambdaworks.redis.ConnectionBuilder
 
getTimeUnit() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
 
getTo() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
getType() - Method in class com.lambdaworks.redis.protocol.Command
 
getType() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
 
getUnit() - Method in class com.lambdaworks.redis.RedisURI
 
getUri() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getUri() - Method in interface com.lambdaworks.redis.models.role.RedisNodeDescription
 
getUri() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
getValues() - Method in class com.lambdaworks.redis.ScoredValueScanCursor
 
getValues() - Method in class com.lambdaworks.redis.ValueScanCursor
 

H

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

I

id(long) - Static method in class com.lambdaworks.redis.KillArgs.Builder
 
id(long) - Method in class com.lambdaworks.redis.KillArgs
 
incr(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
incr(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Increment the integer value of a key by one.
incr(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Increment the integer value of a key by one.
incrBy(BitFieldArgs.BitFieldType, int, long) - Static method in class com.lambdaworks.redis.BitFieldArgs.Builder
Adds a new IncrBy subcommand.
incrBy(long) - Method in class com.lambdaworks.redis.BitFieldArgs
Adds a new IncrBy subcommand using offset 0 and the field type of the previous command.
incrBy(BitFieldArgs.BitFieldType, long) - Method in class com.lambdaworks.redis.BitFieldArgs
Adds a new IncrBy subcommand using offset 0.
incrBy(int, long) - Method in class com.lambdaworks.redis.BitFieldArgs
Adds a new IncrBy subcommand using the field type of the previous command.
incrBy(BitFieldArgs.BitFieldType, int, long) - Method in class com.lambdaworks.redis.BitFieldArgs
Adds a new IncrBy subcommand.
incrby(K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
incrby(K, long) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Increment the integer value of a key by the given amount.
incrby(K, long) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Increment the integer value of a key by the given amount.
incrbyfloat(K, double) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
incrbyfloat(K, double) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Increment the float value of a key by the given amount.
incrbyfloat(K, double) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Increment the float value of a key by the given amount.
info() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
info(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
info() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Get information and statistics about the server.
info(String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Get information and statistics about the server.
info() - Method in interface com.lambdaworks.redis.RedisServerConnection
Get information and statistics about the server.
info(String) - Method in interface com.lambdaworks.redis.RedisServerConnection
Get information and statistics about the server.
initializeChannel(ConnectionBuilder) - Method in class com.lambdaworks.redis.AbstractRedisClient
 
initializePartitions() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
initialState() - Method in class com.lambdaworks.redis.protocol.CommandHandler
Reset the command-handler to the initial not-connected state.
INSTANCE - Static variable in class com.lambdaworks.redis.codec.ByteArrayCodec
Static held instance ready to use.
IntegerOutput<K,V> - Class in com.lambdaworks.redis.output
64-bit integer output, may be null.
IntegerOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.IntegerOutput
 
interruptTask() - Method in class com.lambdaworks.redis.protocol.Command
 
ioThreadPoolSize() - Method in interface com.lambdaworks.redis.resource.ClientResources
Returns the pool size (number of threads) for IO threads.
ioThreadPoolSize(int) - Method in class com.lambdaworks.redis.resource.DefaultClientResources.Builder
Sets the thread pool size (number of threads to use) for I/O operations (default value is the number of CPUs).
ioThreadPoolSize() - Method in class com.lambdaworks.redis.resource.DefaultClientResources
 
isAutoReconnect() - Method in class com.lambdaworks.redis.ClientOptions
Controls auto-reconnect behavior on connections.
isAvailable() - Static method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
Returns true if HdrUtils and LatencyUtils are available on the class path.
isCancelCommandsOnReconnectFailure() - Method in class com.lambdaworks.redis.ClientOptions
If this flag is true any queued commands will be canceled when a reconnect fails within the activation sequence.
isCancelled() - Method in class com.lambdaworks.redis.protocol.Command
Check if the command has been cancelled.
isClosed() - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
isClosed() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
isCloseStaleConnections() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Flag, whether to close stale connections when refreshing the cluster topology.
isConnected() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
isConnected() - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
isDone() - Method in class com.lambdaworks.redis.protocol.Command
Check if the command has completed.
isEmpty() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
isEmpty(CharSequence) - Static method in class com.lambdaworks.redis.LettuceStrings
Checks if a CharSequence is empty ("") or null.
isEnabled() - Method in class com.lambdaworks.redis.event.metrics.DefaultCommandLatencyEventPublisher
 
isEnabled() - Method in interface com.lambdaworks.redis.event.metrics.MetricEventPublisher
Returns true if the metric collector is enabled.
isEnabled() - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollectorOptions
Returns whether the latency collector is enabled.
isEnabled() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
 
isEnabled() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
isEnabled() - Method in interface com.lambdaworks.redis.metrics.MetricCollector
Returns true if the metric collector is enabled.
isEventLoopActive() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
isFinished() - Method in class com.lambdaworks.redis.ScanCursor
 
isListenOnChannelInactive() - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
isMulti() - Method in class com.lambdaworks.redis.protocol.Command
 
isMulti() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
isNotEmpty(CharSequence) - Static method in class com.lambdaworks.redis.LettuceStrings
Checks if a CharSequence is not empty ("") and not null.
isOpen() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
 
isOpen() - Method in interface com.lambdaworks.redis.BaseRedisConnection
 
isOpen() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
isOpen() - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
 
isPingBeforeActivateConnection() - Method in class com.lambdaworks.redis.ClientOptions
Enables initial PING barrier before any connection is usable.
isPresent(String) - Static method in class com.lambdaworks.redis.internal.LettuceClassUtils
Determine whether the Class identified by the supplied name is present and can be loaded.
isReconnectSuspended() - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
isRefreshClusterView() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Flag, whether regular cluster topology updates are updated.
isSigned() - Method in class com.lambdaworks.redis.BitFieldArgs.BitFieldType
 
isSingleton() - Method in class com.lambdaworks.redis.support.ClientResourcesFactoryBean
 
isSingleton() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
isSsl() - Method in class com.lambdaworks.redis.RedisURI
 
isStartTls() - Method in class com.lambdaworks.redis.RedisURI
 
isSuspendReconnectOnProtocolFailure() - Method in class com.lambdaworks.redis.ClientOptions
If this flag is true the reconnect will be suspended on protocol errors.
isValidateClusterNodeMembership() - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions
Validate the cluster node membership before allowing connections to a cluster node.
isVerifyPeer() - Method in class com.lambdaworks.redis.RedisURI
 
isVerifyPeer() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
isWithCoordinates() - Method in class com.lambdaworks.redis.GeoArgs
 
isWithDistance() - Method in class com.lambdaworks.redis.GeoArgs
 
isWithHash() - Method in class com.lambdaworks.redis.GeoArgs
 
iterator() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 

J

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

K

key - Variable in class com.lambdaworks.redis.KeyValue
 
key(K) - Static method in class com.lambdaworks.redis.MigrateArgs.Builder
 
key(K) - Method in class com.lambdaworks.redis.MigrateArgs
 
KeyListOutput<K,V> - Class in com.lambdaworks.redis.output
List of keys output.
KeyListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyListOutput
 
KeyOutput<K,V> - Class in com.lambdaworks.redis.output
Key output.
KeyOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyOutput
 
keys(K...) - Static method in class com.lambdaworks.redis.MigrateArgs.Builder
 
keys(Iterable<K>) - Static method in class com.lambdaworks.redis.MigrateArgs.Builder
 
keys(K...) - Method in class com.lambdaworks.redis.MigrateArgs
 
keys(Iterable<K>) - Method in class com.lambdaworks.redis.MigrateArgs
 
keys(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
keys(KeyStreamingChannel<K>, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
keys(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Find all keys matching the given pattern.
keys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Find all keys matching the given pattern.
keys(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Find all keys matching the given pattern.
keys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Find all keys matching the given pattern.
KeyScanCursor<K> - Class in com.lambdaworks.redis
Cursor providing a list of keys.
KeyScanCursor() - Constructor for class com.lambdaworks.redis.KeyScanCursor
 
KeyScanOutput<K,V> - Class in com.lambdaworks.redis.output
KeyScanCursor for scan cursor output.
KeyScanOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyScanOutput
 
KeyScanStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming API for multiple Keys.
KeyScanStreamingOutput(RedisCodec<K, V>, KeyStreamingChannel<K>) - Constructor for class com.lambdaworks.redis.output.KeyScanStreamingOutput
 
KeyStreamingChannel<K> - Interface in com.lambdaworks.redis.output
Streaming API for multiple Keys.
KeyStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming-Output of Keys.
KeyStreamingOutput(RedisCodec<K, V>, KeyStreamingChannel<K>) - Constructor for class com.lambdaworks.redis.output.KeyStreamingOutput
 
KeyValue<K,V> - Class in com.lambdaworks.redis
A key-value pair.
KeyValue(K, V) - Constructor for class com.lambdaworks.redis.KeyValue
 
KeyValueOutput<K,V> - Class in com.lambdaworks.redis.output
Key-value pair output.
KeyValueOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyValueOutput
 
KeyValueScanStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming-Output of Key Value Pairs.
KeyValueScanStreamingOutput(RedisCodec<K, V>, KeyValueStreamingChannel<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyValueScanStreamingOutput
 
KeyValueStreamingChannel<K,V> - Interface in com.lambdaworks.redis.output
Streaming API for multiple Key-Values.
KeyValueStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming-Output of Key Value Pairs.
KeyValueStreamingOutput(RedisCodec<K, V>, KeyValueStreamingChannel<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyValueStreamingOutput
 
KillArgs - Class in com.lambdaworks.redis
Argument list builder for the redis CLIENT KILL command.
KillArgs() - Constructor for class com.lambdaworks.redis.KillArgs
 
KillArgs.Builder - Class in com.lambdaworks.redis
Static builder methods.

L

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

M

makeTimeout() - Method in class com.lambdaworks.redis.RedisClient
 
MapOutput<K,V> - Class in com.lambdaworks.redis.output
Map of keys and values output.
MapOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.MapOutput
 
MapScanCursor<K,V> - Class in com.lambdaworks.redis
Scan cursor for maps.
MapScanCursor() - Constructor for class com.lambdaworks.redis.MapScanCursor
 
MapScanOutput<K,V> - Class in com.lambdaworks.redis.output
MapScanCursor for scan cursor output.
MapScanOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.MapScanOutput
 
MASTER - Static variable in class com.lambdaworks.redis.ReadFrom
Setting to read from the master only.
master(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Show the state and info of the specified master.
MASTER_PREFERRED - Static variable in class com.lambdaworks.redis.ReadFrom
Setting to read preferred from the master and fall back to a slave if the master is not available.
masters() - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Enumerates all the monitored masters and their states.
match(String) - Method in class com.lambdaworks.redis.ScanArgs
Match filter
matches(String) - Static method in class com.lambdaworks.redis.ScanArgs.Builder
Create a new instance of ScanArgs with match filter.
max() - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
 
max() - Method in class com.lambdaworks.redis.ZStoreArgs
 
member - Variable in class com.lambdaworks.redis.GeoWithin
 
message(K, V) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
message(K, K, V) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
message(K, V) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Message received from a channel subscription.
message(K, K, V) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Message received from a pattern subscription.
MetricCollector<T> - Interface in com.lambdaworks.redis.metrics
Generic metrics collector interface.
MetricEventPublisher - Interface in com.lambdaworks.redis.event.metrics
Event publisher which publishes metrics by the use of events.
mget(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
mget(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
mget(K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Get the values of all the given keys.
mget(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Stream the values of all the given keys.
mget(K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Get the values of all the given keys.
mget(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Stream over the values of all the given keys.
migrate(String, int, K, int, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
migrate(String, int, int, long, MigrateArgs<K>) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
migrate(String, int, K, int, long) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Atomically transfer a key from a Redis instance to another one.
migrate(String, int, int, long, MigrateArgs<K>) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Atomically transfer one or more keys from a Redis instance to another one.
migrate(String, int, K, int, long) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Atomically transfer a key from a Redis instance to another one.
migrate(String, int, int, long, MigrateArgs<K>) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Atomically transfer one or more keys from a Redis instance to another one.
MigrateArgs<K> - Class in com.lambdaworks.redis
Argument list builder for the new redis MIGRATE command.
MigrateArgs() - Constructor for class com.lambdaworks.redis.MigrateArgs
 
MigrateArgs.Builder - Class in com.lambdaworks.redis
 
min() - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
 
min() - Method in class com.lambdaworks.redis.ZStoreArgs
 
MIN_COMPUTATION_THREADS - Static variable in class com.lambdaworks.redis.resource.DefaultClientResources
 
MIN_IO_THREADS - Static variable in class com.lambdaworks.redis.resource.DefaultClientResources
 
monitor(K, String, int, int) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
This command tells the Sentinel to start monitoring a new master with the specified name, ip, port, and quorum.
move(K, int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
move(K, int) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Move a key to another database.
move(K, int) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Move a key to another database.
mset(Map<K, V>) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Set multiple keys to multiple values.
mset(Map<K, V>) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Set multiple keys to multiple values.
msetnx(Map<K, V>) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
Set multiple keys to multiple values, only if none of the keys exist.
msetnx(Map<K, V>) - Method in interface com.lambdaworks.redis.RedisStringsConnection
Set multiple keys to multiple values, only if none of the keys exist.
multi() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Mark the start of a transaction block.
multi() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Mark the start of a transaction block.
multi(int) - Method in class com.lambdaworks.redis.output.ArrayOutput
 
multi(int) - Method in class com.lambdaworks.redis.output.GeoCoordinatesListOutput
 
multi(int) - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
 
multi(int) - Method in class com.lambdaworks.redis.output.ListOfMapsOutput
 
multi(int) - Method in class com.lambdaworks.redis.output.MultiOutput
 
multi(int) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
 
multi(int) - Method in class com.lambdaworks.redis.protocol.CommandOutput
 
multi - Variable in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
multi() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
MultiOutput<K,V> - Class in com.lambdaworks.redis.output
Output of all commands within a MULTI block.
MultiOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.MultiOutput
 

N

NEAREST - Static variable in class com.lambdaworks.redis.ReadFrom
Setting to read from the nearest node.
NestedMultiOutput<K,V> - Class in com.lambdaworks.redis.output
List of command outputs, possibly deeply nested.
NestedMultiOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.NestedMultiOutput
 
newEventLoopGroup(int, ThreadFactory) - Static method in class com.lambdaworks.redis.EpollProvider
 
newRedisAdvancedClusterAsyncConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
newRedisAsyncConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Construct a new RedisAsyncConnectionImpl.
newRedisAsyncConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Method in class com.lambdaworks.redis.RedisClient
Construct a new RedisAsyncConnectionImpl.
newRedisPubSubConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Method in class com.lambdaworks.redis.RedisClient
Construct a new RedisPubSubConnectionImpl.
newRedisSentinelAsyncConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Method in class com.lambdaworks.redis.RedisClient
Construct a new RedisSentinelAsyncConnectionImpl.
newStringStringCodec() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
newStringStringCodec() - Method in class com.lambdaworks.redis.RedisClient
 
nx() - Static method in class com.lambdaworks.redis.protocol.SetArgs.Builder
 
nx() - Method in class com.lambdaworks.redis.protocol.SetArgs
 
nx() - Static method in class com.lambdaworks.redis.ZAddArgs.Builder
 

O

objectEncoding(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
objectEncoding(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
returns the kind of internal representation used in order to store the value associated with a key.
objectEncoding(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
returns the kind of internal representation used in order to store the value associated with a key.
objectIdletime(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
objectIdletime(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
returns the number of seconds since the object stored at the specified key is idle (not requested by read or write operations).
objectIdletime(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
returns the number of seconds since the object stored at the specified key is idle (not requested by read or write operations).
objectRefcount(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
objectRefcount(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
returns the number of references of the value associated with the specified key.
objectRefcount(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
returns the number of references of the value associated with the specified key.
of(String) - Static method in class com.lambdaworks.redis.ScanCursor
Creates a Scan-Cursor reference.
onKey(K) - Method in interface com.lambdaworks.redis.output.KeyStreamingChannel
Called on every incoming key.
onKeyValue(K, V) - Method in interface com.lambdaworks.redis.output.KeyValueStreamingChannel
Called on every incoming key/value pair.
onRedisConnected(RedisChannelHandler<?, ?>) - Method in interface com.lambdaworks.redis.RedisConnectionStateListener
Event handler for successful connection event.
onRedisDisconnected(RedisChannelHandler<?, ?>) - Method in interface com.lambdaworks.redis.RedisConnectionStateListener
Event handler for disconnection event.
onRedisExceptionCaught(RedisChannelHandler<?, ?>, Throwable) - Method in interface com.lambdaworks.redis.RedisConnectionStateListener
Event handler for exceptions.
onValue(ScoredValue<V>) - Method in interface com.lambdaworks.redis.output.ScoredValueStreamingChannel
Called on every incoming ScoredValue.
onValue(V) - Method in interface com.lambdaworks.redis.output.ValueStreamingChannel
Called on every incoming value.
output - Variable in class com.lambdaworks.redis.protocol.Command
 
output - Variable in class com.lambdaworks.redis.protocol.CommandOutput
 
overflow(BitFieldArgs.OverflowType) - Static method in class com.lambdaworks.redis.BitFieldArgs.Builder
Adds a new Overflow subcommand.
overflow(BitFieldArgs.OverflowType) - Method in class com.lambdaworks.redis.BitFieldArgs
Adds a new Overflow subcommand.

P

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

Q

queue - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
quit() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Close the connection.
quit() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Close the connection.
quit() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 

R

randomkey() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
randomkey() - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Return a random key from the keyspace.
randomkey() - Method in interface com.lambdaworks.redis.RedisKeysConnection
Return a random key from the keyspace.
ReadFrom - Class in com.lambdaworks.redis
Defines from which Redis nodes data is read.
ReadFrom() - Constructor for class com.lambdaworks.redis.ReadFrom
 
ReadFrom.Nodes - Interface in com.lambdaworks.redis
Descriptor of nodes that are available for the current read operation.
readOnly() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Switch connection to Read-Only mode when connecting to a cluster.
readOnly() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
readOnly() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Tells a Redis cluster slave node that the client is ok reading possibly stale data and is not interested in running write queries.
readOnly() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Tells a Redis cluster slave node that the client is ok reading possibly stale data and is not interested in running write queries.
readWrite() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Switch connection to Read-Write mode (default) when connecting to a cluster.
readWrite() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
readWrite() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Resets readOnly flag.
readWrite() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Resets readOnly flag.
recordCommandLatency(SocketAddress, SocketAddress, ProtocolKeyword, long, long) - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollector
Record the command latency per connectionPoint and commandType.
recordCommandLatency(SocketAddress, SocketAddress, ProtocolKeyword, long, long) - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
Record the command latency per connectionPoint and commandType.
redis(String) - Static method in class com.lambdaworks.redis.RedisURI.Builder
Set Redis host.
redis(String, int) - Static method in class com.lambdaworks.redis.RedisURI.Builder
Set Redis host and port.
RedisAdvancedClusterAsyncConnection<K,V> - Interface in com.lambdaworks.redis.cluster
Advanced asynchronous cluster API.
RedisAdvancedClusterAsyncConnectionImpl<K,V> - Class in com.lambdaworks.redis.cluster
Advanced asynchronous Cluster connection.
RedisAdvancedClusterAsyncConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnectionImpl
Initialize a new connection.
RedisAdvancedClusterConnection<K,V> - Interface in com.lambdaworks.redis.cluster
Advanced synchronous cluster API.
RedisAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Complete async Redis API with 400+ Methods.
RedisAsyncConnectionImpl<K,V> - Class in com.lambdaworks.redis
An asynchronous thread-safe connection to a redis server.
RedisAsyncConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.RedisAsyncConnectionImpl
Initialize a new connection.
RedisChannelHandler<K,V> - Class in com.lambdaworks.redis
Abstract base for every redis connection.
RedisChannelHandler(RedisChannelWriter<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.RedisChannelHandler
 
RedisChannelInitializer - Interface in com.lambdaworks.redis
Channel initializer to set up the transport before a Redis connection can be used.
RedisChannelInitializerImpl - Class in com.lambdaworks.redis
Channel initializer to set up the transport before a Redis connection can be used.
RedisChannelInitializerImpl() - Constructor for class com.lambdaworks.redis.RedisChannelInitializerImpl
 
RedisChannelWriter<K,V> - Interface in com.lambdaworks.redis
Writer for a channel.
RedisClient - Class in com.lambdaworks.redis
A scalable thread-safe Redis client.
RedisClient(ClientResources, RedisURI) - Constructor for class com.lambdaworks.redis.RedisClient
 
RedisClient() - Constructor for class com.lambdaworks.redis.RedisClient
Deprecated.
Use the factory method RedisClient.create()
RedisClient(String) - Constructor for class com.lambdaworks.redis.RedisClient
Deprecated.
Use the factory method RedisClient.create(String)
RedisClient(String, int) - Constructor for class com.lambdaworks.redis.RedisClient
Deprecated.
Use the factory method RedisClient.create(RedisURI)
RedisClient(RedisURI) - Constructor for class com.lambdaworks.redis.RedisClient
Deprecated.
Use the factory method RedisClient.create(RedisURI)
RedisClientFactoryBean - Class in com.lambdaworks.redis.support
Factory Bean for RedisClient instances.
RedisClientFactoryBean() - Constructor for class com.lambdaworks.redis.support.RedisClientFactoryBean
 
RedisClusterAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Complete asynchronous cluster Redis API with 400+ Methods..
RedisClusterClient - Class in com.lambdaworks.redis.cluster
A scalable thread-safe Redis cluster client.
RedisClusterClient(RedisURI) - Constructor for class com.lambdaworks.redis.cluster.RedisClusterClient
RedisClusterClient(List<RedisURI>) - Constructor for class com.lambdaworks.redis.cluster.RedisClusterClient
RedisClusterClient(ClientResources, Iterable<RedisURI>) - Constructor for class com.lambdaworks.redis.cluster.RedisClusterClient
Initialize the client with a list of cluster URI's.
RedisClusterClientFactoryBean - Class in com.lambdaworks.redis.support
Factory Bean for RedisClusterClient instances.
RedisClusterClientFactoryBean() - Constructor for class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
RedisClusterConnection<K,V> - Interface in com.lambdaworks.redis
Complete synchronous cluster Redis API with 400+ Methods..
RedisClusterNode - Class in com.lambdaworks.redis.cluster.models.partitions
Representation of a Redis Cluster node.
RedisClusterNode() - Constructor for class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
RedisClusterNode(RedisURI, String, boolean, String, long, long, long, List<Integer>, Set<RedisClusterNode.NodeFlag>) - Constructor for class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
RedisClusterNode.NodeFlag - Enum in com.lambdaworks.redis.cluster.models.partitions
Redis Cluster node flags.
RedisCodec<K,V> - Class in com.lambdaworks.redis.codec
A RedisCodec encodes keys and values sent to Redis, and decodes keys and values in the command output.
RedisCodec() - Constructor for class com.lambdaworks.redis.codec.RedisCodec
 
RedisCommand<K,V,T> - Interface in com.lambdaworks.redis.protocol
 
RedisCommandExecutionException - Exception in com.lambdaworks.redis
Exception for errors states reported by Redis.
RedisCommandExecutionException(Throwable) - Constructor for exception com.lambdaworks.redis.RedisCommandExecutionException
 
RedisCommandExecutionException(String) - Constructor for exception com.lambdaworks.redis.RedisCommandExecutionException
 
RedisCommandInterruptedException - Exception in com.lambdaworks.redis
Exception thrown when the thread executing a redis command is interrupted.
RedisCommandInterruptedException(Throwable) - Constructor for exception com.lambdaworks.redis.RedisCommandInterruptedException
 
RedisCommandTimeoutException - Exception in com.lambdaworks.redis
Exception thrown when the command waiting timeout is exceeded.
RedisCommandTimeoutException() - Constructor for exception com.lambdaworks.redis.RedisCommandTimeoutException
 
RedisConnection<K,V> - Interface in com.lambdaworks.redis
Complete synchronous Redis API with 400+ Methods.
RedisConnectionException - Exception in com.lambdaworks.redis
Exception for connection failures.
RedisConnectionException(String) - Constructor for exception com.lambdaworks.redis.RedisConnectionException
 
RedisConnectionException(String, Throwable) - Constructor for exception com.lambdaworks.redis.RedisConnectionException
 
RedisConnectionPool<T> - Class in com.lambdaworks.redis
Connection pool for redis connections.
RedisConnectionPool(RedisConnectionProvider<T>, int, int, long) - Constructor for class com.lambdaworks.redis.RedisConnectionPool
Create a new connection pool
RedisConnectionStateListener - Interface in com.lambdaworks.redis
Simple interface for Redis connection state monitoring.
RedisException - Exception in com.lambdaworks.redis
Exception thrown when Redis returns an error message, or when the client fails for any reason.
RedisException(String) - Constructor for exception com.lambdaworks.redis.RedisException
 
RedisException(String, Throwable) - Constructor for exception com.lambdaworks.redis.RedisException
 
RedisException(Throwable) - Constructor for exception com.lambdaworks.redis.RedisException
 
RedisFuture<V> - Interface in com.lambdaworks.redis
Redis Future, extends a Listenable Future (Notification on Complete).
RedisGeoAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Asynchronous executed commands for Geo-Commands.
RedisGeoConnection<K,V> - Interface in com.lambdaworks.redis
Synchronous executed commands for Geo-Commands.
RedisHashesAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Asynchronous executed commands for Hashes (Key-Value pairs).
RedisHashesConnection<K,V> - Interface in com.lambdaworks.redis
Synchronous executed commands for Hashes (Key-Value pairs).
RedisHLLAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Asynchronous executed commands for HyperLogLog (PF* commands).
RedisHLLConnection<K,V> - Interface in com.lambdaworks.redis
Synchronous executed commands for HyperLogLog (PF* commands).
RedisInstance - Interface in com.lambdaworks.redis.models.role
Represents a redis instance according to the ROLE output.
RedisInstance.Role - Enum in com.lambdaworks.redis.models.role
Possible Redis instance roles.
RedisKeysAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Asynchronous executed commands for Keys (Key manipulation/querying).
RedisKeysConnection<K,V> - Interface in com.lambdaworks.redis
Synchronous executed commands for Keys (Key manipulation/querying).
RedisListsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Asynchronous executed commands for Lists.
RedisListsConnection<K,V> - Interface in com.lambdaworks.redis
Synchronous executed commands for Lists.
RedisMasterInstance - Class in com.lambdaworks.redis.models.role
Represents a master instance.
RedisMasterInstance() - Constructor for class com.lambdaworks.redis.models.role.RedisMasterInstance
 
RedisMasterInstance(long, List<ReplicationPartner>) - Constructor for class com.lambdaworks.redis.models.role.RedisMasterInstance
Constructs a RedisMasterInstance
RedisNodeDescription - Interface in com.lambdaworks.redis.models.role
Description of a single Redis Node.
RedisPubSubAdapter<K,V> - Class in com.lambdaworks.redis.pubsub
Convenience adapter with an empty implementation of all RedisPubSubListener callback methods.
RedisPubSubAdapter() - Constructor for class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
RedisPubSubConnection<K,V> - Interface in com.lambdaworks.redis.pubsub
 
RedisPubSubConnectionImpl<K,V> - Class in com.lambdaworks.redis.pubsub
An asynchronous thread-safe pub/sub connection to a redis server.
RedisPubSubConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
Initialize a new connection.
RedisPubSubListener<K,V> - Interface in com.lambdaworks.redis.pubsub
Interface for redis pub/sub listeners.
RedisScriptingAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Asynchronous executed commands for Scripting.
RedisScriptingConnection<K,V> - Interface in com.lambdaworks.redis
Synchronous executed commands for Scripting.
RedisSentinelAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Asynchronous executed commands for Sentinel.
RedisSentinelInstance - Class in com.lambdaworks.redis.models.role
Redis sentinel instance.
RedisSentinelInstance() - Constructor for class com.lambdaworks.redis.models.role.RedisSentinelInstance
 
RedisSentinelInstance(List<String>) - Constructor for class com.lambdaworks.redis.models.role.RedisSentinelInstance
RedisServerAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Asynchronous executed commands for Server Control.
RedisServerConnection<K,V> - Interface in com.lambdaworks.redis
Synchronous executed commands for Server Control.
RedisSetsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Asynchronous executed commands for Sets.
RedisSetsConnection<K,V> - Interface in com.lambdaworks.redis
Synchronous executed commands for Sets.
RedisSlaveInstance - Class in com.lambdaworks.redis.models.role
Redis slave instance.
RedisSlaveInstance() - Constructor for class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
RedisSlaveInstance.State - Enum in com.lambdaworks.redis.models.role
State of the slave.
RedisSortedSetsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Asynchronous executed commands for Sorted Sets.
RedisSortedSetsConnection<K,V> - Interface in com.lambdaworks.redis
Synchronous executed commands for Sorted Sets.
RedisStateMachine<K,V> - Class in com.lambdaworks.redis.protocol
State machine that decodes redis server responses encoded according to the Unified Request Protocol.
RedisStateMachine() - Constructor for class com.lambdaworks.redis.protocol.RedisStateMachine
Initialize a new instance.
RedisStringsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
Asynchronous executed commands for Strings.
RedisStringsConnection<K,V> - Interface in com.lambdaworks.redis
Synchronous executed commands for Strings.
RedisURI - Class in com.lambdaworks.redis
Redis URI.
RedisURI() - Constructor for class com.lambdaworks.redis.RedisURI
Default empty constructor.
RedisURI(String, int, long, TimeUnit) - Constructor for class com.lambdaworks.redis.RedisURI
Constructor with host/port and timeout.
RedisURI.Builder - Class in com.lambdaworks.redis
Builder for Redis URI.
refreshClusterView(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
Enable regular cluster topology updates.
refreshPeriod(long, TimeUnit) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
Set the refresh period.
registerCloseables(Collection<Closeable>, Closeable...) - Method in class com.lambdaworks.redis.RedisChannelHandler
Register Closeable resources.
release(EventExecutorGroup, long, long, TimeUnit) - Method in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
 
release(EventExecutorGroup, long, long, TimeUnit) - Method in interface com.lambdaworks.redis.resource.EventLoopGroupProvider
Release a eventLoopGroup instance.
reload(List<RedisClusterNode>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Update partitions and rebuild slot cache.
reloadPartitions() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Reload partitions and re-initialize the distribution table.
remoteAddress() - Method in interface com.lambdaworks.redis.ConnectionId
Returns the remote address.
remoteAddress() - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
Returns the remote address.
remove(Object) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
remove(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
remove the specified master.
removeAll(Collection<?>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
removeListener(RedisConnectionStateListener) - Method in class com.lambdaworks.redis.AbstractRedisClient
Removes a listener.
removeListener(RedisConnectionStateListener) - Method in class com.lambdaworks.redis.ConnectionEvents
 
removeListener(RedisPubSubListener<K, V>) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
Remove an existing listener.
removeListener(RedisPubSubListener<K, V>) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
Remove an existing listener.
removeListener(CloseEvents.CloseListener) - Method in class com.lambdaworks.redis.RedisConnectionPool
Removes a CloseListener.
rename(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
rename(K, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Rename a key.
rename(K, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Rename a key.
renamenx(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
renamenx(K, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Rename a key, only if the new key does not exist.
renamenx(K, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Rename a key, only if the new key does not exist.
replace() - Static method in class com.lambdaworks.redis.MigrateArgs.Builder
 
replace() - Method in class com.lambdaworks.redis.MigrateArgs
 
ReplicationPartner - Class in com.lambdaworks.redis.models.role
Replication partner providing the host and the replication offset.
ReplicationPartner() - Constructor for class com.lambdaworks.redis.models.role.ReplicationPartner
 
ReplicationPartner(HostAndPort, long) - Constructor for class com.lambdaworks.redis.models.role.ReplicationPartner
Constructs a replication partner.
requestQueueSize(int) - Method in class com.lambdaworks.redis.ClientOptions.Builder
Set the per-connection request queue size.
requestQueueSize(int) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
 
reset() - Method in class com.lambdaworks.redis.protocol.CommandHandler
Reset the writer state.
reset() - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
 
reset() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
reset() - Method in interface com.lambdaworks.redis.RedisChannelWriter
Reset the writer state.
reset(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
This command will reset all the masters with matching name.
resetLatenciesAfterEvent() - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollectorOptions
Returns whether the latencies should be reset once an event is emitted.
resetLatenciesAfterEvent(boolean) - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
Sets whether the recorded latencies should be reset once the metrics event was emitted.
resetLatenciesAfterEvent() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
resolve(String) - Method in class com.lambdaworks.redis.resource.DirContextDnsResolver
Perform hostname to address resolution.
resolve(String) - Method in interface com.lambdaworks.redis.resource.DnsResolver
Returns the IP address for the specified host name.
resolve(String) - Method in enum com.lambdaworks.redis.resource.DnsResolvers
 
resolve(RedisURI, DnsResolver) - Static method in class com.lambdaworks.redis.resource.SocketAddressResolver
Resolves a RedisURI to a SocketAddress.
restore(K, long, byte[]) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Create a key using the provided serialized value, previously obtained using DUMP.
restore(K, long, byte[]) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Create a key using the provided serialized value, previously obtained using DUMP.
resubscribe() - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
Re-subscribe to all previously subscribed channels and patterns.
retainAll(Collection<?>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
retrieveMetrics() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollector
 
retrieveMetrics() - Method in interface com.lambdaworks.redis.metrics.MetricCollector
Returns the collected/aggregated metrics.
RETRY_TIMEOUT_MAX - Static variable in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
role() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Return the role of the instance in the context of replication.
role() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Return the role of the instance in the context of replication.
role() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
ROLE_MAPPING - Static variable in class com.lambdaworks.redis.models.role.RoleParser
 
RoleParser - Class in com.lambdaworks.redis.models.role
Parser for redis ROLE command output.
rpop(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
rpop(K) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Remove and get the last element in a list.
rpop(K) - Method in interface com.lambdaworks.redis.RedisListsConnection
Remove and get the last element in a list.
rpoplpush(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
rpoplpush(K, K) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Remove the last element in a list, append it to another list and return it.
rpoplpush(K, K) - Method in interface com.lambdaworks.redis.RedisListsConnection
Remove the last element in a list, append it to another list and return it.
rpush(K, V...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
rpush(K, V...) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Append one or multiple values to a list.
rpush(K, V...) - Method in interface com.lambdaworks.redis.RedisListsConnection
Append one or multiple values to a list.
rpushx(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
rpushx(K, V...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
rpushx(K, V) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
rpushx(K, V...) - Method in interface com.lambdaworks.redis.RedisListsAsyncConnection
Append values to a list, only if the list exists.
rpushx(K, V) - Method in interface com.lambdaworks.redis.RedisListsConnection
rpushx(K, V...) - Method in interface com.lambdaworks.redis.RedisListsConnection
Append values to a list, only if the list exists.
rsm - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
run(Timeout) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
Reconnect to the remote address that the closed channel was connected to.
run(T) - Method in class com.lambdaworks.redis.support.WithConnection
Execution method.
RxJavaEventExecutorGroupScheduler - Class in com.lambdaworks.redis.resource
A scheduler that uses a provided EventExecutorGroup instance to schedule tasks.
RxJavaEventExecutorGroupScheduler(EventExecutorGroup) - Constructor for class com.lambdaworks.redis.resource.RxJavaEventExecutorGroupScheduler
 

S

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

T

targetPercentiles() - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollectorOptions
Returns the percentiles which should be exposed in the metric.
targetPercentiles(double[]) - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
Sets the emitted percentiles.
targetPercentiles() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
targetUnit() - Method in interface com.lambdaworks.redis.metrics.CommandLatencyCollectorOptions
Returns the target TimeUnit for the emitted latencies.
targetUnit(TimeUnit) - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions.Builder
Set the target unit for the latencies.
targetUnit() - Method in class com.lambdaworks.redis.metrics.DefaultCommandLatencyCollectorOptions
 
threadPoolSize() - Method in class com.lambdaworks.redis.resource.DefaultEventLoopGroupProvider
 
threadPoolSize() - Method in interface com.lambdaworks.redis.resource.EventLoopGroupProvider
Returns the pool size (number of threads) for IO threads.
time() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
time() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
Return the current server time.
time() - Method in interface com.lambdaworks.redis.RedisServerConnection
Return the current server time.
TIME_UNIT_MAP - Static variable in class com.lambdaworks.redis.RedisURI
 
timeout - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
timeout(long, TimeUnit) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
timeout - Variable in class com.lambdaworks.redis.RedisChannelHandler
 
timer - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
timer(Timer) - Method in class com.lambdaworks.redis.ConnectionBuilder
 
toArray() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
toArray(T[]) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
toString() - Method in class com.lambdaworks.redis.cluster.event.ClusterTopologyChangedEvent
 
toString() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
toString() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
toString() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
toString() - Method in class com.lambdaworks.redis.event.metrics.CommandLatencyEvent
 
toString() - Method in class com.lambdaworks.redis.GeoCoordinates
 
toString() - Method in class com.lambdaworks.redis.GeoWithin
 
toString() - Method in class com.lambdaworks.redis.KeyValue
 
toString() - Method in class com.lambdaworks.redis.metrics.CommandLatencyId
 
toString() - Method in class com.lambdaworks.redis.metrics.CommandMetrics.CommandLatency
 
toString() - Method in class com.lambdaworks.redis.metrics.CommandMetrics
 
toString() - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
toString() - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
 
toString() - Method in class com.lambdaworks.redis.models.role.RedisSentinelInstance
 
toString() - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
toString() - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
 
toString() - Method in class com.lambdaworks.redis.protocol.Command
 
toString() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
toString() - Method in class com.lambdaworks.redis.protocol.CommandOutput
 
toString() - Method in class com.lambdaworks.redis.RedisURI
 
toString() - Method in class com.lambdaworks.redis.ScoredValue
 
touch(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
touch(K...) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Touch one or more keys.
touch(K...) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Touch one or more keys.
toURI() - Method in class com.lambdaworks.redis.RedisURI
Creates an URI based on the RedisURI.
TransparentPoolingInvocationHandler<T> - Class in com.lambdaworks.redis.support
Invocation Handler with transparent pooling.
TransparentPoolingInvocationHandler(RedisConnectionPool<T>) - Constructor for class com.lambdaworks.redis.support.TransparentPoolingInvocationHandler
 
transportBuffer - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
ttl(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
ttl(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Get the time to live for a key.
ttl(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Get the time to live for a key.
type(KillArgs.Type) - Method in class com.lambdaworks.redis.KillArgs
 
type() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
 
type(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
type(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Determine the type stored at key.
type(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Determine the type stored at key.
typeNormal() - Static method in class com.lambdaworks.redis.KillArgs.Builder
 
typePubsub() - Static method in class com.lambdaworks.redis.KillArgs.Builder
 
typeSlave() - Static method in class com.lambdaworks.redis.KillArgs.Builder
 

U

unit - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
unit - Variable in class com.lambdaworks.redis.RedisChannelHandler
 
unlink(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
unlink(K...) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Unlink one or more keys (non blocking DEL).
unlink(K...) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Unlink one or more keys (non blocking DEL).
unsigned(int) - Static method in class com.lambdaworks.redis.BitFieldArgs
Creates a new unsigned BitFieldArgs.BitFieldType for the given number of bits.
unsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
Stop listening for messages posted to the given channels.
unsubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
 
unsubscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
 
unsubscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
Unsubscribed from a channel.
unwatch() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
Forget about all watched keys.
unwatch() - Method in interface com.lambdaworks.redis.BaseRedisConnection
Forget about all watched keys.
unwatch() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
updateCache() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Update the partition cache.
updatePartitionsInConnections() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
URI_SCHEME_REDIS - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_SECURE - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_SECURE_ALT - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_SENTINEL - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_SENTINEL - Static variable in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
URI_SCHEME_REDIS_SOCKET - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_SOCKET_ALT - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_TLS_ALT - Static variable in class com.lambdaworks.redis.RedisURI
 
userEventTriggered(ChannelHandlerContext, Object) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
UTF8 - Static variable in class com.lambdaworks.redis.protocol.LettuceCharsets
UTF-8 charset.
Utf8StringCodec - Class in com.lambdaworks.redis.codec
A RedisCodec that handles UTF-8 encoded keys and values.
Utf8StringCodec() - Constructor for class com.lambdaworks.redis.codec.Utf8StringCodec
Initialize a new instance that encodes and decodes strings using the UTF-8 charset;

V

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

W

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

X

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

Y

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

Z

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

Copyright © 2016. All rights reserved.