Spring Data Key-Value

Uses of Interface
org.springframework.data.keyvalue.redis.connection.RedisCommands

Packages that use RedisCommands
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. 
 

Uses of RedisCommands in org.springframework.data.keyvalue.redis.connection
 

Subinterfaces of RedisCommands in org.springframework.data.keyvalue.redis.connection
 interface RedisConnection
          A connection to a Redis server.
 interface StringRedisConnection
          Convenience extension of RedisConnection that accepts and returns Strings instead of byte arrays.
 

Classes in org.springframework.data.keyvalue.redis.connection that implement RedisCommands
 class DefaultStringRedisConnection
          Default implementation of StringRedisConnection.
 

Uses of RedisCommands in org.springframework.data.keyvalue.redis.connection.jedis
 

Classes in org.springframework.data.keyvalue.redis.connection.jedis that implement RedisCommands
 class JedisConnection
          RedisConnection implementation on top of Jedis library.
 

Uses of RedisCommands in org.springframework.data.keyvalue.redis.connection.jredis
 

Classes in org.springframework.data.keyvalue.redis.connection.jredis that implement RedisCommands
 class JredisConnection
          RedisConnection implementation on top of JRedis library.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.