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.jredis |
Connection package for JRedis library.
|
org.springframework.data.redis.connection.lettuce |
Connection package for Lettuce Redis client.
|
org.springframework.data.redis.connection.srp |
Connection package for spullara Redis Protocol library.
|
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.
|
DefaultSortParameters
Default implementation for
SortParameters . |
DefaultTuple
Default implementation for
RedisZSetCommands.Tuple interface. |
Message
Class encapsulating a Redis message body and its properties.
|
MessageListener
Listener of messages published in Redis.
|
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.
|
RedisInvalidSubscriptionException
Exception thrown when subscribing to an expired/dead
Subscription . |
RedisKeyCommands
Key-specific commands supported by Redis.
|
RedisListCommands
List-specific commands supported by Redis.
|
RedisListCommands.Position
List insertion position.
|
RedisPipelineException
Exception thrown when executing/closing a pipeline that contains one or multiple invalid/incorrect statements.
|
RedisPubSubCommands
PubSub-specific Redis commands.
|
RedisScriptingCommands
Scripting commands.
|
RedisServerCommands
Server-specific commands supported by Redis.
|
RedisServerCommands.ShutdownOption |
RedisSetCommands
Set-specific commands supported by Redis.
|
RedisStringCommands
String/Value-specific commands supported by Redis.
|
RedisStringCommands.BitOperation |
RedisTxCommands
Transaction/Batch specific commands supported by Redis.
|
RedisZSetCommands
ZSet(SortedSet)-specific commands supported by Redis.
|
RedisZSetCommands.Aggregate
Sort aggregation operations.
|
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.
|
SortParameters.Order
Sorting order.
|
SortParameters.Range
Utility class wrapping the 'LIMIT' setting.
|
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.
|
Class and Description |
---|
DataType
Enumeration of the Redis data types.
|
FutureResult
The result of an asynchronous operation
|
RedisZSetCommands.Tuple
ZSet tuple.
|
Class and Description |
---|
DataType
Enumeration of the Redis data types.
|
MessageListener
Listener of messages published in Redis.
|
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.
|
RedisListCommands.Position
List insertion position.
|
RedisPubSubCommands
PubSub-specific Redis commands.
|
RedisScriptingCommands
Scripting commands.
|
RedisServerCommands
Server-specific commands supported by Redis.
|
RedisServerCommands.ShutdownOption |
RedisSetCommands
Set-specific commands supported by Redis.
|
RedisStringCommands
String/Value-specific commands supported by Redis.
|
RedisStringCommands.BitOperation |
RedisTxCommands
Transaction/Batch specific commands supported by Redis.
|
RedisZSetCommands
ZSet(SortedSet)-specific commands supported by Redis.
|
RedisZSetCommands.Aggregate
Sort aggregation operations.
|
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 |
---|
DataType
Enumeration of the Redis data types.
|
MessageListener
Listener of messages published in Redis.
|
Pool
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.
|
RedisListCommands.Position
List insertion position.
|
RedisPubSubCommands
PubSub-specific Redis commands.
|
RedisScriptingCommands
Scripting commands.
|
RedisServerCommands
Server-specific commands supported by Redis.
|
RedisServerCommands.ShutdownOption |
RedisSetCommands
Set-specific commands supported by Redis.
|
RedisStringCommands
String/Value-specific commands supported by Redis.
|
RedisStringCommands.BitOperation |
RedisTxCommands
Transaction/Batch specific commands supported by Redis.
|
RedisZSetCommands
ZSet(SortedSet)-specific commands supported by Redis.
|
RedisZSetCommands.Aggregate
Sort aggregation operations.
|
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 |
---|
DataType
Enumeration of the Redis data types.
|
MessageListener
Listener of messages published in Redis.
|
Pool
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.
|
RedisListCommands.Position
List insertion position.
|
RedisPubSubCommands
PubSub-specific Redis commands.
|
RedisScriptingCommands
Scripting commands.
|
RedisServerCommands
Server-specific commands supported by Redis.
|
RedisServerCommands.ShutdownOption |
RedisSetCommands
Set-specific commands supported by Redis.
|
RedisStringCommands
String/Value-specific commands supported by Redis.
|
RedisStringCommands.BitOperation |
RedisTxCommands
Transaction/Batch specific commands supported by Redis.
|
RedisZSetCommands
ZSet(SortedSet)-specific commands supported by Redis.
|
RedisZSetCommands.Aggregate
Sort aggregation operations.
|
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 |
---|
DataType
Enumeration of the Redis data types.
|
MessageListener
Listener of messages published in Redis.
|
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.
|
RedisListCommands.Position
List insertion position.
|
RedisPubSubCommands
PubSub-specific Redis commands.
|
RedisScriptingCommands
Scripting commands.
|
RedisServerCommands
Server-specific commands supported by Redis.
|
RedisServerCommands.ShutdownOption |
RedisSetCommands
Set-specific commands supported by Redis.
|
RedisStringCommands
String/Value-specific commands supported by Redis.
|
RedisStringCommands.BitOperation |
RedisTxCommands
Transaction/Batch specific commands supported by Redis.
|
RedisZSetCommands
ZSet(SortedSet)-specific commands supported by Redis.
|
RedisZSetCommands.Aggregate
Sort aggregation operations.
|
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.
|
RedisConnection
A connection to a Redis server.
|
RedisConnectionFactory
Thread-safe factory of Redis connections.
|
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.
|
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.