- cancel() - Method in class com.lambdaworks.redis.output.MultiOutput
-
- cancelCommandsOnReconnectFailure(boolean) - Method in class com.lambdaworks.redis.ClientOptions.Builder
-
Allows cancelling queued commands in case a reconnect fails.
- ch() - Static method in class com.lambdaworks.redis.ZAddArgs.Builder
-
- channel - Variable in class com.lambdaworks.redis.protocol.CommandHandler
-
- channel() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
-
- channelActive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- channelActive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
- channelGroup(ChannelGroup) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- channelInactive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- channelInactive(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
- channelInitialized() - Method in interface com.lambdaworks.redis.RedisChannelInitializer
-
- channelRead(ChannelHandlerContext, Object) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- channelRead(Object) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
-
- channelRead(ChannelHandlerContext, Object) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- channelRead(Object) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
Invoked on a channel read.
- channelRegistered(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- channelRegistered(ChannelHandlerContext) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- channels - Variable in class com.lambdaworks.redis.AbstractRedisClient
-
- channels - Variable in class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
-
- channelType(ConnectionBuilder, ConnectionPoint) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
- channelUnregistered(ChannelHandlerContext) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- clientGetname() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clientGetname() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Get the current connection name.
- clientGetname() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Get the current connection name.
- clientKill(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clientKill(KillArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clientKill(String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Kill the connection of a client identified by ip:port.
- clientKill(KillArgs) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Kill connections of clients which are filtered by killArgs
- clientKill(String) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Kill the connection of a client identified by ip:port.
- clientKill(KillArgs) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Kill connections of clients which are filtered by killArgs
- clientList() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clientList() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Get the list of client connections.
- clientList() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Get the list of client connections.
- clientOptions - Variable in class com.lambdaworks.redis.AbstractRedisClient
-
- ClientOptions - Class in com.lambdaworks.redis
-
- ClientOptions(ClientOptions.Builder) - Constructor for class com.lambdaworks.redis.ClientOptions
-
- ClientOptions(ClientOptions) - Constructor for class com.lambdaworks.redis.ClientOptions
-
- ClientOptions() - Constructor for class com.lambdaworks.redis.ClientOptions
-
- clientOptions(ClientOptions) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- clientOptions() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- clientOptions - Variable in class com.lambdaworks.redis.protocol.CommandHandler
-
- ClientOptions.Builder - Class in com.lambdaworks.redis
-
- 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.RedisClusterAsyncConnection
-
Close the connection.
- close() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Close the connection.
- close() - Method in class com.lambdaworks.redis.RedisConnectionPool
-
Close the pool and close all idle connections.
- close() - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
-
- closeableResources - Variable in class com.lambdaworks.redis.AbstractRedisClient
-
- closeStaleConnections(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
Flag, whether to close stale connections when refreshing the cluster topology.
- clusterAddSlots(int...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Adds slots to the cluster node.
- clusterAddSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Adds slots to the cluster node.
- ClusterClientOptions - Class in com.lambdaworks.redis.cluster
-
- ClusterClientOptions(ClusterClientOptions.Builder) - Constructor for class com.lambdaworks.redis.cluster.ClusterClientOptions
-
- ClusterClientOptions(ClusterClientOptions) - Constructor for class com.lambdaworks.redis.cluster.ClusterClientOptions
-
- ClusterClientOptions() - Constructor for class com.lambdaworks.redis.cluster.ClusterClientOptions
-
- ClusterClientOptions.Builder - Class in com.lambdaworks.redis.cluster
-
- clusterCountKeysInSlot(int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Returns the number of keys in the specified Redis Cluster hash slot
.
- clusterCountKeysInSlot(int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Returns the number of keys in the specified Redis Cluster hash slot
.
- clusterDelSlots(int...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Removes slots from the cluster node.
- clusterDelSlots(int...) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Removes slots from the cluster node.
- clusterFailover(boolean) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterFailover(boolean) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Failover a cluster node.
- clusterFailover(boolean) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Failover a cluster node.
- clusterFlushslots() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterFlushslots() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Delete all the slots associated with the specified node.
- clusterFlushslots() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Delete all the slots associated with the specified node.
- clusterForget(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterForget(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Blacklist and remove the cluster node from the cluster.
- clusterForget(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Blacklist and remove the cluster node from the cluster.
- clusterGetKeysInSlot(int, int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Retrieve the list of keys within the slot
.
- clusterGetKeysInSlot(int, int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Retrieve the list of keys within the slot
.
- clusterInfo() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterInfo() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Get information and statistics about the cluster viewed by the current node.
- clusterInfo() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Get information and statistics about the cluster viewed by the current node.
- clusterMeet(String, int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterMeet(String, int) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Meet another cluster node to include the node into the cluster.
- clusterMeet(String, int) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Meet another cluster node to include the node into the cluster.
- clusterMyId() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterMyId() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Obtain the nodeId for the currently connected node.
- clusterMyId() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Obtain the nodeId for the currently connected node.
- clusterNodes() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterNodes() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Obtain details about all cluster nodes.
- clusterNodes() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Obtain details about all cluster nodes.
- ClusterPartitionParser - Class in com.lambdaworks.redis.cluster.models.partitions
-
Parser for node information output of CLUSTER NODES
and CLUSTER SLAVES
.
- clusterReplicate(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterReplicate(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Turn this node into a slave of the node with the id nodeId
.
- clusterReplicate(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Turn this node into a slave of the node with the id nodeId
.
- clusterReset(boolean) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterReset(boolean) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Reset a node performing a soft or hard reset:
All other nodes are forgotten
All the assigned / open slots are released
If the node is a slave, it turns into a master
Only for hard reset: a new Node ID is generated
Only for hard reset: currentEpoch and configEpoch are set to 0
The new configuration is saved and the cluster state updated
If the node was a slave, the whole data set is flushed away
- clusterReset(boolean) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Reset a node performing a soft or hard reset:
All other nodes are forgotten
All the assigned / open slots are released
If the node is a slave, it turns into a master
Only for hard reset: a new Node ID is generated
Only for hard reset: currentEpoch and configEpoch are set to 0
The new configuration is saved and the cluster state updated
If the node was a slave, the whole data set is flushed away
- clusterSetSlotImporting(int, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Flag a slot as IMPORTING (incoming) from the node specified in nodeId
.
- clusterSetSlotImporting(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Flag a slot as IMPORTING (incoming) from the node specified in nodeId
.
- clusterSetSlotMigrating(int, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId
.
- clusterSetSlotMigrating(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Flag a slot as MIGRATING (outgoing) towards the node specified in nodeId
.
- clusterSetSlotNode(int, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Assign a slot to a node.
- clusterSetSlotNode(int, String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Assign a slot to a node.
- clusterSlaves(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterSlaves(String) - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
List slaves for a certain node identified by its nodeId
.
- clusterSlaves(String) - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
List slaves for a certain node identified by its nodeId
.
- ClusterSlotRange - Class in com.lambdaworks.redis.cluster.models.slots
-
Represents a range of slots together with its master and slaves.
- ClusterSlotRange() - Constructor for class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- ClusterSlotRange(int, int, HostAndPort, List<HostAndPort>) - Constructor for class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- clusterSlots() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- clusterSlots() - Method in interface com.lambdaworks.redis.RedisClusterAsyncConnection
-
Get array of cluster slots to node mappings.
- clusterSlots() - Method in interface com.lambdaworks.redis.RedisClusterConnection
-
Get array of cluster slots to node mappings.
- ClusterSlotsParser - Class in com.lambdaworks.redis.cluster.models.slots
-
- clusterTopologyRefreshActivated - Variable in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- codec - Variable in class com.lambdaworks.redis.protocol.CommandOutput
-
- codec - Variable in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- com.lambdaworks.codec - package com.lambdaworks.codec
-
Base16 and CRC16 codecs.
- com.lambdaworks.redis - package com.lambdaworks.redis
-
The redis client package containing
RedisClient
for regular and sentinel operations.
- com.lambdaworks.redis.cluster - package com.lambdaworks.redis.cluster
-
- 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
-
- Command<K,V,T> - Class in com.lambdaworks.redis.protocol
-
A redis command and its result.
- Command(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>) - Constructor for class com.lambdaworks.redis.protocol.Command
-
Create a new command with the supplied type and args.
- Command(ProtocolKeyword, CommandOutput<K, V, T>, CommandArgs<K, V>, boolean) - Constructor for class com.lambdaworks.redis.protocol.Command
-
Create a new command with the supplied type and args.
- command() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- command() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Returns an array reply of details about all Redis commands.
- command() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Returns an array reply of details about all Redis commands.
- COMMAND_INFO_SIZE - Static variable in class com.lambdaworks.redis.models.command.CommandDetailParser
-
Number of array elements for a specific command.
- CommandArgs<K,V> - Class in com.lambdaworks.redis.protocol
-
Redis command argument encoder.
- CommandArgs(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.protocol.CommandArgs
-
- commandBuffer - Variable in class com.lambdaworks.redis.protocol.CommandHandler
-
- commandBuilder - Variable in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- commandCount() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- commandCount() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Get total number of Redis commands.
- commandCount() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Get total number of Redis commands.
- CommandDetail - Class in com.lambdaworks.redis.models.command
-
- CommandDetail() - Constructor for class com.lambdaworks.redis.models.command.CommandDetail
-
- CommandDetail(String, int, Set<CommandDetail.Flag>, int, int, int) - Constructor for class com.lambdaworks.redis.models.command.CommandDetail
-
- CommandDetail.Flag - Enum in com.lambdaworks.redis.models.command
-
- CommandDetailParser - Class in com.lambdaworks.redis.models.command
-
- CommandEncoder - Class in com.lambdaworks.redis.protocol
-
- CommandEncoder() - Constructor for class com.lambdaworks.redis.protocol.CommandEncoder
-
- CommandEncoder(boolean) - Constructor for class com.lambdaworks.redis.protocol.CommandEncoder
-
- commandHandler(CommandHandler<?, ?>) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- commandHandler() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- CommandHandler<K,V> - Class in com.lambdaworks.redis.protocol
-
A netty
ChannelHandler
responsible for writing redis commands and reading responses from the server.
- CommandHandler(ClientOptions, Queue<RedisCommand<K, V, ?>>) - Constructor for class com.lambdaworks.redis.protocol.CommandHandler
-
Initialize a new instance that handles commands from the supplied queue.
- CommandHandler.LifecycleState - Enum in com.lambdaworks.redis.protocol
-
- commandInfo(String...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- commandInfo(CommandType...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- commandInfo(String...) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Returns an array reply of details about the requested commands.
- commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Returns an array reply of details about the requested commands.
- commandInfo(String...) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Returns an array reply of details about the requested commands.
- commandInfo(CommandType...) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Returns an array reply of details about the requested commands.
- CommandKeyword - Enum in com.lambdaworks.redis.protocol
-
Keyword modifiers for redis commands.
- 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.GeoWithinListOutput
-
- complete(int) - Method in class com.lambdaworks.redis.output.ListOfMapsOutput
-
- complete(int) - Method in class com.lambdaworks.redis.output.MultiOutput
-
- complete(int) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
-
- complete() - Method in class com.lambdaworks.redis.protocol.Command
-
Mark this command complete and notify all waiting threads.
- complete(int) - Method in class com.lambdaworks.redis.protocol.CommandOutput
-
Mark the command output complete.
- complete() - Method in interface com.lambdaworks.redis.protocol.RedisCommand
-
Complete a command.
- configGet(String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- configGet(String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Get the value of a configuration parameter.
- configGet(String) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Get the value of a configuration parameter.
- configResetstat() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- configResetstat() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Reset the stats returned by INFO.
- configResetstat() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Reset the stats returned by INFO.
- configRewrite() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- configRewrite() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Rewrite the configuration file with the in memory configuration.
- configRewrite() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Rewrite the configuration file with the in memory configuration.
- configSet(String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- configSet(String, String) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Set a configuration parameter to the given value.
- configSet(String, String) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Set a configuration parameter to the given value.
- connect() - Method in class com.lambdaworks.redis.RedisClient
-
Open a new synchronous connection to a Redis server that treats keys and values as UTF-8 strings.
- connect(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new synchronous connection to a Redis server.
- connect(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new synchronous connection to a Redis server using the supplied
RedisURI
that treats keys and values as
UTF-8 strings.
- connect(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new synchronous connection to a Redis server using the supplied
RedisURI
and the supplied
codec
to encode/decode keys.
- connectAsync() - Method in class com.lambdaworks.redis.RedisClient
-
Open a new asynchronous connection to a Redis server that treats keys and values as UTF-8 strings.
- connectAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new asynchronous connection to a Redis server.
- connectAsync(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new asynchronous connection to a Redis server using the supplied
RedisURI
that treats keys and values as
UTF-8 strings.
- connectAsync(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new asynchronous connection to a Redis server using the supplied
RedisURI
and the supplied
codec
to encode/decode keys.
- connectAsyncImpl(CommandHandler<K, V>, T, Supplier<SocketAddress>) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
- connectAsyncImpl(SocketAddress) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- connectCluster() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Open a new synchronous connection to a Redis Cluster that treats keys and values as UTF-8 strings.
- connectCluster(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Open a new synchronous connection to a Redis Cluster.
- connectClusterAsync() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Open a new asynchronous connection to a Redis Cluster that treats keys and values as UTF-8 strings.
- connectClusterAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Open a new asynchronous connection to a Redis Cluster.
- CONNECTED - Static variable in class com.lambdaworks.redis.cluster.models.partitions.ClusterPartitionParser
-
- connection(RedisChannelHandler<?, ?>) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- connection() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- connectionBuilder(CommandHandler<?, ?>, RedisChannelHandler<?, ?>, Supplier<SocketAddress>, ConnectionBuilder, RedisURI) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
Populate connection builder with necessary resources.
- ConnectionBuilder - Class in com.lambdaworks.redis
-
Connection builder for connections.
- ConnectionBuilder() - Constructor for class com.lambdaworks.redis.ConnectionBuilder
-
- connectionBuilder() - Static method in class com.lambdaworks.redis.ConnectionBuilder
-
- connectionEvents - Variable in class com.lambdaworks.redis.AbstractRedisClient
-
- connectionEvents(ConnectionEvents) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- ConnectionEvents - Class in com.lambdaworks.redis
-
Close Events Facility.
- ConnectionEvents() - Constructor for class com.lambdaworks.redis.ConnectionEvents
-
- ConnectionEvents.Activated - Class in com.lambdaworks.redis
-
Internal event when a channel is activated.
- ConnectionEvents.Close - Class in com.lambdaworks.redis
-
Internal event when a channel is closed.
- ConnectionEvents.PrepareClose - Class in com.lambdaworks.redis
-
Internal event before a channel is closed.
- ConnectionPoint - Interface in com.lambdaworks.redis
-
Interface for a connection point described with a host and port or socket.
- ConnectionWatchdog - Class in com.lambdaworks.redis.protocol
-
A netty
ChannelHandler
responsible for monitoring the channel and reconnecting when the connection is lost.
- ConnectionWatchdog(ClientOptions, Bootstrap, EventExecutorGroup, Timer) - Constructor for class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
Create a new watchdog that adds to new connections to the supplied
ChannelGroup
and establishes a new
Channel
when disconnected, while reconnect is true.
- ConnectionWatchdog(ClientOptions, Bootstrap, Timer, EventExecutorGroup, Supplier<SocketAddress>) - Constructor for class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
Create a new watchdog that adds to new connections to the supplied
ChannelGroup
and establishes a new
Channel
when disconnected, while reconnect is true.
- connectPubSub() - Method in class com.lambdaworks.redis.RedisClient
-
Open a new pub/sub connection to a Redis server that treats keys and values as UTF-8 strings.
- connectPubSub(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new pub/sub connection to a Redis server using the supplied
RedisURI
that treats keys and values as UTF-8
strings.
- connectPubSub(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new pub/sub connection to the Redis server using the supplied
RedisURI
and use the supplied
codec
to encode/decode keys and values.
- connectPubSub(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new pub/sub connection to the Redis server using the supplied
RedisURI
and use the supplied
codec
to encode/decode keys and values.
- connectSentinelAsync() - Method in class com.lambdaworks.redis.RedisClient
-
Open a new asynchronous connection to a Redis Sentinel that treats keys and values as UTF-8 strings.
- connectSentinelAsync(RedisCodec<K, V>) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new asynchronous connection to a Redis Sentinela nd use the supplied
codec
to encode/decode
keys and values.
- connectSentinelAsync(RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new asynchronous connection to a Redis Sentinel using the supplied
RedisURI
that treats keys and values as
UTF-8 strings.
- connectSentinelAsync(RedisCodec<K, V>, RedisURI) - Method in class com.lambdaworks.redis.RedisClient
-
Open a new asynchronous connection to a Redis Sentinel using the supplied
RedisURI
and use the supplied
codec
to encode/decode keys and values.
- coordinates - Variable in class com.lambdaworks.redis.GeoWithin
-
- copyOf(ClientOptions) - Static method in class com.lambdaworks.redis.ClientOptions
-
Create a copy of options
- copyOf(ClusterClientOptions) - Static method in class com.lambdaworks.redis.cluster.ClusterClientOptions
-
Create a copy of options.
- count() - Method in class com.lambdaworks.redis.protocol.CommandArgs
-
- count() - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
-
- CRC16 - Class in com.lambdaworks.codec
-
- crc16(byte[]) - Static method in class com.lambdaworks.codec.CRC16
-
Create a CRC16 checksum from the bytes.
- create(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
-
- handleInvocation(Object, Method, Object[]) - Method in class com.lambdaworks.redis.support.TransparentPoolingInvocationHandler
-
- hasError() - Method in class com.lambdaworks.redis.protocol.CommandOutput
-
Check if the command resulted in an error.
- hashCode() - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- hashCode() - Method in class com.lambdaworks.redis.GeoCoordinates
-
- hashCode() - Method in class com.lambdaworks.redis.GeoWithin
-
- hashCode() - Method in class com.lambdaworks.redis.KeyValue
-
- hashCode() - Method in class com.lambdaworks.redis.RedisURI
-
- hashCode() - Method in class com.lambdaworks.redis.ScoredValue
-
- hdel(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hdel(K, K...) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Delete one or more hash fields.
- hdel(K, K...) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Delete one or more hash fields.
- hexists(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hexists(K, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Determine if a hash field exists.
- hexists(K, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Determine if a hash field exists.
- hget(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hget(K, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Get the value of a hash field.
- hget(K, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Get the value of a hash field.
- hgetall(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hgetall(KeyValueStreamingChannel<K, V>, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hgetall(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Get all the fields and values in a hash.
- hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Stream over all the fields and values in a hash.
- hgetall(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Get all the fields and values in a hash.
- hgetall(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Stream over all the fields and values in a hash.
- hincrby(K, K, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hincrby(K, K, long) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Increment the integer value of a hash field by the given number.
- hincrby(K, K, long) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Increment the integer value of a hash field by the given number.
- hincrbyfloat(K, K, double) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Increment the float value of a hash field by the given amount.
- hincrbyfloat(K, K, double) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Increment the float value of a hash field by the given amount.
- hkeys(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hkeys(KeyStreamingChannel<K>, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hkeys(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Get all the fields in a hash.
- hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Get all the fields in a hash.
- hkeys(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Get all the fields in a hash.
- hkeys(KeyStreamingChannel<K>, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Stream over all the fields in a hash.
- hlen(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hlen(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Get the number of fields in a hash.
- hlen(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Get the number of fields in a hash.
- hmget(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hmget(ValueStreamingChannel<V>, K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hmget(K, K...) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Get the values of all the given hash fields.
- hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Stream over the values of all the given hash fields.
- hmget(K, K...) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Get the values of all the given hash fields.
- hmget(ValueStreamingChannel<V>, K, K...) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Stream over the values of all the given hash fields.
- hmset(K, Map<K, V>) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Set multiple hash fields to multiple values.
- hmset(K, Map<K, V>) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Set multiple hash fields to multiple values.
- hscan(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hscan(K, ScanArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hscan(K, ScanCursor) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hscan(KeyValueStreamingChannel<K, V>, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hscan(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Incrementally iterate hash fields and associated values.
- hscan(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Incrementally iterate hash fields and associated values.
- hscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Incrementally iterate hash fields and associated values.
- hscan(KeyValueStreamingChannel<K, V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Incrementally iterate hash fields and associated values.
- hset(K, K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hset(K, K, V) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Set the string value of a hash field.
- hset(K, K, V) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Set the string value of a hash field.
- hsetnx(K, K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Set the value of a hash field, only if the field does not exist.
- hsetnx(K, K, V) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Set the value of a hash field, only if the field does not exist.
- hstrlen(K, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hstrlen(K, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Get the string length of the field value in a hash.
- hstrlen(K, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Get the string length of the field value in a hash.
- hvals(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hvals(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- hvals(K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Get all the values in a hash.
- hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisHashesAsyncConnection
-
Stream over all the values in a hash.
- hvals(K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Get all the values in a hash.
- hvals(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisHashesConnection
-
Stream over all the values in a hash.
- 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.
- pingBeforeActivateConnection(boolean) - Method in class com.lambdaworks.redis.ClientOptions.Builder
-
Sets the PING before activate connection flag.
- pool() - Method in class com.lambdaworks.redis.RedisClient
-
Creates a connection pool for synchronous connections. 5 max idle connections and 20 max active connections.
- pool(int, int) - Method in class com.lambdaworks.redis.RedisClient
-
Creates a connection pool for synchronous connections.
- pool(RedisCodec<K, V>, int, int) - Method in class com.lambdaworks.redis.RedisClient
-
Creates a connection pool for synchronous connections.
- PoolingProxyFactory - Class in com.lambdaworks.redis.support
-
Pooling proxy factory to create transparent pooling proxies.
- PrepareClose() - Constructor for class com.lambdaworks.redis.ConnectionEvents.PrepareClose
-
- ProtocolKeyword - Interface in com.lambdaworks.redis.protocol
-
Interface for protocol keywords providing an encoded representation.
- psetex(K, long, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- psetex(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Set the value and expiration in milliseconds of a key.
- psetex(K, long, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Set the value and expiration in milliseconds of a key.
- psubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
-
Listen for messages published to channels matching the given patterns.
- psubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
-
- psubscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
-
- psubscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
-
Subscribed to a pattern.
- pttl(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- pttl(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Get the time to live for a key in milliseconds.
- pttl(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Get the time to live for a key in milliseconds.
- publish(K, V) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Post a message to a channel.
- publish(K, V) - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Post a message to a channel.
- publish(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- pubsubChannels() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Lists the currently *active channels*.
- pubsubChannels(K) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Lists the currently *active channels*.
- pubsubChannels() - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Lists the currently *active channels*.
- pubsubChannels(K) - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Lists the currently *active channels*.
- pubsubChannels() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- pubsubChannels(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- PubSubCommandHandler<K,V> - Class in com.lambdaworks.redis.pubsub
-
A netty
ChannelHandler
responsible for writing redis pub/sub commands and reading the response stream from the
server.
- PubSubCommandHandler(ClientOptions, Queue<RedisCommand<K, V, ?>>, RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.pubsub.PubSubCommandHandler
-
Initialize a new instance.
- pubsubNumpat() - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Returns the number of subscriptions to patterns.
- pubsubNumpat() - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Returns the number of subscriptions to patterns.
- pubsubNumpat() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
- pubsubNumsub(K...) - Method in interface com.lambdaworks.redis.BaseRedisConnection
-
Returns the number of subscribers (not counting clients subscribed to patterns) for the specified channels.
- pubsubNumsub(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- PubSubOutput<K,V,T> - Class in com.lambdaworks.redis.pubsub
-
One element of the redis pub/sub stream.
- PubSubOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.pubsub.PubSubOutput
-
- PubSubOutput.Type - Enum in com.lambdaworks.redis.pubsub
-
- punsubscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
-
Stop listening for messages posted to channels matching the given patterns.
- punsubscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
-
- punsubscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
-
- punsubscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
-
Unsubscribed from a pattern.
- px(long) - Static method in class com.lambdaworks.redis.protocol.SetArgs.Builder
-
- px(long) - Method in class com.lambdaworks.redis.protocol.SetArgs
-
- 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.
- RedisAdvancedClusterAsyncConnection<K,V> - Interface in com.lambdaworks.redis.cluster
-
Advanced asynchronous cluster API.
- RedisAdvancedClusterAsyncConnectionImpl<K,V> - Class in com.lambdaworks.redis.cluster
-
Advanced asynchronous Cluster connection.
- RedisAdvancedClusterAsyncConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnectionImpl
-
Initialize a new connection.
- RedisAdvancedClusterConnection<K,V> - Interface in com.lambdaworks.redis.cluster
-
Advanced synchronous cluster API.
- RedisAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
Complete async Redis API with 400+ Methods.
- RedisAsyncConnectionImpl<K,V> - Class in com.lambdaworks.redis
-
An asynchronous thread-safe connection to a redis server.
- RedisAsyncConnectionImpl(RedisChannelWriter<K, V>, RedisCodec<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
Initialize a new connection.
- RedisChannelHandler<K,V> - Class in com.lambdaworks.redis
-
Abstract base for every redis connection.
- RedisChannelHandler(RedisChannelWriter<K, V>, long, TimeUnit) - Constructor for class com.lambdaworks.redis.RedisChannelHandler
-
- RedisChannelInitializer - Interface in com.lambdaworks.redis
-
Channel initializer to set up the transport before a Redis connection can be used.
- RedisChannelInitializerImpl - Class in com.lambdaworks.redis
-
Channel initializer to set up the transport before a Redis connection can be used.
- RedisChannelInitializerImpl() - Constructor for class com.lambdaworks.redis.RedisChannelInitializerImpl
-
- RedisChannelWriter<K,V> - Interface in com.lambdaworks.redis
-
Writer for a channel.
- RedisClient - Class in com.lambdaworks.redis
-
A scalable thread-safe
Redis client.
- RedisClient() - 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).
- RedisGeoAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
Synchronous executed commands for Geo-Commands.
- RedisGeoConnection<K,V> - Interface in com.lambdaworks.redis
-
Synchronous executed commands for Geo-Commands.
- RedisHashesAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
Asynchronous executed commands for Hashes (Key-Value pairs).
- RedisHashesConnection<K,V> - Interface in com.lambdaworks.redis
-
Synchronous executed commands for Hashes (Key-Value pairs).
- RedisHLLAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
Asynchronous executed commands for HyperLogLog (PF* commands).
- RedisHLLConnection<K,V> - Interface in com.lambdaworks.redis
-
Synchronous executed commands for HyperLogLog (PF* commands).
- RedisInstance - Interface in com.lambdaworks.redis.models.role
-
Represents a redis instance according to the ROLE output.
- RedisInstance.Role - Enum in com.lambdaworks.redis.models.role
-
Possible Redis instance roles.
- RedisKeysAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
Asynchronous executed commands for Keys (Key manipulation/querying).
- RedisKeysConnection<K,V> - Interface in com.lambdaworks.redis
-
Synchronous executed commands for Keys (Key manipulation/querying).
- RedisListsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
Asynchronous executed commands for Lists.
- RedisListsConnection<K,V> - Interface in com.lambdaworks.redis
-
Synchronous executed commands for Lists.
- RedisMasterInstance - Class in com.lambdaworks.redis.models.role
-
Represents a master instance.
- RedisMasterInstance() - Constructor for class com.lambdaworks.redis.models.role.RedisMasterInstance
-
- RedisMasterInstance(long, List<ReplicationPartner>) - Constructor for class com.lambdaworks.redis.models.role.RedisMasterInstance
-
- RedisPubSubAdapter<K,V> - Class in com.lambdaworks.redis.pubsub
-
- 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
-
- RedisStateMachine() - Constructor for class com.lambdaworks.redis.protocol.RedisStateMachine
-
Initialize a new instance.
- RedisStringsAsyncConnection<K,V> - Interface in com.lambdaworks.redis
-
Asynchronous executed commands for Strings.
- RedisStringsConnection<K,V> - Interface in com.lambdaworks.redis
-
Synchronous executed commands for Strings.
- RedisURI - Class in com.lambdaworks.redis
-
Redis URI.
- RedisURI() - Constructor for class com.lambdaworks.redis.RedisURI
-
Default empty constructor.
- RedisURI(String, int, long, TimeUnit) - Constructor for class com.lambdaworks.redis.RedisURI
-
Constructor with host/port and timeout.
- RedisURI.Builder - Class in com.lambdaworks.redis
-
Builder for Redis URI.
- refreshClusterView(boolean) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
Enable regular cluster topology updates.
- refreshPeriod(long, TimeUnit) - Method in class com.lambdaworks.redis.cluster.ClusterClientOptions.Builder
-
Set the refresh period.
- registerCloseables(Collection<Closeable>, Closeable...) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
Register Closeable resources.
- reload(List<RedisClusterNode>) - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
Update partitions and rebuild slot cache.
- reloadPartitions() - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Reload partitions and re-initialize the distribution table.
- 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.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.
- resubscribe() - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
-
Re-subscribe to all previously subscribed channels and patterns.
- 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.
- sadd(K, V...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- sadd(K, V...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Add one or more members to a set.
- sadd(K, V...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Add one or more members to a set.
- safeMulti(CommandOutput<K, V, ?>, int, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
-
- safeSet(CommandOutput<K, V, ?>, long, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
-
- safeSet(CommandOutput<K, V, ?>, ByteBuffer, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
-
- safeSetError(CommandOutput<K, V, ?>, ByteBuffer, RedisCommand<K, V, ?>) - Method in class com.lambdaworks.redis.protocol.RedisStateMachine
-
- save() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- save() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Synchronously save the dataset to disk.
- save() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Synchronously save the dataset to disk.
- scan() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- scan(ScanArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- scan(ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- scan(ScanCursor) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- scan(KeyStreamingChannel<K>) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- scan() - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Incrementally iterate the keys space.
- scan(ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Incrementally iterate the keys space.
- scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Incrementally iterate the keys space.
- scan(ScanCursor) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Incrementally iterate the keys space.
- scan() - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Incrementally iterate the keys space.
- scan(ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Incrementally iterate the keys space.
- scan(ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Incrementally iterate the keys space.
- scan(ScanCursor) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Incrementally iterate the keys space.
- scan(KeyStreamingChannel<K>, ScanCursor) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Incrementally iterate the keys space.
- ScanArgs - Class in com.lambdaworks.redis
-
Argument list builder for the redis scan commans (scan, hscan, sscan, zscan) .
- ScanArgs() - Constructor for class com.lambdaworks.redis.ScanArgs
-
- ScanArgs.Builder - Class in com.lambdaworks.redis
-
Static builder methods.
- ScanCursor - Class in com.lambdaworks.redis
-
Generic Cursor data structure.
- ScanCursor() - Constructor for class com.lambdaworks.redis.ScanCursor
-
- ScanOutput<K,V,T extends ScanCursor> - Class in com.lambdaworks.redis.output
-
Cursor handling output.
- ScanOutput(RedisCodec<K, V>, T) - Constructor for class com.lambdaworks.redis.output.ScanOutput
-
- scard(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- scard(K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Get the number of members in a set.
- scard(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Get the number of members in a set.
- scheduleReconnect() - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
Schedule reconnect if channel is not available/not active.
- score - Variable in class com.lambdaworks.redis.ScoredValue
-
- ScoredValue<V> - Class in com.lambdaworks.redis
-
A value and its associated score from a ZSET.
- ScoredValue(double, V) - Constructor for class com.lambdaworks.redis.ScoredValue
-
- ScoredValueListOutput<K,V> - Class in com.lambdaworks.redis.output
-
List
of values and their associated scores.
- ScoredValueListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.ScoredValueListOutput
-
- ScoredValueScanCursor<V> - Class in com.lambdaworks.redis
-
- ScoredValueScanCursor() - Constructor for class com.lambdaworks.redis.ScoredValueScanCursor
-
- ScoredValueScanOutput<K,V> - Class in com.lambdaworks.redis.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
-
- 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(ByteBuffer) - Method in class com.lambdaworks.redis.output.GeoCoordinatesListOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.GeoWithinListOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.IntegerOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.IntegerOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyListOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyStreamingOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyValueOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyValueStreamingOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ListOfMapsOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.MapOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.MapOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.MultiOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.MultiOutput
-
- set(long) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.NestedMultiOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScanOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueListOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueStreamingOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.StatusOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.StringListOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueListOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueSetOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueStreamingOutput
-
- set(ByteBuffer) - Method in class com.lambdaworks.redis.protocol.CommandOutput
-
Set the command output to a sequence of bytes, or null.
- set(long) - Method in class com.lambdaworks.redis.protocol.CommandOutput
-
Set the command output to a 64-bit signed integer.
- set(ByteBuffer) - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
-
- set(long) - Method in class com.lambdaworks.redis.pubsub.PubSubOutput
-
- set(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- set(K, V, SetArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- set(K, String, V) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
-
Multiple option / value pairs can be specified (or none at all).
- set(K, V) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Set the string value of a key.
- set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Set the string value of a key.
- set(K, V) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Set the string value of a key.
- set(K, V, SetArgs) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Set the string value of a key.
- SetArgs - Class in com.lambdaworks.redis.protocol
-
Argument list builder for the new redis
SET command starting from Redis 2.6.12.
- SetArgs() - Constructor for class com.lambdaworks.redis.protocol.SetArgs
-
- SetArgs.Builder - Class in com.lambdaworks.redis.protocol
-
- setArity(int) - Method in class com.lambdaworks.redis.models.command.CommandDetail
-
- setAutoFlushCommands(boolean) - Method in interface com.lambdaworks.redis.BaseRedisAsyncConnection
-
Disable or enable auto-flush behavior.
- setAutoFlushCommands(boolean) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- setAutoFlushCommands(boolean) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- setAutoFlushCommands(boolean) - Method in interface com.lambdaworks.redis.RedisChannelWriter
-
Disable or enable auto-flush behavior.
- setbit(K, long, int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- setbit(K, long, int) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Sets or clears the bit at offset in the string value stored at key.
- setbit(K, long, int) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Sets or clears the bit at offset in the string value stored at key.
- 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
-
- setListenOnChannelInactive(boolean) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
- setMaster(HostAndPort) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- setMaster(ReplicationPartner) - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
-
- 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.
- setOptions(ClientOptions) - Method in class com.lambdaworks.redis.AbstractRedisClient
-
- setOptions(ClusterClientOptions) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
- setOptions(ClientOptions) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyScanOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyScanStreamingOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.KeyValueScanStreamingOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.MapScanOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScanOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueScanOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ScoredValueScanStreamingOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueScanOutput
-
- setOutput(ByteBuffer) - Method in class com.lambdaworks.redis.output.ValueScanStreamingOutput
-
- setOutput(CommandOutput<K, V, T>) - Method in class com.lambdaworks.redis.protocol.Command
-
- setPartitions(Partitions) - Method in class com.lambdaworks.redis.cluster.RedisAdvancedClusterAsyncConnectionImpl
-
- setPartitions(Partitions) - Method in class com.lambdaworks.redis.cluster.RedisClusterClient
-
Sets the new cluster topology.
- setPassword(String) - Method in class com.lambdaworks.redis.RedisURI
-
- setPassword(String) - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
-
- 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
-
- setReconnectSuspended(boolean) - Method in class com.lambdaworks.redis.protocol.ConnectionWatchdog
-
- setRedisChannelHandler(RedisChannelHandler<K, V>) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- setRedisChannelHandler(RedisChannelHandler<K, V>) - Method in interface com.lambdaworks.redis.RedisChannelWriter
-
Set the corresponding connection instance in order to notify it about channel active/inactive state.
- setRedisURI(RedisURI) - Method in class com.lambdaworks.redis.support.LettuceFactoryBeanSupport
-
- 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
-
- setSocket(String) - Method in class com.lambdaworks.redis.RedisURI
-
- setSsl(boolean) - Method in class com.lambdaworks.redis.RedisURI
-
- setStartTls(boolean) - Method in class com.lambdaworks.redis.RedisURI
-
- setState(RedisSlaveInstance.State) - Method in class com.lambdaworks.redis.models.role.RedisSlaveInstance
-
- setState(CommandHandler.LifecycleState) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- setStateIfNotClosed(CommandHandler.LifecycleState) - Method in class com.lambdaworks.redis.protocol.CommandHandler
-
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.RedisAsyncConnection
-
Set the default timeout for operations.
- setTimeout(long, TimeUnit) - Method in class com.lambdaworks.redis.RedisChannelHandler
-
Set the command timeout for this connection.
- setTimeout(long, TimeUnit) - Method in interface com.lambdaworks.redis.RedisConnection
-
Set the default timeout for operations.
- setTimeout(long) - Method in class com.lambdaworks.redis.RedisURI
-
- setTo(int) - Method in class com.lambdaworks.redis.cluster.models.slots.ClusterSlotRange
-
- setUnit(TimeUnit) - Method in class com.lambdaworks.redis.RedisURI
-
- setUri(RedisURI) - Method in class com.lambdaworks.redis.cluster.models.partitions.RedisClusterNode
-
- 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.
- size() - Method in class com.lambdaworks.redis.cluster.models.partitions.Partitions
-
- skipme() - Static method in class com.lambdaworks.redis.KillArgs.Builder
-
- skipme() - Method in class com.lambdaworks.redis.KillArgs
-
- skipme(boolean) - Method in class com.lambdaworks.redis.KillArgs
-
- SLAVE_STATE_MAPPING - Static variable in class com.lambdaworks.redis.models.role.RoleParser
-
- slaveof(String, int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- slaveof(String, int) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Make the server a slave of another instance.
- slaveof(String, int) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Make the server a slave of another instance, or promote it as master.
- slaveofNoOne() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- slaveofNoOne() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Promote server as master.
- slaveofNoOne() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Promote server as master.
- slaves(K) - Method in interface com.lambdaworks.redis.RedisSentinelAsyncConnection
-
Provides a list of slaves for the master with the specified name.
- SLOT_COUNT - Static variable in class com.lambdaworks.redis.cluster.SlotHash
-
Number of redis cluster slot hashes.
- SlotHash - Class in com.lambdaworks.redis.cluster
-
Utility to calculate the slot from a key.
- slowlogGet() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- slowlogGet(int) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- slowlogGet() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Read the slow log.
- slowlogGet(int) - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Read the slow log.
- slowlogGet() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Read the slow log.
- slowlogGet(int) - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Read the slow log.
- slowlogLen() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- slowlogLen() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Obtaining the current length of the slow log.
- slowlogLen() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Obtaining the current length of the slow log.
- slowlogReset() - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- slowlogReset() - Method in interface com.lambdaworks.redis.RedisServerAsyncConnection
-
Resetting the slow log.
- slowlogReset() - Method in interface com.lambdaworks.redis.RedisServerConnection
-
Resetting the slow log.
- smembers(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- smembers(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- smembers(K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Get all the members in a set.
- smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Get all the members in a set.
- smembers(K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Get all the members in a set.
- smembers(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Get all the members in a set.
- smove(K, K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- smove(K, K, V) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Move a member from one set to another.
- smove(K, K, V) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Move a member from one set to another.
- socket(String) - Static method in class com.lambdaworks.redis.RedisURI.Builder
-
Set Redis socket.
- socketAddress() - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- socketAddressSupplier(Supplier<SocketAddress>) - Method in class com.lambdaworks.redis.ConnectionBuilder
-
- sort(GeoArgs.Sort) - Method in class com.lambdaworks.redis.GeoArgs
-
Sort results.
- sort(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- sort(ValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- sort(K, SortArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- sort(ValueStreamingChannel<V>, K, SortArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- sort(K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Sort the elements in a list, set or sorted set.
- sort(K, SortArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Sort the elements in a list, set or sorted set.
- sort(K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Sort the elements in a list, set or sorted set.
- sort(K, SortArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Sort the elements in a list, set or sorted set.
- sort(ValueStreamingChannel<V>, K, SortArgs) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Sort the elements in a list, set or sorted set.
- SortArgs - Class in com.lambdaworks.redis
-
Argument list builder for the redis
SORT command.
- SortArgs() - Constructor for class com.lambdaworks.redis.SortArgs
-
- SortArgs.Builder - Class in com.lambdaworks.redis
-
Static builder methods.
- sortStore(K, SortArgs, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.RedisKeysAsyncConnection
-
Sort the elements in a list, set or sorted set.
- sortStore(K, SortArgs, K) - Method in interface com.lambdaworks.redis.RedisKeysConnection
-
Sort the elements in a list, set or sorted set.
- spop(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- spop(K) - 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.
- ssl(RedisURI) - Method in class com.lambdaworks.redis.SslConnectionBuilder
-
- SslConnectionBuilder - Class in com.lambdaworks.redis
-
Connection builder for SSL connections.
- SslConnectionBuilder() - Constructor for class com.lambdaworks.redis.SslConnectionBuilder
-
- sslConnectionBuilder() - Static method in class com.lambdaworks.redis.SslConnectionBuilder
-
- StatusOutput<K,V> - Class in com.lambdaworks.redis.output
-
Status message output.
- StatusOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.StatusOutput
-
- StreamScanCursor - Class in com.lambdaworks.redis
-
Cursor result using the Streaming API.
- StreamScanCursor() - Constructor for class com.lambdaworks.redis.StreamScanCursor
-
- string(double) - Static method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- StringListOutput<K,V> - Class in com.lambdaworks.redis.output
-
- StringListOutput(RedisCodec<K, V>) - Constructor for class com.lambdaworks.redis.output.StringListOutput
-
- strlen(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- strlen(K) - Method in interface com.lambdaworks.redis.RedisStringsAsyncConnection
-
Get the length of the value stored in a key.
- strlen(K) - Method in interface com.lambdaworks.redis.RedisStringsConnection
-
Get the length of the value stored in a key.
- SUBKEY_END - Static variable in class com.lambdaworks.redis.cluster.SlotHash
-
Constant for a subkey end.
- SUBKEY_START - Static variable in class com.lambdaworks.redis.cluster.SlotHash
-
Constant for a subkey start.
- subscribe(K...) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubConnection
-
Listen for messages published to the given channels.
- subscribe(K...) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubConnectionImpl
-
- subscribed(K, long) - Method in class com.lambdaworks.redis.pubsub.RedisPubSubAdapter
-
- subscribed(K, long) - Method in interface com.lambdaworks.redis.pubsub.RedisPubSubListener
-
Subscribed to a channel.
- sum() - Static method in class com.lambdaworks.redis.ZStoreArgs.Builder
-
- sum() - Method in class com.lambdaworks.redis.ZStoreArgs
-
- sunion(K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- sunion(ValueStreamingChannel<V>, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- sunion(K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Add multiple sets.
- sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Add multiple sets.
- sunion(K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Add multiple sets.
- sunion(ValueStreamingChannel<V>, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Add multiple sets.
- sunionstore(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- sunionstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsAsyncConnection
-
Add multiple sets and store the resulting set in a key.
- sunionstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSetsConnection
-
Add multiple sets and store the resulting set in a key.
- suspendReconnectOnProtocolFailure(boolean) - Method in class com.lambdaworks.redis.ClientOptions.Builder
-
Suspends reconnect when reconnects run into protocol failures (SSL verification, PING before connect fails).
- 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
-
- zadd(K, double, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zadd(K, Object...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zadd(K, ZAddArgs, double, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zadd(K, ZAddArgs, Object...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zadd(K, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, Object...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, Object...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Add one or more members to a sorted set, or update its score if it already exists.
- zadd(K, ZAddArgs, Object...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Add one or more members to a sorted set, or update its score if it already exists.
- ZAddArgs - Class in com.lambdaworks.redis
-
Argument list builder for the improved redis
ZADD command starting from Redis
3.0.2.
- ZAddArgs() - Constructor for class com.lambdaworks.redis.ZAddArgs
-
- ZAddArgs.Builder - Class in com.lambdaworks.redis
-
- zaddincr(K, double, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
ZADD acts like ZINCRBY
- zaddincr(K, double, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
ZADD acts like ZINCRBY
- zcard(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zcard(K) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Get the number of members in a sorted set.
- zcard(K) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Get the number of members in a sorted set.
- zcount(K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zcount(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zcount(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Count the members in a sorted set with scores within the given values.
- zcount(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Count the members in a sorted set with scores within the given values.
- zcount(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Count the members in a sorted set with scores within the given values.
- zcount(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Count the members in a sorted set with scores within the given values.
- zincrby(K, double, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zincrby(K, double, K) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Increment the score of a member in a sorted set.
- zincrby(K, double, K) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Increment the score of a member in a sorted set.
- zinterstore(K, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zinterstore(K, ZStoreArgs, K...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zinterstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zinterstore(K, ZStoreArgs, K...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Intersect multiple sorted sets and store the resulting sorted set in a new key.
- zlexcount(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Count the number of members in a sorted set between a given lexicographical range.
- zlexcount(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Count the number of members in a sorted set between a given lexicographical range.
- zrange(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrange(ValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by index.
- zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members in a sorted set, by index.
- zrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by index.
- zrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by index.
- zrangebylex(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebylex(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebylex(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by lexicographical range.
- zrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by score.
- zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by score.
- zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by score.
- zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by score.
- zrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by score.
- zrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by score.
- zrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over range of members in a sorted set, by score.
- zrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members with score in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members with scores in a sorted set, by score.
- zrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members with scores in a sorted set, by score.
- zrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by index.
- zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members with scores in a sorted set, by index.
- zrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members with scores in a sorted set, by index.
- zrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members with scores in a sorted set, by index.
- zrank(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrank(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Determine the index of a member in a sorted set.
- zrank(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Determine the index of a member in a sorted set.
- zrem(K, V...) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrem(K, V...) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Remove one or more members from a sorted set.
- zrem(K, V...) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Remove one or more members from a sorted set.
- zremrangebylex(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebylex(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Remove all members in a sorted set between the given lexicographical range.
- zremrangebyrank(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Remove all members in a sorted set within the given indexes.
- zremrangebyrank(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Remove all members in a sorted set within the given indexes.
- zremrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zremrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Remove all members in a sorted set within the given scores.
- zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Remove all members in a sorted set within the given scores.
- zremrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Remove all members in a sorted set within the given scores.
- zremrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Remove all members in a sorted set within the given scores.
- zrevrange(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrange(ValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members in a sorted set, by index, with scores ordered from high to low.
- zrevrangebyscore(K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscore(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscore(K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscore(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscore(ValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscoreWithScores(K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscoreWithScores(K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscoreWithScores(K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, double, double, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangebyscoreWithScores(ScoredValueStreamingChannel<V>, K, String, String, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members with scores in a sorted set, by score, with scores ordered from high to low.
- zrevrangeWithScores(K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Return a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrangeWithScores(ScoredValueStreamingChannel<V>, K, long, long) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Stream over a range of members with scores in a sorted set, by index, with scores ordered from high to low.
- zrevrank(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zrevrank(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zrevrank(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Determine the index of a member in a sorted set, with scores ordered from high to low.
- zscan(K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zscan(K, ScanArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zscan(K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zscan(K, ScanCursor) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zscan(ScoredValueStreamingChannel<V>, K) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zscan(K) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor, ScanArgs) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscan(ScoredValueStreamingChannel<V>, K, ScanCursor) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Incrementally iterate sorted sets elements and associated scores.
- zscore(K, V) - Method in class com.lambdaworks.redis.RedisAsyncConnectionImpl
-
- zscore(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsAsyncConnection
-
Get the score associated with the given member in a sorted set.
- zscore(K, V) - Method in interface com.lambdaworks.redis.RedisSortedSetsConnection
-
Get the score associated with the given member in a sorted set.
- ZStoreArgs - Class in com.lambdaworks.redis
-
- 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.