Spring Data Key-Value

Uses of Interface
org.springframework.data.keyvalue.redis.core.ValueOperations

Packages that use ValueOperations
org.springframework.data.keyvalue.redis.core Core package for integrating Redis with Spring concepts. 
 

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

Methods in org.springframework.data.keyvalue.redis.core that return ValueOperations
 ValueOperations<K,V> RedisTemplate.opsForValue()
           
 ValueOperations<K,V> RedisOperations.opsForValue()
          Returns the operations performed on simple values (or Strings in Redis terminology).
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.