Spring Data Key-Value

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

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

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

Methods in org.springframework.data.keyvalue.redis.core that return BoundValueOperations
 BoundValueOperations<K,V> RedisTemplate.boundValueOps(K key)
           
 BoundValueOperations<K,V> RedisOperations.boundValueOps(K key)
          Returns the operations performed on simple values (or Strings in Redis terminology) bound to the given key.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.