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 Z 

A

AbstractRedisClient - Class in com.lambdaworks.redis
 
AbstractRedisClient() - Constructor for class com.lambdaworks.redis.AbstractRedisClient
 
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(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
 
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
 
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
 
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.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
 
asking() - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
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.
await(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.
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.

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.
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.
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
 
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.
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(CommandArgs<K, V>) - Method in class com.lambdaworks.redis.protocol.SetArgs
 
build() - Method in class com.lambdaworks.redis.RedisURI.Builder
 
Builder() - Constructor for class com.lambdaworks.redis.RedisURI.Builder
 
by(String) - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
by(String) - Method in class com.lambdaworks.redis.SortArgs
 
ByteArrayOutput<K,V> - Class in com.lambdaworks.redis.output
Byte array output.
ByteArrayOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ByteArrayOutput
 
bytes - Variable in enum com.lambdaworks.redis.protocol.CommandKeyword
 
bytes - Variable in enum com.lambdaworks.redis.protocol.CommandType
 

C

cancel() - Method in class com.lambdaworks.redis.output.MultiOutput
 
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
 
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
 
channelUnregistered(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
 
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.
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.
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.RedisClusterConnection
 
close() - Method in class com.lambdaworks.redis.RedisConnectionPool
Close the pool and close all idle connections.
close() - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
 
closeableResources - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
clusterAddSlots(int...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterDelSlots(int...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterFailover(boolean) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterFailover(boolean) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterFailover(boolean) - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterFlushslots() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterFlushslots() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterFlushslots() - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterForget(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterForget(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterForget(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterGetKeysInSlot(int, int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterInfo() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterInfo() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterInfo() - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterMeet(String, int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterMeet(String, int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterMeet(String, int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterNodes() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterNodes() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterNodes() - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
ClusterPartitionParser - Class in com.lambdaworks.redis.cluster.models.partitions
Parser for node information output (CLUSTER NODES).
clusterReplicate(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterReplicate(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterReplicate(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterReset(boolean) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterReset(boolean) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterReset(boolean) - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterSetSlotImporting(int, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterSetSlotMigrating(int, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterSetSlotNode(int, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
clusterSlaves(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterSlaves(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
 
clusterSlaves(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
 
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
Constructs a ClusterSlotRange
clusterSlots() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
clusterSlots() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
Get array of Cluster slot to node mappings.
clusterSlots() - Method in interface com.lambdaworks.redis.RedisClusterConnection
Get array of Cluster slot to node mappings.
ClusterSlotsParser - Class in com.lambdaworks.redis.cluster.models.slots
Parser for redis CLUSTER SLOTS command output.
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.models.partitions - package com.lambdaworks.redis.cluster.models.partitions
 
com.lambdaworks.redis.cluster.models.slots - package com.lambdaworks.redis.cluster.models.slots
 
com.lambdaworks.redis.codec - package com.lambdaworks.redis.codec
Codecs for key/value type conversion.
com.lambdaworks.redis.models.command - package com.lambdaworks.redis.models.command
 
com.lambdaworks.redis.models.role - package com.lambdaworks.redis.models.role
 
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.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(CommandType, 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(CommandType, 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.
CommandHandler<K,V> - Class in com.lambdaworks.redis.protocol
A netty ChannelHandler responsible for writing redis commands and reading responses from the server.
CommandHandler(BlockingQueue<RedisCommand<K, V, ?>>) - Constructor for class com.lambdaworks.redis.protocol.CommandHandler
Initialize a new instance that handles commands from the supplied queue.
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.
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 - Enum in com.lambdaworks.redis.protocol
Redis commands.
complete(int) - Method in class com.lambdaworks.redis.output.ArrayOutput
 
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.
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 the 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 the redis server.
connect(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new synchronous connection to the supplied RedisURI that treats keys and values as UTF-8 strings.
connectAsync() - Method in class com.lambdaworks.redis.RedisClient
Open a new asynchronous connection to the 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 the redis server.
connectAsync(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Open a new asynchronous connection to the supplied RedisURI that treats keys and values as UTF-8 strings.
connectAsyncImpl(CommandHandler<K, V>, T, Supplier<SocketAddress>, boolean) - 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 the 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 the redis server.
connectClusterAsync() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Creates a connection to the redis cluster.
connectClusterAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Creates a connection to the redis cluster.
CONNECTED - Static variable in class com.lambdaworks.redis.cluster.models.partitions.ClusterPartitionParser
 
connectionBuilder(CommandHandler<?, ?>, RedisChannelHandler<?, ?>, Supplier<SocketAddress>, boolean, ConnectionBuilder, RedisURI) - Method in class com.lambdaworks.redis.AbstractRedisClient
Populate connection builder with necessary resources.
connectionEvents - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
ConnectionEvents - Class in com.lambdaworks.redis
Close Events Facility.
ConnectionEvents() - Constructor for class com.lambdaworks.redis.ConnectionEvents
 
ConnectionEvents.Close - Class in com.lambdaworks.redis
 
ConnectionEvents.PrepareClose - Class in com.lambdaworks.redis
 
ConnectionWatchdog - Class in com.lambdaworks.redis.protocol
A netty ChannelHandler responsible for monitoring the channel and reconnecting when the connection is lost.
ConnectionWatchdog(Bootstrap, 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(Bootstrap, Timer, 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 the 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 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.
connectPubSub(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
 
connectSentinelAsync() - Method in class com.lambdaworks.redis.RedisClient
Creates an asynchronous connection to Sentinel.
connectSentinelAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
Creates an asynchronous connection to Sentinel.
connectSentinelAsync(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
Creates an asynchronous connection to Sentinel.
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(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.
create(RedisConnectionPool<T>) - Static method in class com.lambdaworks.redis.support.PoolingProxyFactory
Creates a transparent connection pooling proxy.
createInstance() - Method in class com.lambdaworks.redis.support.RedisClientFactoryBean
 
createInstance() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 

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).
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.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.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_REDIS_PORT - Static variable in class com.lambdaworks.redis.RedisURI
The default redis port.
DEFAULT_SENTINEL_PORT - Static variable in class com.lambdaworks.redis.RedisURI
The default sentinel port.
del(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
del(K...) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Delete a key.
del(K...) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Delete a key.
desc() - Static method in class com.lambdaworks.redis.SortArgs.Builder
 
desc() - Method in class com.lambdaworks.redis.SortArgs
 
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
 
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
 
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
 
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
 
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(ByteBuf) - Method in interface com.lambdaworks.redis.protocol.RedisCommand
Encode the command.
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(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
 
equals(Object) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
equals(Object) - Method in class com.lambdaworks.redis.KeyValue
 
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.
eventLoopGroup - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
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 interface com.lambdaworks.redis.RedisKeysAsyncConnection
Determine if a key exists.
exists(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
Determine if a key exists.
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.
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.
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.
freeConnection(T) - Method in class com.lambdaworks.redis.RedisConnectionPool
Return a connection into the pool.

G

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.
getChannelCount() - Method in class com.lambdaworks.redis.AbstractRedisClient
 
getChannelWriter() - Method in class com.lambdaworks.redis.RedisChannelHandler
 
getComponentType() - Method in class com.lambdaworks.redis.RedisConnectionPool
 
getConfigEpoch() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
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(int) - 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
 
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 class com.lambdaworks.redis.models.role.ReplicationPartner
 
getHost() - Method in class com.lambdaworks.redis.RedisURI
 
getKeys() - Method in class com.lambdaworks.redis.KeyScanCursor
 
getKeys() - Method in class com.lambdaworks.redis.protocol.CommandArgs
 
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
 
getMap() - Method in class com.lambdaworks.redis.MapScanCursor
 
getMaster() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
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.
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
 
getNumActive() - Method in class com.lambdaworks.redis.RedisConnectionPool
 
getNumIdle() - Method in class com.lambdaworks.redis.RedisConnectionPool
 
getObjectType() - Method in class com.lambdaworks.redis.support.RedisClientFactoryBean
 
getObjectType() - Method in class com.lambdaworks.redis.support.RedisClusterClientFactoryBean
 
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.
getPartitionBySlot(int) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
Retrieve a RedisClusterNode by it's slot number.
getPartitions() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
getPartitions() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
 
getPassword() - Method in class com.lambdaworks.redis.RedisURI
 
getPassword() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
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 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.
getRedisURI() - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
getReplicationOffset() - Method in class com.lambdaworks.redis.models.role.RedisMasterInstance
 
getReplicationOffset() - Method in class com.lambdaworks.redis.models.role.ReplicationPartner
 
getResolvedAddress() - Method in class com.lambdaworks.redis.RedisURI
 
getResourceCount() - Method in class com.lambdaworks.redis.AbstractRedisClient
 
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.
getSlaveOf() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
getSlaves() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
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
 
getSocketAddress(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
 
getState() - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
getTimeout() - Method in class com.lambdaworks.redis.RedisURI
 
getTo() - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
getUnit() - Method in class com.lambdaworks.redis.RedisURI
 
getUri() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
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.KeyValue
 
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.
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(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
 
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
 
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
 
isConnected() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
isDone() - Method in class com.lambdaworks.redis.protocol.Command
Check if the command has completed.
isEmpty(CharSequence) - Static method in class com.lambdaworks.redis.LettuceStrings
Checks if a CharSequence is empty ("") or null.
isFinished() - Method in class com.lambdaworks.redis.ScanCursor
 
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
 
isSsl() - Method in class com.lambdaworks.redis.RedisURI
 
isStartTls() - Method in class com.lambdaworks.redis.RedisURI
 
isVerifyPeer() - Method in class com.lambdaworks.redis.RedisURI
 
iterator() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
 

J

JavaRuntime - Class in com.lambdaworks.redis
 
JavaRuntime() - Constructor for class com.lambdaworks.redis.JavaRuntime
 

K

key - Variable in class com.lambdaworks.redis.KeyValue
 
KeyListOutput<K,V> - Class in com.lambdaworks.redis.output
List of keys output.
KeyListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyListOutput
 
KeyOutput<K,V> - Class in com.lambdaworks.redis.output
Key output.
KeyOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.KeyOutput
 
keys(K) - Method in class com.lambdaworks.redis.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.
LettuceFactoryBeanSupport<T> - Class in com.lambdaworks.redis.support
Adapter for Springs FactoryBean interface to allow easy setup of redis client factories via Spring configuration.
LettuceFactoryBeanSupport() - Constructor for class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
LettuceFutures - Class in com.lambdaworks.redis
 
LettuceStrings - Class in com.lambdaworks.redis
 
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.
logger - Static variable in class com.lambdaworks.redis.AbstractRedisClient
 
LOGGING_QUIET_TIME_MS - Static variable in class com.lambdaworks.redis.protocol.ConnectionWatchdog
 
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 interface com.lambdaworks.redis.RedisListsAsyncConnection
Prepend a value to a list, only if the list exists.
lpushx(K, V) - Method in interface com.lambdaworks.redis.RedisListsConnection
Prepend a value 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(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
Show the state and info of the specified master.
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
 
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.
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, K, int, long) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
Atomically transfer a key 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.
min() - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
 
min() - Method in class com.lambdaworks.redis.ZStoreArgs
 
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.ListOfMapsOutput
 
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

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
 
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.
nx() - Static method in class com.lambdaworks.redis.protocol.SetArgs.Builder
 
nx() - Method in class com.lambdaworks.redis.protocol.SetArgs
 

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
 

P

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
 
Partitions() - Constructor for class com.lambdaworks.redis.cluster.models.partitions.Partitions
 
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.
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
 
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(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(BlockingQueue<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.
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.
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.
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
 
RedisChannelInitializerImpl - Class in com.lambdaworks.redis
 
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() - Constructor for class com.lambdaworks.redis.RedisClient
Creates a uri-less RedisClient.
RedisClient(String) - Constructor for class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied host on the default port.
RedisClient(String, int) - Constructor for class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied host and port.
RedisClient(RedisURI) - Constructor for class com.lambdaworks.redis.RedisClient
Create a new client that connects to the supplied host and port.
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
Initialize the client with an initial cluster URI.
RedisClusterClient(List<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 RedisClient 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
 
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(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).
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
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.
registerCloseables(Collection<Closeable>, Closeable...) - Method in class com.lambdaworks.redis.RedisChannelHandler
Register Closeable resources.
reloadPartitions() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
Reload partitions and re-initialize the distribution table.
remove(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
remove the specified master.
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.RedisChannelHandler
 
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.
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.
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.
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.
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 interface com.lambdaworks.redis.RedisListsAsyncConnection
Append a value to a list, only if the list exists.
rpushx(K, V) - Method in interface com.lambdaworks.redis.RedisListsConnection
Append a value to a list, only if the list exists.
rsm - Variable in class com.lambdaworks.redis.protocol.CommandHandler
 
run(Timeout) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
Reconnect to the remote address that the closed channel was connected to.
run(T) - Method in class com.lambdaworks.redis.support.WithConnection
Execution method.

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.
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.
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(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(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(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
 
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.
setConfigEpoch(long) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
setConnected(boolean) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
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
 
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
 
setKeyStepCount(int) - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
setLastKeyPosition(int) - Method in class com.lambdaworks.redis.models.command.CommandDetail
 
setMaster(HostAndPort) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
 
setMaster(ReplicationPartner) - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
 
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
 
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.
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
 
setPassword(String) - Method in class com.lambdaworks.redis.RedisURI
 
setPassword(String) - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
setPingSentTimestamp(long) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
setPongReceivedTimestamp(long) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
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.
setReconnect(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
 
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
 
setSlaveOf(String) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
 
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
 
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
 
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
 
setUri(URI) - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
setVerifyPeer(boolean) - Method in class com.lambdaworks.redis.RedisURI
 
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() - 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.
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.
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_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.
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.
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) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
Remove and return a random member from a set.
spop(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
Remove and return a random member 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.
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.
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

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.
timeout - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
timeout - Variable in class com.lambdaworks.redis.RedisChannelHandler
 
timer - Variable in class com.lambdaworks.redis.AbstractRedisClient
 
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.KeyValue
 
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
 
TransparentPoolingInvocationHandler<T> - Class in com.lambdaworks.redis.support
Invocation Handler with transparent pooling.
TransparentPoolingInvocationHandler(RedisConnectionPool<T>) - Constructor for class com.lambdaworks.redis.support.TransparentPoolingInvocationHandler
 
ttl(K) - Method in class com.lambdaworks.redis.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
 
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
 
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_SENTINEL - Static variable in class com.lambdaworks.redis.RedisURI
 
URI_SCHEME_REDIS_SENTINEL - Static variable in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
 
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

value - Variable in class com.lambdaworks.redis.KeyValue
 
value - Variable in class com.lambdaworks.redis.ScoredValue
 
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.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.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.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 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.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.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.CommandKeyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.protocol.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.pubsub.PubSubOutput.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.lambdaworks.redis.ScriptOutputType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueScanCursor<V> - Class in com.lambdaworks.redis
Cursor providing a list of values.
ValueScanCursor() - Constructor for class com.lambdaworks.redis.ValueScanCursor
 
ValueScanOutput<K,V> - Class in com.lambdaworks.redis.output
ValueScanCursor for scan cursor output.
ValueScanOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ValueScanOutput
 
ValueScanStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming API for multiple Values.
ValueScanStreamingOutput(RedisCodec<K, V>, ValueStreamingChannel<V>) - Constructor for class com.lambdaworks.redis.output.ValueScanStreamingOutput
 
ValueSetOutput<K,V> - Class in com.lambdaworks.redis.output
Set of value output.
ValueSetOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ValueSetOutput
 
ValueStreamingChannel<V> - Interface in com.lambdaworks.redis.output
Streaming API for multiple Keys.
ValueStreamingOutput<K,V> - Class in com.lambdaworks.redis.output
Streaming-Output of Values.
ValueStreamingOutput(RedisCodec<K, V>, ValueStreamingChannel<V>) - Constructor for class com.lambdaworks.redis.output.ValueStreamingOutput
 

W

waitForReplication(int, long) - Method in 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.
withDatabase(int) - Method in class com.lambdaworks.redis.RedisURI.Builder
Adds database selection.
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.
withSsl(boolean) - Method in class com.lambdaworks.redis.RedisURI.Builder
Adds ssl information to the builder.
withStartTls(boolean) - Method in class com.lambdaworks.redis.RedisURI.Builder
Enables/disables StartTLS when using SSL.
withTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.RedisURI.Builder
Adds timeout.
withVerifyPeer(boolean) - Method in class com.lambdaworks.redis.RedisURI.Builder
Enables/disables peer verification.
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.

X

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

Z

zadd(K, double, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
 
zadd(K, 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, 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.
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 Z 
Skip navigation links

Copyright © 2015. All rights reserved.