| Package | Description |
|---|---|
| org.springframework.data.redis.connection |
Connection package providing low-level abstractions for interacting with
the various Redis 'drivers'/libraries.
|
| org.springframework.data.redis.connection.convert | |
| org.springframework.data.redis.connection.jedis |
Connection package for Jedis library.
|
| org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
| org.springframework.data.redis.connection.util |
Internal utility package for encoding/decoding Strings to byte[] (using Base64) library.
|
| org.springframework.data.redis.core |
Core package for integrating Redis with Spring concepts.
|
| org.springframework.data.redis.core.query |
Query package for Redis template.
|
| org.springframework.data.redis.core.script | |
| org.springframework.data.redis.listener |
Base package for Redis message listener / pubsub container facility
|
| org.springframework.data.redis.listener.adapter |
Message listener adapter package.
|
| org.springframework.data.redis.support.atomic |
Small toolkit mirroring the
java.util.atomic package in Redis. |
| org.springframework.data.redis.support.collections |
Package providing implementations for most of the
java.util collections on top of Redis. |
| Class and Description |
|---|
| DataType
Enumeration of the Redis data types.
|
| FutureResult
The result of an asynchronous operation
|
| RedisClusterNode
Representation of a Redis server within the cluster.
|
RedisGeoCommands.GeoLocation
RedisGeoCommands.GeoLocation representing a Point associated with a name. |
| RedisZSetCommands.Tuple
ZSet tuple.
|
| Class and Description |
|---|
| AbstractRedisConnection |
ClusterCommandExecutor
ClusterCommandExecutor takes care of running commands across the known cluster nodes. |
| ClusterCommandExecutor.ClusterCommandCallback
Callback interface for Redis 'low level' code using the cluster client directly.
|
| ClusterCommandExecutor.MultiKeyClusterCommandCallback
Callback interface for Redis 'low level' code using the cluster client to execute multi key commands.
|
ClusterInfo
ClusterInfo gives access to cluster information such as cluster_state and
cluster_slots_assigned provided by the CLUSTER INFO command. |
| DataType
Enumeration of the Redis data types.
|
| HyperLogLogCommands
HyperLogLog specific commands supported by Redis.
|
| MessageListener
Listener of messages published in Redis.
|
| NamedNode |
| ReactiveRedisClusterConnection |
| ReactiveRedisConnection
Redis connection using reactive infrastructure declaring entry points for reactive command execution.
|
| RedisClusterCommands
Interface for the cluster commands supported by Redis.
|
| RedisClusterCommands.AddSlots |
| RedisClusterConfiguration
Configuration class used for setting up
RedisConnection via RedisConnectionFactory using connecting
to Redis Cluster. |
RedisClusterConnection
RedisClusterConnection allows sending commands to dedicated nodes within the cluster. |
| RedisClusterNode
Representation of a Redis server within the cluster.
|
| RedisClusterNode.SlotRange |
| 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.
|
RedisGeoCommands.GeoLocation
RedisGeoCommands.GeoLocation representing a Point associated with a name. |
| RedisGeoCommands.GeoRadiusCommandArgs
Additional arguments (like count/sort/...) to be used with
RedisGeoCommands. |
| RedisHashCommands
Hash-specific commands supported by Redis.
|
| RedisKeyCommands
Key-specific commands supported by Redis.
|
| RedisListCommands
List-specific commands supported by Redis.
|
| RedisListCommands.Position
List insertion position.
|
| RedisNode |
| RedisPipelineException
Exception thrown when executing/closing a pipeline that contains one or multiple invalid/incorrect statements.
|
| RedisPubSubCommands
PubSub-specific Redis commands.
|
| RedisScriptingCommands
Scripting commands.
|
| RedisSentinelCommands |
| RedisSentinelConfiguration
Configuration class used for setting up
RedisConnection via RedisConnectionFactory using connecting
to Redis Sentinel(s). |
| RedisSentinelConnection |
| RedisServer |
| RedisServerCommands
Server-specific commands supported by Redis.
|
| RedisServerCommands.MigrateOption |
| RedisServerCommands.ShutdownOption |
| RedisSetCommands
Set-specific commands supported by Redis.
|
| RedisStringCommands
String/Value-specific commands supported by Redis.
|
| RedisStringCommands.BitOperation |
RedisStringCommands.SetOption
SET command arguments for NX, XX. |
| RedisTxCommands
Transaction/Batch specific commands supported by Redis.
|
| RedisZSetCommands
ZSet(SortedSet)-specific commands supported by Redis.
|
| RedisZSetCommands.Aggregate
Sort aggregation operations.
|
| RedisZSetCommands.Limit |
RedisZSetCommands.Range
RedisZSetCommands.Range defines min and max values to retrieve from a ZSET. |
| RedisZSetCommands.Range.Boundary |
| RedisZSetCommands.Tuple
ZSet tuple.
|
| ReturnType
Represents a data type returned from Redis, currently used to denote the expected return type of Redis scripting
commands
|
| SortParameters
Entity containing the parameters for the SORT operation.
|
| Subscription
Subscription for Redis channels.
|
| Class and Description |
|---|
| MessageListener
Listener of messages published in Redis.
|
| Subscription
Subscription for Redis channels.
|
| Class and Description |
|---|
| DataType
Enumeration of the Redis data types.
|
RedisClusterConnection
RedisClusterConnection allows sending commands to dedicated nodes within the cluster. |
| RedisClusterNode
Representation of a Redis server within the cluster.
|
| RedisClusterNode.SlotRange |
| RedisConnection
A connection to a Redis server.
|
| RedisConnectionFactory
Thread-safe factory of Redis connections.
|
RedisGeoCommands.GeoLocation
RedisGeoCommands.GeoLocation representing a Point associated with a name. |
| RedisGeoCommands.GeoRadiusCommandArgs
Additional arguments (like count/sort/...) to be used with
RedisGeoCommands. |
| RedisZSetCommands.Limit |
RedisZSetCommands.Range
RedisZSetCommands.Range defines min and max values to retrieve from a ZSET. |
| Class and Description |
|---|
| SortParameters
Entity containing the parameters for the SORT operation.
|
| SortParameters.Order
Sorting order.
|
| SortParameters.Range
Utility class wrapping the 'LIMIT' setting.
|
| Class and Description |
|---|
| RedisConnection
A connection to a Redis server.
|
| ReturnType
Represents a data type returned from Redis, currently used to denote the expected return type of Redis scripting
commands
|
| Class and Description |
|---|
| Message
Class encapsulating a Redis message body and its properties.
|
| MessageListener
Listener of messages published in Redis.
|
| RedisConnectionFactory
Thread-safe factory of Redis connections.
|
| Class and Description |
|---|
| Message
Class encapsulating a Redis message body and its properties.
|
| MessageListener
Listener of messages published in Redis.
|
| Class and Description |
|---|
| DataType
Enumeration of the Redis data types.
|
| RedisConnectionFactory
Thread-safe factory of Redis connections.
|
| Class and Description |
|---|
| DataType
Enumeration of the Redis data types.
|
| RedisZSetCommands.Limit |
RedisZSetCommands.Range
RedisZSetCommands.Range defines min and max values to retrieve from a ZSET. |
Copyright © 2011-2016–2016 Pivotal Software, Inc.. All rights reserved.