Spring Data Key-Value

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

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

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

Methods in org.springframework.data.keyvalue.redis.core that return SetOperations
 SetOperations<K,V> RedisTemplate.opsForSet()
           
 SetOperations<K,V> RedisOperations.opsForSet()
          Returns the operations performed on set values.
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.