See: Description
| Interface | Description |
|---|---|
| Message |
Class encapsulating a Redis message body and its properties.
|
| MessageListener |
Listener of messages published in Redis.
|
| Pool<T> |
Pool of resources
|
| RedisCommands |
Interface for the commands supported by Redis.
|
| RedisConnection |
A connection to a Redis server.
|
| RedisConnectionCommands |
Connection-specific commands supported by Redis.
|
| RedisConnectionFactory |
Thread-safe factory of Redis connections.
|
| RedisHashCommands |
Hash-specific commands supported by Redis.
|
| RedisKeyCommands |
Key-specific commands supported by Redis.
|
| RedisListCommands |
List-specific commands supported by Redis.
|
| RedisPubSubCommands |
PubSub-specific Redis commands.
|
| RedisScriptingCommands |
Scripting commands.
|
| RedisServerCommands |
Server-specific commands supported by Redis.
|
| RedisSetCommands |
Set-specific commands supported by Redis.
|
| RedisStringCommands |
String/Value-specific commands supported by Redis.
|
| RedisTxCommands |
Transaction/Batch specific commands supported by Redis.
|
| RedisZSetCommands |
ZSet(SortedSet)-specific commands supported by Redis.
|
| RedisZSetCommands.Tuple |
ZSet tuple.
|
| SortParameters |
Entity containing the parameters for the SORT operation.
|
| StringRedisConnection |
Convenience extension of
RedisConnection that accepts and returns Strings instead of byte arrays. |
| StringRedisConnection.StringTuple |
String-friendly ZSet tuple.
|
| Subscription |
Subscription for Redis channels.
|
| Class | Description |
|---|---|
| ConnectionUtils |
Utilities for examining a
RedisConnection |
| DefaultMessage |
Default message implementation.
|
| DefaultSortParameters |
Default implementation for
SortParameters. |
| DefaultStringRedisConnection |
Default implementation of
StringRedisConnection. |
| DefaultStringTuple |
Default implementation for
StringRedisConnection.StringTuple interface. |
| DefaultTuple |
Default implementation for
RedisZSetCommands.Tuple interface. |
| FutureResult<T> |
The result of an asynchronous operation
|
| PoolConfig | Deprecated
use
GenericObjectPoolConfig instead. |
| SortParameters.Range |
Utility class wrapping the 'LIMIT' setting.
|
| Enum | Description |
|---|---|
| DataType |
Enumeration of the Redis data types.
|
| RedisListCommands.Position |
List insertion position.
|
| RedisServerCommands.ShutdownOption | |
| RedisStringCommands.BitOperation | |
| RedisZSetCommands.Aggregate |
Sort aggregation operations.
|
| ReturnType |
Represents a data type returned from Redis, currently used to denote the expected return type of Redis scripting
commands
|
| SortParameters.Order |
Sorting order.
|
| Exception | Description |
|---|---|
| PoolException |
Exception thrown when there are issues with a resource pool
|
| RedisInvalidSubscriptionException |
Exception thrown when subscribing to an expired/dead
Subscription. |
| RedisPipelineException |
Exception thrown when executing/closing a pipeline that contains one or multiple invalid/incorrect statements.
|
| RedisSubscribedConnectionException |
Exception thrown when issuing commands on a connection that is subscribed and waiting for events.
|