|
Spring Data Key-Value | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.springframework.data.keyvalue.redis.connection | |
|---|---|
| org.springframework.data.keyvalue.redis.connection | Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries. |
| org.springframework.data.keyvalue.redis.connection.jedis | Connection package for Jedis library. |
| org.springframework.data.keyvalue.redis.connection.jredis | Connection package for JRedis library. |
| org.springframework.data.keyvalue.redis.connection.rjc | Connection package for RJC library. |
| org.springframework.data.keyvalue.redis.connection.util | Internal utility package for encoding/decoding Strings to byte[] (using Base64) library. |
| org.springframework.data.keyvalue.redis.core | Core package for integrating Redis with Spring concepts. |
| org.springframework.data.keyvalue.redis.core.query | Query package for Redis template. |
| org.springframework.data.keyvalue.redis.listener | Base package for Redis message listener / pubsub container facility |
| org.springframework.data.keyvalue.redis.listener.adapter | Message listener adapter package. |
| org.springframework.data.keyvalue.redis.support.atomic | Small toolkit mirroring the java.util.atomic package in Redis. |
| org.springframework.data.keyvalue.redis.support.collections | Package providing implementations for most of the java.util collections on top of Redis. |
| Classes in org.springframework.data.keyvalue.redis.connection used by org.springframework.data.keyvalue.redis.connection | |
|---|---|
| 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. |
|
| 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. |
|
| RedisPubSubCommands
PubSub-specific Redis 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.Aggregate
Sort aggregation operations. |
|
| RedisZSetCommands.Tuple
ZSet tuple. |
|
| 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 Strings instead of
byte arrays. |
|
| StringRedisConnection.StringTuple
String-friendly ZSet tuple. |
|
| Subscription
Subscription for Redis channels. |
|
| Classes in org.springframework.data.keyvalue.redis.connection used by org.springframework.data.keyvalue.redis.connection.jedis | |
|---|---|
| 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. |
|
| 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.Aggregate
Sort aggregation operations. |
|
| RedisZSetCommands.Tuple
ZSet tuple. |
|
| SortParameters
Entity containing the parameters for the SORT operation. |
|
| Subscription
Subscription for Redis channels. |
|
| Classes in org.springframework.data.keyvalue.redis.connection used by org.springframework.data.keyvalue.redis.connection.jredis | |
|---|---|
| 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. |
|
| 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.Aggregate
Sort aggregation operations. |
|
| RedisZSetCommands.Tuple
ZSet tuple. |
|
| SortParameters
Entity containing the parameters for the SORT operation. |
|
| Subscription
Subscription for Redis channels. |
|
| Classes in org.springframework.data.keyvalue.redis.connection used by org.springframework.data.keyvalue.redis.connection.rjc | |
|---|---|
| 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. |
|
| 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.Aggregate
Sort aggregation operations. |
|
| RedisZSetCommands.Tuple
ZSet tuple. |
|
| SortParameters
Entity containing the parameters for the SORT operation. |
|
| Subscription
Subscription for Redis channels. |
|
| Classes in org.springframework.data.keyvalue.redis.connection used by org.springframework.data.keyvalue.redis.connection.util | |
|---|---|
| MessageListener
Listener of messages published in Redis. |
|
| Subscription
Subscription for Redis channels. |
|
| Classes in org.springframework.data.keyvalue.redis.connection used by org.springframework.data.keyvalue.redis.core | |
|---|---|
| DataType
Enumeration of the Redis data types. |
|
| RedisConnection
A connection to a Redis server. |
|
| RedisConnectionFactory
Thread-safe factory of Redis connections. |
|
| Classes in org.springframework.data.keyvalue.redis.connection used by org.springframework.data.keyvalue.redis.core.query | |
|---|---|
| SortParameters
Entity containing the parameters for the SORT operation. |
|
| SortParameters.Order
Sorting order. |
|
| SortParameters.Range
Utility class wrapping the 'LIMIT' setting. |
|
| Classes in org.springframework.data.keyvalue.redis.connection used by org.springframework.data.keyvalue.redis.listener | |
|---|---|
| Message
Class encapsulating a Redis message body and its properties. |
|
| MessageListener
Listener of messages published in Redis. |
|
| RedisConnectionFactory
Thread-safe factory of Redis connections. |
|
| Classes in org.springframework.data.keyvalue.redis.connection used by org.springframework.data.keyvalue.redis.listener.adapter | |
|---|---|
| Message
Class encapsulating a Redis message body and its properties. |
|
| MessageListener
Listener of messages published in Redis. |
|
| Classes in org.springframework.data.keyvalue.redis.connection used by org.springframework.data.keyvalue.redis.support.atomic | |
|---|---|
| DataType
Enumeration of the Redis data types. |
|
| RedisConnectionFactory
Thread-safe factory of Redis connections. |
|
| Classes in org.springframework.data.keyvalue.redis.connection used by org.springframework.data.keyvalue.redis.support.collections | |
|---|---|
| DataType
Enumeration of the Redis data types. |
|
|
Spring Data Key-Value | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||