See: Description
Interface | Description |
---|---|
BitFieldSubCommands.BitFieldSubCommand |
Sub command to be used as part of
BitFieldSubCommands . |
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 . |
DefaultedRedisClusterConnection | |
DefaultedRedisConnection |
DefaultedRedisConnection provides method delegates to Redis*Command interfaces accessible via
RedisConnection . |
Message |
Class encapsulating a Redis message body and its properties.
|
MessageListener |
Listener of messages published in Redis.
|
NamedNode | |
Pool<T> |
Pool of resources
|
ReactiveClusterCommands |
Interface for the cluster commands supported by Redis executed using reactive infrastructure.
|
ReactiveClusterGeoCommands | |
ReactiveClusterHashCommands | |
ReactiveClusterHyperLogLogCommands | |
ReactiveClusterKeyCommands | |
ReactiveClusterListCommands | |
ReactiveClusterNumberCommands | |
ReactiveClusterScriptingCommands | |
ReactiveClusterServerCommands |
Redis Server commands executed in cluster environment using reactive infrastructure.
|
ReactiveClusterSetCommands | |
ReactiveClusterStreamCommands | |
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.
|
ReactivePubSubCommands |
Redis Pub/Sub 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.
|
ReactiveRedisConnectionFactory |
Thread-safe factory of reactive Redis connections.
|
ReactiveScriptingCommands |
Redis Scripting commands executed using reactive infrastructure.
|
ReactiveServerCommands |
Redis Server commands executed using reactive infrastructure.
|
ReactiveSetCommands |
Redis Set commands executed using reactive infrastructure.
|
ReactiveStreamCommands |
Stream-specific Redis commands executed using reactive infrastructure.
|
ReactiveStringCommands |
Redis String commands executed using reactive infrastructure.
|
ReactiveSubscription |
Subscription for Redis channels using reactive infrastructure.
|
ReactiveSubscription.Message<C,M> |
Message represents a Redis channel message within Redis pub/sub. |
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. |
RedisClusterServerCommands | |
RedisCommands |
Interface for the commands supported by Redis.
|
RedisConfiguration |
Marker interface for configuration classes related to Redis connection setup.
|
RedisConfiguration.ClusterConfiguration |
Configuration interface suitable for Redis cluster environments.
|
RedisConfiguration.DomainSocketConfiguration |
Configuration interface suitable for single node redis connections using local unix domain socket.
|
RedisConfiguration.SentinelConfiguration |
Configuration interface suitable for Redis Sentinel environments.
|
RedisConfiguration.StaticMasterReplicaConfiguration |
Configuration interface suitable for Redis master/slave environments with fixed hosts.
|
RedisConfiguration.WithAuthentication |
RedisConfiguration part suitable for configurations that may use authentication when connecting. |
RedisConfiguration.WithDatabaseIndex |
RedisConfiguration part suitable for configurations that use a specific database. |
RedisConfiguration.WithDomainSocket |
RedisConfiguration part suitable for configurations that use native domain sockets for connecting. |
RedisConfiguration.WithHostAndPort |
RedisConfiguration part suitable for configurations that use host/port combinations for connecting. |
RedisConfiguration.WithPassword |
RedisConfiguration part suitable for configurations that may use authentication when connecting. |
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.
|
RedisHyperLogLogCommands |
HyperLogLog 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 |
Redis Sentinel-specific commands.
|
RedisSentinelConnection | |
RedisServerCommands |
Server-specific commands supported by Redis.
|
RedisSetCommands |
Set-specific commands supported by Redis.
|
RedisStreamCommands |
Stream-specific Redis commands.
|
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 String s instead of byte arrays. |
StringRedisConnection.StringTuple |
String-friendly ZSet tuple.
|
Subscription |
Subscription for Redis channels.
|
ValueEncoding |
ValueEncoding is used for the Redis internal data representation used in order to store the value associated
with a key. |
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–2021 Pivotal Software, Inc.. All rights reserved.