Spring Data Key-Value

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

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

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

Methods in org.springframework.data.keyvalue.redis.core that return ZSetOperations
 ZSetOperations<K,V> RedisTemplate.opsForZSet()
           
 ZSetOperations<K,V> RedisOperations.opsForZSet()
          Returns the operations performed on zset values (also known as sorted sets).
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.