Spring Data Key-Value

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

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

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

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


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.