Uses of Class
redis.clients.jedis.Tuple

Packages that use Tuple
redis.clients.jedis   
 

Uses of Tuple in redis.clients.jedis
 

Methods in redis.clients.jedis that return types with arguments of type Tuple
 Set<Tuple> BinaryJedisCommands.zrangeByScoreWithScores(byte[] key, double min, double max)
           
 Set<Tuple> BinaryShardedJedis.zrangeByScoreWithScores(byte[] key, double min, double max)
           
 Set<Tuple> BinaryJedis.zrangeByScoreWithScores(byte[] key, double min, double max)
          Return the all the elements in the sorted set at key with a score between min and max (including elements with score equal to min or max).
 Set<Tuple> BinaryJedisCommands.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count)
           
 Set<Tuple> BinaryShardedJedis.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count)
           
 Set<Tuple> BinaryJedis.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count)
          Return the all the elements in the sorted set at key with a score between min and max (including elements with score equal to min or max).
 Set<Tuple> Jedis.zrangeByScoreWithScores(String key, double min, double max)
          Return the all the elements in the sorted set at key with a score between min and max (including elements with score equal to min or max).
 Set<Tuple> ShardedJedis.zrangeByScoreWithScores(String key, double min, double max)
           
 Set<Tuple> JedisCommands.zrangeByScoreWithScores(String key, double min, double max)
           
 Set<Tuple> Jedis.zrangeByScoreWithScores(String key, double min, double max, int offset, int count)
          Return the all the elements in the sorted set at key with a score between min and max (including elements with score equal to min or max).
 Set<Tuple> ShardedJedis.zrangeByScoreWithScores(String key, double min, double max, int offset, int count)
           
 Set<Tuple> JedisCommands.zrangeByScoreWithScores(String key, double min, double max, int offset, int count)
           
 Set<Tuple> BinaryJedisCommands.zrangeWithScores(byte[] key, int start, int end)
           
 Set<Tuple> BinaryShardedJedis.zrangeWithScores(byte[] key, int start, int end)
           
 Set<Tuple> BinaryJedis.zrangeWithScores(byte[] key, int start, int end)
           
 Set<Tuple> Jedis.zrangeWithScores(String key, int start, int end)
           
 Set<Tuple> ShardedJedis.zrangeWithScores(String key, int start, int end)
           
 Set<Tuple> JedisCommands.zrangeWithScores(String key, int start, int end)
           
 Set<Tuple> BinaryJedisCommands.zrevrangeWithScores(byte[] key, int start, int end)
           
 Set<Tuple> BinaryShardedJedis.zrevrangeWithScores(byte[] key, int start, int end)
           
 Set<Tuple> BinaryJedis.zrevrangeWithScores(byte[] key, int start, int end)
           
 Set<Tuple> Jedis.zrevrangeWithScores(String key, int start, int end)
           
 Set<Tuple> ShardedJedis.zrevrangeWithScores(String key, int start, int end)
           
 Set<Tuple> JedisCommands.zrevrangeWithScores(String key, int start, int end)
           
 



Copyright © 2010. All Rights Reserved.