Spring Data Key-Value

Uses of Interface
org.springframework.data.keyvalue.redis.connection.StringRedisConnection.StringTuple

Packages that use StringRedisConnection.StringTuple
org.springframework.data.keyvalue.redis.connection Connection package providing low-level abstractions for interacting with the various Redis 'drivers'/libraries. 
 

Uses of StringRedisConnection.StringTuple in org.springframework.data.keyvalue.redis.connection
 

Classes in org.springframework.data.keyvalue.redis.connection that implement StringRedisConnection.StringTuple
 class DefaultStringTuple
          Default implementation for StringRedisConnection.StringTuple interface.
 

Methods in org.springframework.data.keyvalue.redis.connection that return types with arguments of type StringRedisConnection.StringTuple
 Set<StringRedisConnection.StringTuple> StringRedisConnection.zRangeByScoreWithScore(String key, double min, double max)
           
 Set<StringRedisConnection.StringTuple> DefaultStringRedisConnection.zRangeByScoreWithScore(String key, double min, double max)
           
 Set<StringRedisConnection.StringTuple> StringRedisConnection.zRangeByScoreWithScore(String key, double min, double max, long offset, long count)
           
 Set<StringRedisConnection.StringTuple> DefaultStringRedisConnection.zRangeByScoreWithScore(String key, double min, double max, long offset, long count)
           
 Set<StringRedisConnection.StringTuple> StringRedisConnection.zRangeWithScore(String key, long start, long end)
           
 Set<StringRedisConnection.StringTuple> DefaultStringRedisConnection.zRangeWithScore(String key, long start, long end)
           
 Set<StringRedisConnection.StringTuple> StringRedisConnection.zRevRangeWithScore(String key, long start, long end)
           
 Set<StringRedisConnection.StringTuple> DefaultStringRedisConnection.zRevRangeWithScore(String key, long start, long end)
           
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.