Spring Data Key-Value

Uses of Class
org.springframework.data.keyvalue.redis.core.RedisTemplate

Packages that use RedisTemplate
org.springframework.data.keyvalue.redis.core Core package for integrating Redis with Spring concepts. 
org.springframework.data.keyvalue.redis.support.collections Package providing implementations for most of the java.util collections on top of Redis. 
 

Uses of RedisTemplate in org.springframework.data.keyvalue.redis.core
 

Subclasses of RedisTemplate in org.springframework.data.keyvalue.redis.core
 class StringRedisTemplate
          String-focused extension of RedisTemplate.
 

Uses of RedisTemplate in org.springframework.data.keyvalue.redis.support.collections
 

Methods in org.springframework.data.keyvalue.redis.support.collections with parameters of type RedisTemplate
 void RedisCollectionFactoryBean.setTemplate(RedisTemplate<String,?> template)
          Sets the template used by the resulting store.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.