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> DefaultStringRedisConnection.zRangeByScoreWithScores(String key, double min, double max)
           
 Set<StringRedisConnection.StringTuple> StringRedisConnection.zRangeByScoreWithScores(String key, double min, double max)
           
 Set<StringRedisConnection.StringTuple> DefaultStringRedisConnection.zRangeByScoreWithScores(String key, double min, double max, long offset, long count)
           
 Set<StringRedisConnection.StringTuple> StringRedisConnection.zRangeByScoreWithScores(String key, double min, double max, long offset, long count)
           
 Set<StringRedisConnection.StringTuple> DefaultStringRedisConnection.zRangeWithScores(String key, long start, long end)
           
 Set<StringRedisConnection.StringTuple> StringRedisConnection.zRangeWithScores(String key, long start, long end)
           
 Set<StringRedisConnection.StringTuple> DefaultStringRedisConnection.zRevRangeWithScores(String key, long start, long end)
           
 Set<StringRedisConnection.StringTuple> StringRedisConnection.zRevRangeWithScores(String key, long start, long end)
           
 


Spring Data Key-Value

Copyright © 2010-2011 SpringSource. All Rights Reserved.