| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api |
Standalone Redis connection API.
|
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.cluster.api |
Redis Cluster connection API.
|
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.reactive |
Redis Cluster API for reactive command execution.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| io.lettuce.core.cluster.models.partitions |
Model and parser for the
CLUSTER NODES and CLUSTER SLAVES output. |
| io.lettuce.core.cluster.topology |
Support for cluster topology refresh.
|
| io.lettuce.core.dynamic |
Core package for Redis Command Interface support through
RedisCommandFactory. |
| io.lettuce.core.dynamic.batch |
Batching with Redis Command interfaces.
|
| io.lettuce.core.event.connection |
Connection-related events.
|
| io.lettuce.core.internal |
Contains internal API.
|
| io.lettuce.core.masterreplica |
Client support for Redis Master/Replica setups.
|
| io.lettuce.core.masterslave |
Client support for Redis Master/Slave setups.
|
| io.lettuce.core.models.role |
Model and parser for the
ROLE output. |
| io.lettuce.core.models.stream |
Model and parser for the Stream-related command output such as XPENDING.
|
| io.lettuce.core.output |
Implementation of different output protocols including the Streaming API.
|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
| io.lettuce.core.pubsub.api.async |
Pub/Sub Redis API for asynchronous executed commands.
|
| io.lettuce.core.resource |
Client resource infrastructure providers.
|
| io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
| io.lettuce.core.sentinel.api.async |
Redis Sentinel API for asynchronous executed commands.
|
| io.lettuce.core.sentinel.api.reactive |
Redis Sentinel API for reactive command execution.
|
| io.lettuce.core.sentinel.api.sync |
Redis Sentinel API for synchronous executed commands.
|
| io.lettuce.core.support |
Supportive classes such as
RedisClientCdiBean for CDI support,
RedisClientFactoryBean for Spring. |
| Class and Description |
|---|
| AbstractRedisAsyncCommands
An asynchronous and thread-safe API for a Redis connection.
|
| AbstractRedisClient
Base Redis client.
|
| AbstractRedisReactiveCommands
A reactive and thread-safe API for a Redis connection.
|
| BitFieldArgs
Argument list builder for the Redis BITFIELD command.
|
| BitFieldArgs.BitFieldType
Represents a bit field type with details about signed/unsigned and the number of bits.
|
| BitFieldArgs.Offset
Represents a bit field offset.
|
| BitFieldArgs.OverflowType
Represents the overflow types for the
OVERFLOW subcommand argument. |
| ClientOptions
Client Options to control the behavior of
RedisClient. |
| ClientOptions.Builder
Builder for
ClientOptions. |
| ClientOptions.DisconnectedBehavior
Behavior of connections in disconnected state.
|
| CompositeArgument
Interface for composite command argument objects.
|
| ConnectionBuilder
Connection builder for connections.
|
| ConnectionEvents
Close Events Facility.
|
| ConnectionFuture
A
ConnectionFuture represents the result of an asynchronous connection initialization. |
| ConnectionPoint
Interface for a connection point described with a host and port or socket.
|
| Consumer
Value object representing a Stream consumer within a consumer group.
|
| GeoArgs
Argument list builder for the Redis GEORADIUS and
GEORADIUSBYMEMBER commands.
|
| GeoArgs.Sort
Sort order.
|
| GeoArgs.Unit
Supported geo unit.
|
| GeoCoordinates
A tuple consisting of numerical geo data points to describe geo coordinates.
|
| GeoRadiusStoreArgs
Argument list builder for the Redis GEORADIUS command to store
GEORADIUS results or GEORADIUS distances in a sorted set.
|
| GeoWithin
Geo element within a certain radius.
|
| KeyScanCursor
Cursor providing a list of keys.
|
| KeyValue
A key-value container extension to
Value. |
| KillArgs
Argument list builder for the Redis CLIENT KILL command.
|
| Limit
Value object for a slice of data (offset/count).
|
| LPosArgs
Argument list builder for the Redis LPOS command.
|
| MapScanCursor
Scan cursor for maps.
|
| MigrateArgs
Argument list builder for the Redis MIGRATE command.
|
Range
Range defines lower and upper boundaries to retrieve items from a sorted set. |
| Range.Boundary |
| ReadFrom
Defines from which Redis nodes data is read.
|
| ReadFrom.Nodes
Descriptor of nodes that are available for the current read operation.
|
| RedisAsyncCommandsImpl
An asynchronous and thread-safe API for a Redis connection.
|
| RedisChannelHandler
Abstract base for every Redis connection.
|
| RedisChannelInitializer
Channel initializer to set up the transport before a Redis connection can be used.
|
| RedisChannelWriter
Writer for a channel.
|
| RedisClient
A scalable and thread-safe Redis client supporting synchronous, asynchronous and reactive
execution models.
|
| RedisCommandExecutionException
Exception for errors states reported by Redis.
|
| RedisCommandTimeoutException
Exception thrown when the command waiting timeout is exceeded.
|
| RedisConnectionException
Exception for connection failures.
|
| RedisConnectionStateListener
Simple interface for Redis connection state monitoring.
|
| RedisException
Exception thrown when Redis returns an error message, or when the client fails for any reason.
|
| RedisFuture
A
RedisFuture represents the result of an asynchronous computation, extending CompletionStage. |
| RedisReactiveCommandsImpl
A reactive and thread-safe API for a Redis Sentinel connection.
|
| RedisURI
Redis URI.
|
| RedisURI.Builder
Builder for Redis URI.
|
| RestoreArgs
Argument list builder for the Redis RESTORE command.
|
| ScanArgs
Argument list builder for the Redis scan commands (SCAN, HSCAN, SSCAN, ZSCAN).
|
| ScanCursor
Generic Cursor data structure.
|
| ScanIterator
Scan command support exposed through
Iterator. |
| ScoredValue
A scored-value extension to
Value. |
| ScoredValueScanCursor
Cursor providing a list of
ScoredValue |
| ScriptOutputType
A Lua script returns one of the following types:
ScriptOutputType.BOOLEAN boolean
ScriptOutputType.INTEGER 64-bit integer
ScriptOutputType.STATUS status string
ScriptOutputType.VALUE value
ScriptOutputType.MULTI of these types
Redis to Lua conversion table. |
| SetArgs
Argument list builder for the Redis SET command starting from Redis 2.6.12.
|
| SocketOptions
Options to configure low-level socket options for the connections kept to Redis servers.
|
| SocketOptions.Builder
Builder for
SocketOptions. |
| SortArgs
Argument list builder for the Redis SORT command.
|
| SslConnectionBuilder
Connection builder for SSL connections.
|
| SslOptions
Options to configure SSL options for the connections kept to Redis servers.
|
| SslOptions.Builder
Builder for
SslOptions. |
| SslOptions.Resource
Supplier for a
InputStream representing a resource. |
| StatefulRedisConnectionImpl
A thread-safe connection to a Redis server.
|
| StrAlgoArgs
Argument list builder for the Redis STRALGO command.
|
| StrAlgoArgs.By |
| StreamMessage
A stream message and its id.
|
| StreamScanCursor
Cursor result using the Streaming API.
|
| StringMatchResult
Result for STRALGO command.
|
| StringMatchResult.MatchedPosition
Match position in each string.
|
| StringMatchResult.Position
Position range.
|
| TimeoutOptions
Options for command timeouts.
|
| TimeoutOptions.Builder
Builder for
TimeoutOptions. |
| TimeoutOptions.TimeoutSource
Source for the actual timeout to expire a particular
RedisCommand. |
| TransactionResult
Value interface for a
MULTI transaction result. |
| UnblockType
Unblock type for
CLIENT UNBLOCK command. |
| Value
A value container object which may or may not contain a non-null value.
|
| ValueScanCursor
Cursor providing a list of values.
|
| XAddArgs
Argument list builder for the Redis XADD command.
|
| XClaimArgs
Argument list builder for the Redis XCLAIM command.
|
| XGroupCreateArgs
Argument list builder for the Redis XGROUP CREATE command.
|
| XReadArgs
Argument list builder for the Redis XREAD and XREADGROUP commands.
|
| XReadArgs.StreamOffset
Value object representing a Stream with its offset.
|
| ZAddArgs
Argument list builder for the improved Redis ZADD command starting from Redis
3.0.2.
|
| ZStoreArgs
Argument list builder for the Redis ZUNIONSTORE and
ZINTERSTORE commands.
|
| Class and Description |
|---|
| ClientOptions
Client Options to control the behavior of
RedisClient. |
| Class and Description |
|---|
| BitFieldArgs
Argument list builder for the Redis BITFIELD command.
|
| Consumer
Value object representing a Stream consumer within a consumer group.
|
| GeoArgs
Argument list builder for the Redis GEORADIUS and
GEORADIUSBYMEMBER commands.
|
| GeoArgs.Unit
Supported geo unit.
|
| GeoCoordinates
A tuple consisting of numerical geo data points to describe geo coordinates.
|
| GeoRadiusStoreArgs
Argument list builder for the Redis GEORADIUS command to store
GEORADIUS results or GEORADIUS distances in a sorted set.
|
| GeoWithin
Geo element within a certain radius.
|
| KeyScanCursor
Cursor providing a list of keys.
|
| KeyValue
A key-value container extension to
Value. |
| KillArgs
Argument list builder for the Redis CLIENT KILL command.
|
| Limit
Value object for a slice of data (offset/count).
|
| LPosArgs
Argument list builder for the Redis LPOS command.
|
| MapScanCursor
Scan cursor for maps.
|
| MigrateArgs
Argument list builder for the Redis MIGRATE command.
|
Range
Range defines lower and upper boundaries to retrieve items from a sorted set. |
| RedisFuture
A
RedisFuture represents the result of an asynchronous computation, extending CompletionStage. |
| RestoreArgs
Argument list builder for the Redis RESTORE command.
|
| ScanArgs
Argument list builder for the Redis scan commands (SCAN, HSCAN, SSCAN, ZSCAN).
|
| ScanCursor
Generic Cursor data structure.
|
| ScoredValue
A scored-value extension to
Value. |
| ScoredValueScanCursor
Cursor providing a list of
ScoredValue |
| ScriptOutputType
A Lua script returns one of the following types:
ScriptOutputType.BOOLEAN boolean
ScriptOutputType.INTEGER 64-bit integer
ScriptOutputType.STATUS status string
ScriptOutputType.VALUE value
ScriptOutputType.MULTI of these types
Redis to Lua conversion table. |
| SetArgs
Argument list builder for the Redis SET command starting from Redis 2.6.12.
|
| SortArgs
Argument list builder for the Redis SORT command.
|
| StrAlgoArgs
Argument list builder for the Redis STRALGO command.
|
| StreamMessage
A stream message and its id.
|
| StreamScanCursor
Cursor result using the Streaming API.
|
| StringMatchResult
Result for STRALGO command.
|
| TransactionResult
Value interface for a
MULTI transaction result. |
| UnblockType
Unblock type for
CLIENT UNBLOCK command. |
| Value
A value container object which may or may not contain a non-null value.
|
| ValueScanCursor
Cursor providing a list of values.
|
| XAddArgs
Argument list builder for the Redis XADD command.
|
| XClaimArgs
Argument list builder for the Redis XCLAIM command.
|
| XGroupCreateArgs
Argument list builder for the Redis XGROUP CREATE command.
|
| XReadArgs
Argument list builder for the Redis XREAD and XREADGROUP commands.
|
| XReadArgs.StreamOffset
Value object representing a Stream with its offset.
|
| ZAddArgs
Argument list builder for the improved Redis ZADD command starting from Redis
3.0.2.
|
| ZStoreArgs
Argument list builder for the Redis ZUNIONSTORE and
ZINTERSTORE commands.
|
| Class and Description |
|---|
| BitFieldArgs
Argument list builder for the Redis BITFIELD command.
|
| Consumer
Value object representing a Stream consumer within a consumer group.
|
| GeoArgs
Argument list builder for the Redis GEORADIUS and
GEORADIUSBYMEMBER commands.
|
| GeoArgs.Unit
Supported geo unit.
|
| GeoCoordinates
A tuple consisting of numerical geo data points to describe geo coordinates.
|
| GeoRadiusStoreArgs
Argument list builder for the Redis GEORADIUS command to store
GEORADIUS results or GEORADIUS distances in a sorted set.
|
| GeoWithin
Geo element within a certain radius.
|
| KeyScanCursor
Cursor providing a list of keys.
|
| KeyValue
A key-value container extension to
Value. |
| KillArgs
Argument list builder for the Redis CLIENT KILL command.
|
| Limit
Value object for a slice of data (offset/count).
|
| LPosArgs
Argument list builder for the Redis LPOS command.
|
| MapScanCursor
Scan cursor for maps.
|
| MigrateArgs
Argument list builder for the Redis MIGRATE command.
|
Range
Range defines lower and upper boundaries to retrieve items from a sorted set. |
| RestoreArgs
Argument list builder for the Redis RESTORE command.
|
| ScanArgs
Argument list builder for the Redis scan commands (SCAN, HSCAN, SSCAN, ZSCAN).
|
| ScanCursor
Generic Cursor data structure.
|
| ScoredValue
A scored-value extension to
Value. |
| ScoredValueScanCursor
Cursor providing a list of
ScoredValue |
| ScriptOutputType
A Lua script returns one of the following types:
ScriptOutputType.BOOLEAN boolean
ScriptOutputType.INTEGER 64-bit integer
ScriptOutputType.STATUS status string
ScriptOutputType.VALUE value
ScriptOutputType.MULTI of these types
Redis to Lua conversion table. |
| SetArgs
Argument list builder for the Redis SET command starting from Redis 2.6.12.
|
| SortArgs
Argument list builder for the Redis SORT command.
|
| StrAlgoArgs
Argument list builder for the Redis STRALGO command.
|
| StreamMessage
A stream message and its id.
|
| StreamScanCursor
Cursor result using the Streaming API.
|
| StringMatchResult
Result for STRALGO command.
|
| TransactionResult
Value interface for a
MULTI transaction result. |
| UnblockType
Unblock type for
CLIENT UNBLOCK command. |
| Value
A value container object which may or may not contain a non-null value.
|
| ValueScanCursor
Cursor providing a list of values.
|
| XAddArgs
Argument list builder for the Redis XADD command.
|
| XClaimArgs
Argument list builder for the Redis XCLAIM command.
|
| XGroupCreateArgs
Argument list builder for the Redis XGROUP CREATE command.
|
| XReadArgs
Argument list builder for the Redis XREAD and XREADGROUP commands.
|
| XReadArgs.StreamOffset
Value object representing a Stream with its offset.
|
| ZAddArgs
Argument list builder for the improved Redis ZADD command starting from Redis
3.0.2.
|
| ZStoreArgs
Argument list builder for the Redis ZUNIONSTORE and
ZINTERSTORE commands.
|
| Class and Description |
|---|
| BitFieldArgs
Argument list builder for the Redis BITFIELD command.
|
| Consumer
Value object representing a Stream consumer within a consumer group.
|
| GeoArgs
Argument list builder for the Redis GEORADIUS and
GEORADIUSBYMEMBER commands.
|
| GeoArgs.Unit
Supported geo unit.
|
| GeoCoordinates
A tuple consisting of numerical geo data points to describe geo coordinates.
|
| GeoRadiusStoreArgs
Argument list builder for the Redis GEORADIUS command to store
GEORADIUS results or GEORADIUS distances in a sorted set.
|
| GeoWithin
Geo element within a certain radius.
|
| KeyScanCursor
Cursor providing a list of keys.
|
| KeyValue
A key-value container extension to
Value. |
| KillArgs
Argument list builder for the Redis CLIENT KILL command.
|
| Limit
Value object for a slice of data (offset/count).
|
| LPosArgs
Argument list builder for the Redis LPOS command.
|
| MapScanCursor
Scan cursor for maps.
|
| MigrateArgs
Argument list builder for the Redis MIGRATE command.
|
Range
Range defines lower and upper boundaries to retrieve items from a sorted set. |
| RestoreArgs
Argument list builder for the Redis RESTORE command.
|
| ScanArgs
Argument list builder for the Redis scan commands (SCAN, HSCAN, SSCAN, ZSCAN).
|
| ScanCursor
Generic Cursor data structure.
|
| ScoredValue
A scored-value extension to
Value. |
| ScoredValueScanCursor
Cursor providing a list of
ScoredValue |
| ScriptOutputType
A Lua script returns one of the following types:
ScriptOutputType.BOOLEAN boolean
ScriptOutputType.INTEGER 64-bit integer
ScriptOutputType.STATUS status string
ScriptOutputType.VALUE value
ScriptOutputType.MULTI of these types
Redis to Lua conversion table. |
| SetArgs
Argument list builder for the Redis SET command starting from Redis 2.6.12.
|
| SortArgs
Argument list builder for the Redis SORT command.
|
| StrAlgoArgs
Argument list builder for the Redis STRALGO command.
|
| StreamMessage
A stream message and its id.
|
| StreamScanCursor
Cursor result using the Streaming API.
|
| StringMatchResult
Result for STRALGO command.
|
| TransactionResult
Value interface for a
MULTI transaction result. |
| UnblockType
Unblock type for
CLIENT UNBLOCK command. |
| Value
A value container object which may or may not contain a non-null value.
|
| ValueScanCursor
Cursor providing a list of values.
|
| XAddArgs
Argument list builder for the Redis XADD command.
|
| XClaimArgs
Argument list builder for the Redis XCLAIM command.
|
| XGroupCreateArgs
Argument list builder for the Redis XGROUP CREATE command.
|
| XReadArgs
Argument list builder for the Redis XREAD and XREADGROUP commands.
|
| XReadArgs.StreamOffset
Value object representing a Stream with its offset.
|
| ZAddArgs
Argument list builder for the improved Redis ZADD command starting from Redis
3.0.2.
|
| ZStoreArgs
Argument list builder for the Redis ZUNIONSTORE and
ZINTERSTORE commands.
|
| Class and Description |
|---|
| AbstractRedisAsyncCommands
An asynchronous and thread-safe API for a Redis connection.
|
| AbstractRedisClient
Base Redis client.
|
| AbstractRedisReactiveCommands
A reactive and thread-safe API for a Redis connection.
|
| ClientOptions
Client Options to control the behavior of
RedisClient. |
| ClientOptions.Builder
Builder for
ClientOptions. |
| ClientOptions.DisconnectedBehavior
Behavior of connections in disconnected state.
|
| GeoArgs
Argument list builder for the Redis GEORADIUS and
GEORADIUSBYMEMBER commands.
|
| GeoArgs.Unit
Supported geo unit.
|
| GeoWithin
Geo element within a certain radius.
|
| KeyScanCursor
Cursor providing a list of keys.
|
| KeyValue
A key-value container extension to
Value. |
| ReadFrom
Defines from which Redis nodes data is read.
|
| RedisAsyncCommandsImpl
An asynchronous and thread-safe API for a Redis connection.
|
| RedisChannelHandler
Abstract base for every Redis connection.
|
| RedisChannelWriter
Writer for a channel.
|
| RedisException
Exception thrown when Redis returns an error message, or when the client fails for any reason.
|
| RedisFuture
A
RedisFuture represents the result of an asynchronous computation, extending CompletionStage. |
| RedisReactiveCommandsImpl
A reactive and thread-safe API for a Redis Sentinel connection.
|
| RedisURI
Redis URI.
|
| ScanArgs
Argument list builder for the Redis scan commands (SCAN, HSCAN, SSCAN, ZSCAN).
|
| ScanCursor
Generic Cursor data structure.
|
| SocketOptions
Options to configure low-level socket options for the connections kept to Redis servers.
|
| SslOptions
Options to configure SSL options for the connections kept to Redis servers.
|
| StreamScanCursor
Cursor result using the Streaming API.
|
| TimeoutOptions
Options for command timeouts.
|
| Class and Description |
|---|
| ReadFrom
Defines from which Redis nodes data is read.
|
| RedisChannelWriter
Writer for a channel.
|
| Class and Description |
|---|
| BitFieldArgs
Argument list builder for the Redis BITFIELD command.
|
| Consumer
Value object representing a Stream consumer within a consumer group.
|
| GeoArgs
Argument list builder for the Redis GEORADIUS and
GEORADIUSBYMEMBER commands.
|
| GeoArgs.Unit
Supported geo unit.
|
| GeoCoordinates
A tuple consisting of numerical geo data points to describe geo coordinates.
|
| GeoRadiusStoreArgs
Argument list builder for the Redis GEORADIUS command to store
GEORADIUS results or GEORADIUS distances in a sorted set.
|
| GeoWithin
Geo element within a certain radius.
|
| KeyScanCursor
Cursor providing a list of keys.
|
| KeyValue
A key-value container extension to
Value. |
| KillArgs
Argument list builder for the Redis CLIENT KILL command.
|
| Limit
Value object for a slice of data (offset/count).
|
| LPosArgs
Argument list builder for the Redis LPOS command.
|
| MapScanCursor
Scan cursor for maps.
|
| MigrateArgs
Argument list builder for the Redis MIGRATE command.
|
Range
Range defines lower and upper boundaries to retrieve items from a sorted set. |
| RedisFuture
A
RedisFuture represents the result of an asynchronous computation, extending CompletionStage. |
| RestoreArgs
Argument list builder for the Redis RESTORE command.
|
| ScanArgs
Argument list builder for the Redis scan commands (SCAN, HSCAN, SSCAN, ZSCAN).
|
| ScanCursor
Generic Cursor data structure.
|
| ScoredValue
A scored-value extension to
Value. |
| ScoredValueScanCursor
Cursor providing a list of
ScoredValue |
| ScriptOutputType
A Lua script returns one of the following types:
ScriptOutputType.BOOLEAN boolean
ScriptOutputType.INTEGER 64-bit integer
ScriptOutputType.STATUS status string
ScriptOutputType.VALUE value
ScriptOutputType.MULTI of these types
Redis to Lua conversion table. |
| SetArgs
Argument list builder for the Redis SET command starting from Redis 2.6.12.
|
| SortArgs
Argument list builder for the Redis SORT command.
|
| StrAlgoArgs
Argument list builder for the Redis STRALGO command.
|
| StreamMessage
A stream message and its id.
|
| StreamScanCursor
Cursor result using the Streaming API.
|
| StringMatchResult
Result for STRALGO command.
|
| UnblockType
Unblock type for
CLIENT UNBLOCK command. |
| Value
A value container object which may or may not contain a non-null value.
|
| ValueScanCursor
Cursor providing a list of values.
|
| XAddArgs
Argument list builder for the Redis XADD command.
|
| XClaimArgs
Argument list builder for the Redis XCLAIM command.
|
| XGroupCreateArgs
Argument list builder for the Redis XGROUP CREATE command.
|
| XReadArgs
Argument list builder for the Redis XREAD and XREADGROUP commands.
|
| XReadArgs.StreamOffset
Value object representing a Stream with its offset.
|
| ZAddArgs
Argument list builder for the improved Redis ZADD command starting from Redis
3.0.2.
|
| ZStoreArgs
Argument list builder for the Redis ZUNIONSTORE and
ZINTERSTORE commands.
|
| Class and Description |
|---|
| KeyScanCursor
Cursor providing a list of keys.
|
| KeyValue
A key-value container extension to
Value. |
| ScanArgs
Argument list builder for the Redis scan commands (SCAN, HSCAN, SSCAN, ZSCAN).
|
| ScanCursor
Generic Cursor data structure.
|
| StreamScanCursor
Cursor result using the Streaming API.
|
| Class and Description |
|---|
| BitFieldArgs
Argument list builder for the Redis BITFIELD command.
|
| Consumer
Value object representing a Stream consumer within a consumer group.
|
| GeoArgs
Argument list builder for the Redis GEORADIUS and
GEORADIUSBYMEMBER commands.
|
| GeoArgs.Unit
Supported geo unit.
|
| GeoCoordinates
A tuple consisting of numerical geo data points to describe geo coordinates.
|
| GeoRadiusStoreArgs
Argument list builder for the Redis GEORADIUS command to store
GEORADIUS results or GEORADIUS distances in a sorted set.
|
| GeoWithin
Geo element within a certain radius.
|
| KeyScanCursor
Cursor providing a list of keys.
|
| KeyValue
A key-value container extension to
Value. |
| KillArgs
Argument list builder for the Redis CLIENT KILL command.
|
| Limit
Value object for a slice of data (offset/count).
|
| LPosArgs
Argument list builder for the Redis LPOS command.
|
| MapScanCursor
Scan cursor for maps.
|
| MigrateArgs
Argument list builder for the Redis MIGRATE command.
|
Range
Range defines lower and upper boundaries to retrieve items from a sorted set. |
| RestoreArgs
Argument list builder for the Redis RESTORE command.
|
| ScanArgs
Argument list builder for the Redis scan commands (SCAN, HSCAN, SSCAN, ZSCAN).
|
| ScanCursor
Generic Cursor data structure.
|
| ScoredValue
A scored-value extension to
Value. |
| ScoredValueScanCursor
Cursor providing a list of
ScoredValue |
| ScriptOutputType
A Lua script returns one of the following types:
ScriptOutputType.BOOLEAN boolean
ScriptOutputType.INTEGER 64-bit integer
ScriptOutputType.STATUS status string
ScriptOutputType.VALUE value
ScriptOutputType.MULTI of these types
Redis to Lua conversion table. |
| SetArgs
Argument list builder for the Redis SET command starting from Redis 2.6.12.
|
| SortArgs
Argument list builder for the Redis SORT command.
|
| StrAlgoArgs
Argument list builder for the Redis STRALGO command.
|
| StreamMessage
A stream message and its id.
|
| StreamScanCursor
Cursor result using the Streaming API.
|
| StringMatchResult
Result for STRALGO command.
|
| UnblockType
Unblock type for
CLIENT UNBLOCK command. |
| Value
A value container object which may or may not contain a non-null value.
|
| ValueScanCursor
Cursor providing a list of values.
|
| XAddArgs
Argument list builder for the Redis XADD command.
|
| XClaimArgs
Argument list builder for the Redis XCLAIM command.
|
| XGroupCreateArgs
Argument list builder for the Redis XGROUP CREATE command.
|
| XReadArgs
Argument list builder for the Redis XREAD and XREADGROUP commands.
|
| XReadArgs.StreamOffset
Value object representing a Stream with its offset.
|
| ZAddArgs
Argument list builder for the improved Redis ZADD command starting from Redis
3.0.2.
|
| ZStoreArgs
Argument list builder for the Redis ZUNIONSTORE and
ZINTERSTORE commands.
|
| Class and Description |
|---|
| RedisURI
Redis URI.
|
| Class and Description |
|---|
| ConnectionFuture
A
ConnectionFuture represents the result of an asynchronous connection initialization. |
| RedisURI
Redis URI.
|
| Class and Description |
|---|
| RedisException
Exception thrown when Redis returns an error message, or when the client fails for any reason.
|
| Class and Description |
|---|
| RedisCommandExecutionException
Exception for errors states reported by Redis.
|
| RedisException
Exception thrown when Redis returns an error message, or when the client fails for any reason.
|
| Class and Description |
|---|
| ConnectionId
Connection identifier.
|
| Class and Description |
|---|
| TimeoutOptions
Options for command timeouts.
|
| Class and Description |
|---|
| ReadFrom
Defines from which Redis nodes data is read.
|
| RedisClient
A scalable and thread-safe Redis client supporting synchronous, asynchronous and reactive
execution models.
|
| RedisURI
Redis URI.
|
| Class and Description |
|---|
| ReadFrom
Defines from which Redis nodes data is read.
|
| RedisClient
A scalable and thread-safe Redis client supporting synchronous, asynchronous and reactive
execution models.
|
| RedisURI
Redis URI.
|
| Class and Description |
|---|
| RedisURI
Redis URI.
|
| Class and Description |
|---|
Range
Range defines lower and upper boundaries to retrieve items from a sorted set. |
| Class and Description |
|---|
| GeoCoordinates
A tuple consisting of numerical geo data points to describe geo coordinates.
|
| GeoWithin
Geo element within a certain radius.
|
| KeyValue
A key-value container extension to
Value. |
| ScanCursor
Generic Cursor data structure.
|
| ScoredValue
A scored-value extension to
Value. |
| StreamMessage
A stream message and its id.
|
| TransactionResult
Value interface for a
MULTI transaction result. |
| Value
A value container object which may or may not contain a non-null value.
|
| Class and Description |
|---|
| ClientOptions
Client Options to control the behavior of
RedisClient. |
| ConnectionEvents.Reconnect
Internal event when a reconnect is initiated.
|
| RedisChannelWriter
Writer for a channel.
|
| RedisFuture
A
RedisFuture represents the result of an asynchronous computation, extending CompletionStage. |
| ScriptOutputType
A Lua script returns one of the following types:
ScriptOutputType.BOOLEAN boolean
ScriptOutputType.INTEGER 64-bit integer
ScriptOutputType.STATUS status string
ScriptOutputType.VALUE value
ScriptOutputType.MULTI of these types
Redis to Lua conversion table. |
| Class and Description |
|---|
| AbstractRedisAsyncCommands
An asynchronous and thread-safe API for a Redis connection.
|
| AbstractRedisReactiveCommands
A reactive and thread-safe API for a Redis connection.
|
| ClientOptions
Client Options to control the behavior of
RedisClient. |
| RedisAsyncCommandsImpl
An asynchronous and thread-safe API for a Redis connection.
|
| RedisChannelHandler
Abstract base for every Redis connection.
|
| RedisChannelWriter
Writer for a channel.
|
| RedisFuture
A
RedisFuture represents the result of an asynchronous computation, extending CompletionStage. |
| RedisReactiveCommandsImpl
A reactive and thread-safe API for a Redis Sentinel connection.
|
| StatefulRedisConnectionImpl
A thread-safe connection to a Redis server.
|
| Class and Description |
|---|
| RedisFuture
A
RedisFuture represents the result of an asynchronous computation, extending CompletionStage. |
| Class and Description |
|---|
| RedisURI
Redis URI.
|
| Class and Description |
|---|
| AbstractRedisReactiveCommands
A reactive and thread-safe API for a Redis connection.
|
| KillArgs
Argument list builder for the Redis CLIENT KILL command.
|
| RedisChannelHandler
Abstract base for every Redis connection.
|
| RedisChannelWriter
Writer for a channel.
|
| RedisFuture
A
RedisFuture represents the result of an asynchronous computation, extending CompletionStage. |
| Class and Description |
|---|
| KillArgs
Argument list builder for the Redis CLIENT KILL command.
|
| RedisFuture
A
RedisFuture represents the result of an asynchronous computation, extending CompletionStage. |
| Class and Description |
|---|
| KillArgs
Argument list builder for the Redis CLIENT KILL command.
|
| Class and Description |
|---|
| KillArgs
Argument list builder for the Redis CLIENT KILL command.
|
| Class and Description |
|---|
| RedisClient
A scalable and thread-safe Redis client supporting synchronous, asynchronous and reactive
execution models.
|
| RedisURI
Redis URI.
|
Copyright © 2020 lettuce.io. All rights reserved.