See: Description
| Interface | Description |
|---|---|
| ClusterCommandExecutor.ClusterCommandCallback<T,S> |
Callback interface for Redis 'low level' code using the cluster client directly.
|
| ClusterCommandExecutor.MultiKeyClusterCommandCallback<T,S> |
Callback interface for Redis 'low level' code using the cluster client to execute multi key commands.
|
| ClusterNodeResourceProvider |
ClusterNodeResourceProvider provides access to low level client api to directly execute operations against a
Redis instance. |
| ClusterTopologyProvider |
ClusterTopologyProvider manages the current cluster topology and makes sure to refresh cluster information. |
| DecoratedRedisConnection |
Specifies that the connection decorates another
RedisConnection. |
| HyperLogLogCommands |
HyperLogLog specific commands supported by Redis.
|
| Message |
Class encapsulating a Redis message body and its properties.
|
| MessageListener |
Listener of messages published in Redis.
|
| NamedNode | |
| Pool<T> |
Pool of resources
|
| ReactiveClusterGeoCommands | |
| ReactiveClusterHashCommands | |
| ReactiveClusterHyperLogLogCommands | |
| ReactiveClusterKeyCommands | |
| ReactiveClusterListCommands | |
| ReactiveClusterNumberCommands | |
| ReactiveClusterSetCommands | |
| ReactiveClusterStringCommands | |
| ReactiveClusterZSetCommands | |
| ReactiveGeoCommands |
Redis Geo commands executed using reactive infrastructure.
|
| ReactiveHashCommands |
Redis Hash commands executed using reactive infrastructure.
|
| ReactiveHyperLogLogCommands |
Redis HyperLogLog commands executed using reactive infrastructure.
|
| ReactiveKeyCommands |
Redis Key commands executed using reactive infrastructure.
|
| ReactiveListCommands |
Redis List commands executed using reactive infrastructure.
|
| ReactiveNumberCommands |
Redis numeric commands executed using reactive infrastructure.
|
| ReactiveRedisClusterConnection | |
| ReactiveRedisConnection |
Redis connection using reactive infrastructure declaring entry points for reactive command execution.
|
| ReactiveRedisConnection.Command |
Base interface for Redis commands executed with a reactive infrastructure.
|
| ReactiveSetCommands |
Redis Set commands executed using reactive infrastructure.
|
| ReactiveStringCommands |
Redis String commands executed using reactive infrastructure.
|
| ReactiveZSetCommands |
Redis Sorted Set commands executed using reactive infrastructure.
|
| RedisClusterCommands |
Interface for the cluster commands supported by Redis.
|
| RedisClusterConnection |
RedisClusterConnection allows sending commands to dedicated nodes within the cluster. |
| 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.
|
| RedisGeoCommands |
Geo-specific Redis commands.
|
| 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.
|
| RedisSentinelCommands | |
| RedisSentinelConnection | |
| 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.
|
| Enum | Description |
|---|---|
| ClusterInfo.Info | |
| DataType |
Enumeration of the Redis data types.
|
| ReactiveListCommands.Direction | |
| RedisClusterCommands.AddSlots | |
| RedisClusterNode.Flag | |
| RedisClusterNode.LinkState | |
| RedisGeoCommands.DistanceUnit |
Metrics supported by Redis. |
| RedisGeoCommands.GeoRadiusCommandArgs.Flag | |
| RedisListCommands.Position |
List insertion position.
|
| RedisNode.NodeType | |
| RedisServer.INFO | |
| RedisServerCommands.MigrateOption | |
| RedisServerCommands.ShutdownOption | |
| RedisStringCommands.BitOperation | |
| RedisStringCommands.SetOption |
SET command arguments for NX, XX. |
| 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 |
|---|---|
| ClusterCommandExecutionFailureException |
Exception thrown when at least one call to a clustered redis environment fails.
|
| 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.
|
Performs exception translation between the underlying library exceptions to Spring's DAO hierarchy.
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.