Uses of Class
redis.clients.jedis.resps.Tuple
Packages that use Tuple
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
This package contains custom responses of core Redis commands.
This package contains the classes and interfaces related to RediSearch module.
-
Uses of Tuple in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type TupleModifier and TypeFieldDescriptionBuilderFactory.BINARY_KEYED_TUPLE_LISTBuilderFactory.KEYED_TUPLE_LISTBuilderFactory.TUPLEBuilderFactory.TUPLE_LISTBuilderFactory.TUPLE_LIST_FROM_PAIRSBuilderFactory.TUPLE_ZSETstatic final Builder<ScanResult<Tuple>> BuilderFactory.ZSCAN_RESPONSEMethods in redis.clients.jedis that return TupleModifier and TypeMethodDescriptionJedis.zpopmax(byte[] key) UnifiedJedis.zpopmax(byte[] key) Jedis.zpopmin(byte[] key) UnifiedJedis.zpopmin(byte[] key) Methods in redis.clients.jedis that return types with arguments of type TupleModifier and TypeMethodDescriptionfinal CommandObject<KeyValue<byte[], List<Tuple>>> CommandObjects.bzmpop(long timeout, SortedSetOption option, byte[]... keys) final CommandObject<KeyValue<byte[], List<Tuple>>> CommandObjects.bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) final CommandObject<KeyValue<String, List<Tuple>>> CommandObjects.bzmpop(long timeout, SortedSetOption option, int count, String... keys) final CommandObject<KeyValue<String, List<Tuple>>> CommandObjects.bzmpop(long timeout, SortedSetOption option, String... keys) Jedis.bzmpop(long timeout, SortedSetOption option, byte[]... keys) Jedis.bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) Jedis.bzmpop(long timeout, SortedSetOption option, int count, String... keys) Jedis.bzmpop(long timeout, SortedSetOption option, String... keys) MultiNodePipelineBase.bzmpop(long timeout, SortedSetOption option, byte[]... keys) MultiNodePipelineBase.bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) MultiNodePipelineBase.bzmpop(long timeout, SortedSetOption option, int count, String... keys) MultiNodePipelineBase.bzmpop(long timeout, SortedSetOption option, String... keys) Pipeline.bzmpop(long timeout, SortedSetOption option, byte[]... keys) Pipeline.bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) Pipeline.bzmpop(long timeout, SortedSetOption option, int count, String... keys) Pipeline.bzmpop(long timeout, SortedSetOption option, String... keys) TransactionBase.bzmpop(long timeout, SortedSetOption option, byte[]... keys) TransactionBase.bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) TransactionBase.bzmpop(long timeout, SortedSetOption option, int count, String... keys) TransactionBase.bzmpop(long timeout, SortedSetOption option, String... keys) UnifiedJedis.bzmpop(long timeout, SortedSetOption option, byte[]... keys) UnifiedJedis.bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) UnifiedJedis.bzmpop(long timeout, SortedSetOption option, int count, String... keys) UnifiedJedis.bzmpop(long timeout, SortedSetOption option, String... keys) final CommandObject<List<Tuple>> CommandObjects.ftSugGetWithScores(String key, String prefix) final CommandObject<List<Tuple>> CommandObjects.ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) MultiNodePipelineBase.ftSugGetWithScores(String key, String prefix) MultiNodePipelineBase.ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) Pipeline.ftSugGetWithScores(String key, String prefix) Pipeline.ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) TransactionBase.ftSugGetWithScores(String key, String prefix) TransactionBase.ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) UnifiedJedis.ftSugGetWithScores(String key, String prefix) UnifiedJedis.ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) final CommandObject<Set<Tuple>> CommandObjects.zdiffWithScores(byte[]... keys) final CommandObject<Set<Tuple>> CommandObjects.zdiffWithScores(String... keys) Jedis.zdiffWithScores(byte[]... keys) Jedis.zdiffWithScores(String... keys) MultiNodePipelineBase.zdiffWithScores(byte[]... keys) MultiNodePipelineBase.zdiffWithScores(String... keys) Pipeline.zdiffWithScores(byte[]... keys) Pipeline.zdiffWithScores(String... keys) TransactionBase.zdiffWithScores(byte[]... keys) TransactionBase.zdiffWithScores(String... keys) UnifiedJedis.zdiffWithScores(byte[]... keys) UnifiedJedis.zdiffWithScores(String... keys) final CommandObject<Set<Tuple>> CommandObjects.zinterWithScores(ZParams params, byte[]... keys) final CommandObject<Set<Tuple>> CommandObjects.zinterWithScores(ZParams params, String... keys) Jedis.zinterWithScores(ZParams params, byte[]... keys) Intersect multiple sorted sets, This command is similar to ZINTERSTORE, but instead of storing the resulting sorted set, it is returned to the connection.Jedis.zinterWithScores(ZParams params, String... keys) Intersect multiple sorted sets, This command is similar to ZINTERSTORE, but instead of storing the resulting sorted set, it is returned to the connection.MultiNodePipelineBase.zinterWithScores(ZParams params, byte[]... keys) MultiNodePipelineBase.zinterWithScores(ZParams params, String... keys) Pipeline.zinterWithScores(ZParams params, byte[]... keys) Pipeline.zinterWithScores(ZParams params, String... keys) TransactionBase.zinterWithScores(ZParams params, byte[]... keys) TransactionBase.zinterWithScores(ZParams params, String... keys) UnifiedJedis.zinterWithScores(ZParams params, byte[]... keys) UnifiedJedis.zinterWithScores(ZParams params, String... keys) final CommandObject<KeyValue<byte[], List<Tuple>>> CommandObjects.zmpop(SortedSetOption option, byte[]... keys) final CommandObject<KeyValue<byte[], List<Tuple>>> CommandObjects.zmpop(SortedSetOption option, int count, byte[]... keys) final CommandObject<KeyValue<String, List<Tuple>>> CommandObjects.zmpop(SortedSetOption option, int count, String... keys) final CommandObject<KeyValue<String, List<Tuple>>> CommandObjects.zmpop(SortedSetOption option, String... keys) Jedis.zmpop(SortedSetOption option, byte[]... keys) Jedis.zmpop(SortedSetOption option, int count, byte[]... keys) Jedis.zmpop(SortedSetOption option, int count, String... keys) Jedis.zmpop(SortedSetOption option, String... keys) MultiNodePipelineBase.zmpop(SortedSetOption option, byte[]... keys) MultiNodePipelineBase.zmpop(SortedSetOption option, int count, byte[]... keys) MultiNodePipelineBase.zmpop(SortedSetOption option, int count, String... keys) MultiNodePipelineBase.zmpop(SortedSetOption option, String... keys) Pipeline.zmpop(SortedSetOption option, byte[]... keys) Pipeline.zmpop(SortedSetOption option, int count, byte[]... keys) Pipeline.zmpop(SortedSetOption option, int count, String... keys) Pipeline.zmpop(SortedSetOption option, String... keys) TransactionBase.zmpop(SortedSetOption option, byte[]... keys) TransactionBase.zmpop(SortedSetOption option, int count, byte[]... keys) TransactionBase.zmpop(SortedSetOption option, int count, String... keys) TransactionBase.zmpop(SortedSetOption option, String... keys) UnifiedJedis.zmpop(SortedSetOption option, byte[]... keys) UnifiedJedis.zmpop(SortedSetOption option, int count, byte[]... keys) UnifiedJedis.zmpop(SortedSetOption option, int count, String... keys) UnifiedJedis.zmpop(SortedSetOption option, String... keys) final CommandObject<Tuple> CommandObjects.zpopmax(byte[] key) final CommandObject<List<Tuple>> CommandObjects.zpopmax(byte[] key, int count) final CommandObject<Tuple> final CommandObject<List<Tuple>> Jedis.zpopmax(byte[] key, int count) MultiNodePipelineBase.zpopmax(byte[] key) MultiNodePipelineBase.zpopmax(byte[] key, int count) Pipeline.zpopmax(byte[] key) Pipeline.zpopmax(byte[] key, int count) TransactionBase.zpopmax(byte[] key) TransactionBase.zpopmax(byte[] key, int count) UnifiedJedis.zpopmax(byte[] key, int count) final CommandObject<Tuple> CommandObjects.zpopmin(byte[] key) final CommandObject<List<Tuple>> CommandObjects.zpopmin(byte[] key, int count) final CommandObject<Tuple> final CommandObject<List<Tuple>> Jedis.zpopmin(byte[] key, int count) MultiNodePipelineBase.zpopmin(byte[] key) MultiNodePipelineBase.zpopmin(byte[] key, int count) Pipeline.zpopmin(byte[] key) Pipeline.zpopmin(byte[] key, int count) TransactionBase.zpopmin(byte[] key) TransactionBase.zpopmin(byte[] key, int count) UnifiedJedis.zpopmin(byte[] key, int count) final CommandObject<List<Tuple>> CommandObjects.zrandmemberWithScores(byte[] key, long count) final CommandObject<List<Tuple>> CommandObjects.zrandmemberWithScores(String key, long count) Jedis.zrandmemberWithScores(byte[] key, long count) Jedis.zrandmemberWithScores(String key, long count) MultiNodePipelineBase.zrandmemberWithScores(byte[] key, long count) MultiNodePipelineBase.zrandmemberWithScores(String key, long count) Pipeline.zrandmemberWithScores(byte[] key, long count) Pipeline.zrandmemberWithScores(String key, long count) TransactionBase.zrandmemberWithScores(byte[] key, long count) TransactionBase.zrandmemberWithScores(String key, long count) UnifiedJedis.zrandmemberWithScores(byte[] key, long count) UnifiedJedis.zrandmemberWithScores(String key, long count) final CommandObject<List<Tuple>> CommandObjects.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) final CommandObject<List<Tuple>> CommandObjects.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) final CommandObject<List<Tuple>> CommandObjects.zrangeByScoreWithScores(byte[] key, double min, double max) final CommandObject<List<Tuple>> CommandObjects.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) final CommandObject<List<Tuple>> CommandObjects.zrangeByScoreWithScores(String key, double min, double max) final CommandObject<List<Tuple>> CommandObjects.zrangeByScoreWithScores(String key, double min, double max, int offset, int count) final CommandObject<List<Tuple>> CommandObjects.zrangeByScoreWithScores(String key, String min, String max) final CommandObject<List<Tuple>> CommandObjects.zrangeByScoreWithScores(String key, String min, String max, int offset, int count) Jedis.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) Jedis.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) Jedis.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).Jedis.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).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).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).Jedis.zrangeByScoreWithScores(String key, String min, String max) Jedis.zrangeByScoreWithScores(String key, String min, String max, int offset, int count) MultiNodePipelineBase.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) MultiNodePipelineBase.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) MultiNodePipelineBase.zrangeByScoreWithScores(byte[] key, double min, double max) MultiNodePipelineBase.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) MultiNodePipelineBase.zrangeByScoreWithScores(String key, double min, double max) MultiNodePipelineBase.zrangeByScoreWithScores(String key, double min, double max, int offset, int count) MultiNodePipelineBase.zrangeByScoreWithScores(String key, String min, String max) MultiNodePipelineBase.zrangeByScoreWithScores(String key, String min, String max, int offset, int count) Pipeline.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) Pipeline.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) Pipeline.zrangeByScoreWithScores(byte[] key, double min, double max) Pipeline.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) Pipeline.zrangeByScoreWithScores(String key, double min, double max) Pipeline.zrangeByScoreWithScores(String key, double min, double max, int offset, int count) Pipeline.zrangeByScoreWithScores(String key, String min, String max) Pipeline.zrangeByScoreWithScores(String key, String min, String max, int offset, int count) TransactionBase.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) TransactionBase.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) TransactionBase.zrangeByScoreWithScores(byte[] key, double min, double max) TransactionBase.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) TransactionBase.zrangeByScoreWithScores(String key, double min, double max) TransactionBase.zrangeByScoreWithScores(String key, double min, double max, int offset, int count) TransactionBase.zrangeByScoreWithScores(String key, String min, String max) TransactionBase.zrangeByScoreWithScores(String key, String min, String max, int offset, int count) UnifiedJedis.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) UnifiedJedis.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) UnifiedJedis.zrangeByScoreWithScores(byte[] key, double min, double max) UnifiedJedis.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) UnifiedJedis.zrangeByScoreWithScores(String key, double min, double max) UnifiedJedis.zrangeByScoreWithScores(String key, double min, double max, int offset, int count) UnifiedJedis.zrangeByScoreWithScores(String key, String min, String max) UnifiedJedis.zrangeByScoreWithScores(String key, String min, String max, int offset, int count) final CommandObject<List<Tuple>> CommandObjects.zrangeWithScores(byte[] key, long start, long stop) final CommandObject<List<Tuple>> CommandObjects.zrangeWithScores(byte[] key, ZRangeParams zRangeParams) final CommandObject<List<Tuple>> CommandObjects.zrangeWithScores(String key, long start, long stop) final CommandObject<List<Tuple>> CommandObjects.zrangeWithScores(String key, ZRangeParams zRangeParams) Jedis.zrangeWithScores(byte[] key, long start, long stop) Jedis.zrangeWithScores(byte[] key, ZRangeParams zRangeParams) Jedis.zrangeWithScores(String key, long start, long stop) Jedis.zrangeWithScores(String key, ZRangeParams zRangeParams) MultiNodePipelineBase.zrangeWithScores(byte[] key, long start, long stop) MultiNodePipelineBase.zrangeWithScores(byte[] key, ZRangeParams zRangeParams) MultiNodePipelineBase.zrangeWithScores(String key, long start, long stop) MultiNodePipelineBase.zrangeWithScores(String key, ZRangeParams zRangeParams) Pipeline.zrangeWithScores(byte[] key, long start, long stop) Pipeline.zrangeWithScores(byte[] key, ZRangeParams zRangeParams) Pipeline.zrangeWithScores(String key, long start, long stop) Pipeline.zrangeWithScores(String key, ZRangeParams zRangeParams) TransactionBase.zrangeWithScores(byte[] key, long start, long stop) TransactionBase.zrangeWithScores(byte[] key, ZRangeParams zRangeParams) TransactionBase.zrangeWithScores(String key, long start, long stop) TransactionBase.zrangeWithScores(String key, ZRangeParams zRangeParams) UnifiedJedis.zrangeWithScores(byte[] key, long start, long stop) UnifiedJedis.zrangeWithScores(byte[] key, ZRangeParams zRangeParams) UnifiedJedis.zrangeWithScores(String key, long start, long stop) UnifiedJedis.zrangeWithScores(String key, ZRangeParams zRangeParams) final CommandObject<List<Tuple>> CommandObjects.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) final CommandObject<List<Tuple>> CommandObjects.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) final CommandObject<List<Tuple>> CommandObjects.zrevrangeByScoreWithScores(byte[] key, double max, double min) final CommandObject<List<Tuple>> CommandObjects.zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) final CommandObject<List<Tuple>> CommandObjects.zrevrangeByScoreWithScores(String key, double max, double min) final CommandObject<List<Tuple>> CommandObjects.zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) final CommandObject<List<Tuple>> CommandObjects.zrevrangeByScoreWithScores(String key, String max, String min) final CommandObject<List<Tuple>> CommandObjects.zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) Jedis.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) Jedis.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) Jedis.zrevrangeByScoreWithScores(byte[] key, double max, double min) Jedis.zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) Jedis.zrevrangeByScoreWithScores(String key, double max, double min) Jedis.zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) Jedis.zrevrangeByScoreWithScores(String key, String max, String min) Jedis.zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) MultiNodePipelineBase.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) MultiNodePipelineBase.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) MultiNodePipelineBase.zrevrangeByScoreWithScores(byte[] key, double max, double min) MultiNodePipelineBase.zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) MultiNodePipelineBase.zrevrangeByScoreWithScores(String key, double max, double min) MultiNodePipelineBase.zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) MultiNodePipelineBase.zrevrangeByScoreWithScores(String key, String max, String min) MultiNodePipelineBase.zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) Pipeline.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) Pipeline.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) Pipeline.zrevrangeByScoreWithScores(byte[] key, double max, double min) Pipeline.zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) Pipeline.zrevrangeByScoreWithScores(String key, double max, double min) Pipeline.zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) Pipeline.zrevrangeByScoreWithScores(String key, String max, String min) Pipeline.zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) TransactionBase.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) TransactionBase.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) TransactionBase.zrevrangeByScoreWithScores(byte[] key, double max, double min) TransactionBase.zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) TransactionBase.zrevrangeByScoreWithScores(String key, double max, double min) TransactionBase.zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) TransactionBase.zrevrangeByScoreWithScores(String key, String max, String min) TransactionBase.zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) UnifiedJedis.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) UnifiedJedis.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) UnifiedJedis.zrevrangeByScoreWithScores(byte[] key, double max, double min) UnifiedJedis.zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) UnifiedJedis.zrevrangeByScoreWithScores(String key, double max, double min) UnifiedJedis.zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) UnifiedJedis.zrevrangeByScoreWithScores(String key, String max, String min) UnifiedJedis.zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) final CommandObject<List<Tuple>> CommandObjects.zrevrangeWithScores(byte[] key, long start, long stop) final CommandObject<List<Tuple>> CommandObjects.zrevrangeWithScores(String key, long start, long stop) Jedis.zrevrangeWithScores(byte[] key, long start, long stop) Jedis.zrevrangeWithScores(String key, long start, long stop) MultiNodePipelineBase.zrevrangeWithScores(byte[] key, long start, long stop) MultiNodePipelineBase.zrevrangeWithScores(String key, long start, long stop) Pipeline.zrevrangeWithScores(byte[] key, long start, long stop) Pipeline.zrevrangeWithScores(String key, long start, long stop) TransactionBase.zrevrangeWithScores(byte[] key, long start, long stop) TransactionBase.zrevrangeWithScores(String key, long start, long stop) UnifiedJedis.zrevrangeWithScores(byte[] key, long start, long stop) UnifiedJedis.zrevrangeWithScores(String key, long start, long stop) final CommandObject<ScanResult<Tuple>> CommandObjects.zscan(byte[] key, byte[] cursor, ScanParams params) final CommandObject<ScanResult<Tuple>> CommandObjects.zscan(String key, String cursor, ScanParams params) Jedis.zscan(byte[] key, byte[] cursor) Jedis.zscan(byte[] key, byte[] cursor, ScanParams params) Jedis.zscan(String key, String cursor, ScanParams params) MultiNodePipelineBase.zscan(byte[] key, byte[] cursor, ScanParams params) MultiNodePipelineBase.zscan(String key, String cursor, ScanParams params) Pipeline.zscan(byte[] key, byte[] cursor, ScanParams params) Pipeline.zscan(String key, String cursor, ScanParams params) TransactionBase.zscan(byte[] key, byte[] cursor, ScanParams params) TransactionBase.zscan(String key, String cursor, ScanParams params) UnifiedJedis.zscan(byte[] key, byte[] cursor, ScanParams params) UnifiedJedis.zscan(String key, String cursor, ScanParams params) final CommandObject<Set<Tuple>> CommandObjects.zunionWithScores(ZParams params, byte[]... keys) final CommandObject<Set<Tuple>> CommandObjects.zunionWithScores(ZParams params, String... keys) Jedis.zunionWithScores(ZParams params, byte[]... keys) Add multiple sorted sets with scores, This command is similar to ZUNIONSTORE, but instead of storing the resulting sorted set, it is returned to the connection.Jedis.zunionWithScores(ZParams params, String... keys) Add multiple sorted sets with scores, This command is similar to ZUNIONSTORE, but instead of storing the resulting sorted set, it is returned to the connection.MultiNodePipelineBase.zunionWithScores(ZParams params, byte[]... keys) MultiNodePipelineBase.zunionWithScores(ZParams params, String... keys) Pipeline.zunionWithScores(ZParams params, byte[]... keys) Pipeline.zunionWithScores(ZParams params, String... keys) TransactionBase.zunionWithScores(ZParams params, byte[]... keys) TransactionBase.zunionWithScores(ZParams params, String... keys) UnifiedJedis.zunionWithScores(ZParams params, byte[]... keys) UnifiedJedis.zunionWithScores(ZParams params, String... keys) -
Uses of Tuple in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return TupleModifier and TypeMethodDescriptionSortedSetBinaryCommands.zpopmax(byte[] key) Remove and return the member with the highest score in the sorted set stored at key.SortedSetBinaryCommands.zpopmin(byte[] key) Remove and return the member with the lowest score in the sorted set stored at key.Methods in redis.clients.jedis.commands that return types with arguments of type TupleModifier and TypeMethodDescriptionSortedSetBinaryCommands.bzmpop(long timeout, SortedSetOption option, byte[]... keys) SortedSetBinaryCommands.bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) SortedSetCommands.bzmpop(long timeout, SortedSetOption option, int count, String... keys) SortedSetCommands.bzmpop(long timeout, SortedSetOption option, String... keys) SortedSetPipelineBinaryCommands.bzmpop(long timeout, SortedSetOption option, byte[]... keys) SortedSetPipelineBinaryCommands.bzmpop(long timeout, SortedSetOption option, int count, byte[]... keys) SortedSetPipelineCommands.bzmpop(long timeout, SortedSetOption option, int count, String... keys) SortedSetPipelineCommands.bzmpop(long timeout, SortedSetOption option, String... keys) SortedSetBinaryCommands.zdiffWithScores(byte[]... keys) SortedSetCommands.zdiffWithScores(String... keys) Compute the difference between all the sets in the given keys.SortedSetPipelineBinaryCommands.zdiffWithScores(byte[]... keys) SortedSetPipelineCommands.zdiffWithScores(String... keys) SortedSetBinaryCommands.zinterWithScores(ZParams params, byte[]... keys) SortedSetCommands.zinterWithScores(ZParams params, String... keys) Compute the intersection between all the sets in the given keys.SortedSetPipelineBinaryCommands.zinterWithScores(ZParams params, byte[]... keys) SortedSetPipelineCommands.zinterWithScores(ZParams params, String... keys) SortedSetBinaryCommands.zmpop(SortedSetOption option, byte[]... keys) SortedSetBinaryCommands.zmpop(SortedSetOption option, int count, byte[]... keys) SortedSetCommands.zmpop(SortedSetOption option, int count, String... keys) SortedSetCommands.zmpop(SortedSetOption option, String... keys) SortedSetPipelineBinaryCommands.zmpop(SortedSetOption option, byte[]... keys) SortedSetPipelineBinaryCommands.zmpop(SortedSetOption option, int count, byte[]... keys) SortedSetPipelineCommands.zmpop(SortedSetOption option, int count, String... keys) SortedSetPipelineCommands.zmpop(SortedSetOption option, String... keys) SortedSetBinaryCommands.zpopmax(byte[] key, int count) Remove and return up to count members with the highest scores in the sorted set stored at key.SortedSetPipelineBinaryCommands.zpopmax(byte[] key) SortedSetPipelineBinaryCommands.zpopmax(byte[] key, int count) SortedSetBinaryCommands.zpopmin(byte[] key, int count) Remove and return up to count members with the lowest scores in the sorted set stored at key.SortedSetPipelineBinaryCommands.zpopmin(byte[] key) SortedSetPipelineBinaryCommands.zpopmin(byte[] key, int count) SortedSetBinaryCommands.zrandmemberWithScores(byte[] key, long count) SortedSetCommands.zrandmemberWithScores(String key, long count) Similar toZRANDMEMBERbut the replay will include the scores with the result.SortedSetPipelineBinaryCommands.zrandmemberWithScores(byte[] key, long count) SortedSetPipelineCommands.zrandmemberWithScores(String key, long count) SortedSetBinaryCommands.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) SortedSetBinaryCommands.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) SortedSetBinaryCommands.zrangeByScoreWithScores(byte[] key, double min, double max) SortedSetBinaryCommands.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) SortedSetCommands.zrangeByScoreWithScores(String key, double min, double max) Similar toZRANGEbut return with scores.SortedSetCommands.zrangeByScoreWithScores(String key, double min, double max, int offset, int count) Similar toZRANGEbut with limit option, and return with scores.SortedSetCommands.zrangeByScoreWithScores(String key, String min, String max) Similar toZRANGEbut with exclusive range, and return with scores.SortedSetCommands.zrangeByScoreWithScores(String key, String min, String max, int offset, int count) Similar toZRANGEbut with exclusive range, with limit options and return with scores.SortedSetPipelineBinaryCommands.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max) SortedSetPipelineBinaryCommands.zrangeByScoreWithScores(byte[] key, byte[] min, byte[] max, int offset, int count) SortedSetPipelineBinaryCommands.zrangeByScoreWithScores(byte[] key, double min, double max) SortedSetPipelineBinaryCommands.zrangeByScoreWithScores(byte[] key, double min, double max, int offset, int count) SortedSetPipelineCommands.zrangeByScoreWithScores(String key, double min, double max) SortedSetPipelineCommands.zrangeByScoreWithScores(String key, double min, double max, int offset, int count) SortedSetPipelineCommands.zrangeByScoreWithScores(String key, String min, String max) SortedSetPipelineCommands.zrangeByScoreWithScores(String key, String min, String max, int offset, int count) SortedSetBinaryCommands.zrangeWithScores(byte[] key, long start, long stop) SortedSetBinaryCommands.zrangeWithScores(byte[] key, ZRangeParams zRangeParams) SortedSetCommands.zrangeWithScores(String key, long start, long stop) Returns the specified range of elements in the sorted set stored at key with the scores.SortedSetCommands.zrangeWithScores(String key, ZRangeParams zRangeParams) Similar toZRANGEbut can be used with additional params.SortedSetPipelineBinaryCommands.zrangeWithScores(byte[] key, long start, long stop) SortedSetPipelineBinaryCommands.zrangeWithScores(byte[] key, ZRangeParams zRangeParams) SortedSetPipelineCommands.zrangeWithScores(String key, long start, long stop) SortedSetPipelineCommands.zrangeWithScores(String key, ZRangeParams zRangeParams) SortedSetBinaryCommands.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) SortedSetBinaryCommands.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) SortedSetBinaryCommands.zrevrangeByScoreWithScores(byte[] key, double max, double min) SortedSetBinaryCommands.zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) SortedSetCommands.zrevrangeByScoreWithScores(String key, double max, double min) Similar toZREVRANGEbut return with scores.SortedSetCommands.zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) Similar toZREVRANGEbut with limit options and return with scores.SortedSetCommands.zrevrangeByScoreWithScores(String key, String max, String min) Similar toZREVRANGEbut with exclusive range, and return with scores.SortedSetCommands.zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) Similar toZREVRANGEbut with exclusive range, with limit options and return with scores.SortedSetPipelineBinaryCommands.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min) SortedSetPipelineBinaryCommands.zrevrangeByScoreWithScores(byte[] key, byte[] max, byte[] min, int offset, int count) SortedSetPipelineBinaryCommands.zrevrangeByScoreWithScores(byte[] key, double max, double min) SortedSetPipelineBinaryCommands.zrevrangeByScoreWithScores(byte[] key, double max, double min, int offset, int count) SortedSetPipelineCommands.zrevrangeByScoreWithScores(String key, double max, double min) SortedSetPipelineCommands.zrevrangeByScoreWithScores(String key, double max, double min, int offset, int count) SortedSetPipelineCommands.zrevrangeByScoreWithScores(String key, String max, String min) SortedSetPipelineCommands.zrevrangeByScoreWithScores(String key, String max, String min, int offset, int count) SortedSetBinaryCommands.zrevrangeWithScores(byte[] key, long start, long stop) SortedSetCommands.zrevrangeWithScores(String key, long start, long stop) Similar toZREVRANGEbut the reply will include the scores of the returned elements.SortedSetPipelineBinaryCommands.zrevrangeWithScores(byte[] key, long start, long stop) SortedSetPipelineCommands.zrevrangeWithScores(String key, long start, long stop) default ScanResult<Tuple> SortedSetBinaryCommands.zscan(byte[] key, byte[] cursor) SortedSetBinaryCommands.zscan(byte[] key, byte[] cursor, ScanParams params) default ScanResult<Tuple> SortedSetCommands.zscan(String key, String cursor, ScanParams params) default Response<ScanResult<Tuple>> SortedSetPipelineBinaryCommands.zscan(byte[] key, byte[] cursor) SortedSetPipelineBinaryCommands.zscan(byte[] key, byte[] cursor, ScanParams params) default Response<ScanResult<Tuple>> SortedSetPipelineCommands.zscan(String key, String cursor, ScanParams params) SortedSetBinaryCommands.zunionWithScores(ZParams params, byte[]... keys) SortedSetCommands.zunionWithScores(ZParams params, String... keys) Compute the union between all the sets in the given keys.SortedSetPipelineBinaryCommands.zunionWithScores(ZParams params, byte[]... keys) SortedSetPipelineCommands.zunionWithScores(ZParams params, String... keys) -
Uses of Tuple in redis.clients.jedis.resps
Subclasses of Tuple in redis.clients.jedis.respsModifier and TypeClassDescriptionclassDeprecated.This class will be removed in next major released.Methods in redis.clients.jedis.resps with parameters of type Tuple -
Uses of Tuple in redis.clients.jedis.search
Methods in redis.clients.jedis.search that return types with arguments of type TupleModifier and TypeMethodDescriptionRediSearchCommands.ftSugGetWithScores(String key, String prefix) RediSearchCommands.ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max) RediSearchPipelineCommands.ftSugGetWithScores(String key, String prefix) RediSearchPipelineCommands.ftSugGetWithScores(String key, String prefix, boolean fuzzy, int max)