org.springframework.data.redis |
Root package for integrating Redis with Spring concepts.
|
org.springframework.data.redis.cache |
|
org.springframework.data.redis.config |
|
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 |
|
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.convert |
|
org.springframework.data.redis.core.index |
|
org.springframework.data.redis.core.mapping |
|
org.springframework.data.redis.core.query |
Query package for Redis template.
|
org.springframework.data.redis.core.script |
|
org.springframework.data.redis.core.types |
|
org.springframework.data.redis.hash |
Dedicated support package for Redis hashes.
|
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.repository.cdi |
CDI support for Redis specific repository implementation.
|
org.springframework.data.redis.repository.configuration |
|
org.springframework.data.redis.repository.core |
|
org.springframework.data.redis.repository.query |
|
org.springframework.data.redis.repository.support |
|
org.springframework.data.redis.serializer |
Serialization/Deserialization package for converting Object to (and from) binary data.
|
org.springframework.data.redis.support |
Classes supporting the Redis packages, such as collection or atomic counters.
|
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.
|
org.springframework.data.redis.util |
|