Spring Data Key-Value

Uses of Package
org.springframework.data.keyvalue.redis.connection

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.core Core package for integrating Redis with Spring concepts. 
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. 
 

Classes in org.springframework.data.keyvalue.redis.connection used by org.springframework.data.keyvalue.redis.connection
DataType
          Enumeration of the Redis data types.
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.
RedisHashCommands
          Hash-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.
RedisConnectionFactory
          Thread-safe factory of Redis connections.
RedisHashCommands
          Hash-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.
RedisConnectionFactory
          Thread-safe factory of Redis connections.
RedisHashCommands
          Hash-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.core
DataType
          Enumeration of the Redis data types.
RedisConnection
          A connection to a Redis server.
RedisConnectionFactory
          Thread-safe factory of Redis connections.
SortParameters
          Entity containing the parameters for the SORT operation.
 

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
RedisConnectionFactory
          Thread-safe factory of Redis connections.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.