Uses of Class
redis.clients.jedis.util.KeyValue
Packages that use KeyValue
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
This package contains the classes that represent optional parameters of core Redis commands.
This package contains custom responses of core Redis commands.
This package contains the classes and interfaces related to RedisTimeSeries module.
This package contains the utility classes.
-
Uses of KeyValue in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type KeyValueModifier and TypeFieldDescriptionBuilderFactory.BINARY_KEYED_TUPLE_LISTBuilderFactory.KEYED_BINARY_LISTBuilderFactory.KEYED_STRING_LISTBuilderFactory.KEYED_STRING_LIST_LISTBuilderFactory.KEYED_TUPLE_LISTBuilderFactory.LONG_LONG_PAIRBuilderFactory.ZRANK_WITHSCORE_PAIRMethods in redis.clients.jedis that return KeyValueModifier and TypeMethodDescriptionJedis.blmpop(long timeout, ListDirection direction, byte[]... keys) Jedis.blmpop(long timeout, ListDirection direction, int count, byte[]... keys) Jedis.blmpop(long timeout, ListDirection direction, int count, String... keys) Jedis.blmpop(long timeout, ListDirection direction, String... keys) UnifiedJedis.blmpop(long timeout, ListDirection direction, byte[]... keys) UnifiedJedis.blmpop(long timeout, ListDirection direction, int count, byte[]... keys) UnifiedJedis.blmpop(long timeout, ListDirection direction, int count, String... keys) UnifiedJedis.blmpop(long timeout, ListDirection direction, 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) 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) Jedis.lmpop(ListDirection direction, byte[]... keys) Jedis.lmpop(ListDirection direction, int count, byte[]... keys) Jedis.lmpop(ListDirection direction, int count, String... keys) Jedis.lmpop(ListDirection direction, String... keys) UnifiedJedis.lmpop(ListDirection direction, byte[]... keys) UnifiedJedis.lmpop(ListDirection direction, int count, byte[]... keys) UnifiedJedis.lmpop(ListDirection direction, int count, String... keys) UnifiedJedis.lmpop(ListDirection direction, String... keys) Jedis.waitAOF(long numLocal, long numReplicas, long timeout) UnifiedJedis.waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) 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) 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) Jedis.zrankWithScore(byte[] key, byte[] member) Returns the rank and the score of member in the sorted set stored at key, with the scores ordered from low to high.Jedis.zrankWithScore(String key, String member) Returns the rank and the score of member in the sorted set stored at key, with the scores ordered from low to high.UnifiedJedis.zrankWithScore(byte[] key, byte[] member) UnifiedJedis.zrankWithScore(String key, String member) Jedis.zrevrankWithScore(byte[] key, byte[] member) Returns the rank and the score of member in the sorted set stored at key, with the scores ordered from high to low.Jedis.zrevrankWithScore(String key, String member) Returns the rank and the score of member in the sorted set stored at key, with the scores ordered from high to low.UnifiedJedis.zrevrankWithScore(byte[] key, byte[] member) UnifiedJedis.zrevrankWithScore(String key, String member) Methods in redis.clients.jedis that return types with arguments of type KeyValueModifier and TypeMethodDescriptionfinal CommandObject<KeyValue<byte[], List<byte[]>>> CommandObjects.blmpop(long timeout, ListDirection direction, byte[]... keys) final CommandObject<KeyValue<byte[], List<byte[]>>> CommandObjects.blmpop(long timeout, ListDirection direction, int count, byte[]... keys) final CommandObject<KeyValue<String, List<String>>> CommandObjects.blmpop(long timeout, ListDirection direction, int count, String... keys) final CommandObject<KeyValue<String, List<String>>> CommandObjects.blmpop(long timeout, ListDirection direction, String... keys) MultiNodePipelineBase.blmpop(long timeout, ListDirection direction, byte[]... keys) MultiNodePipelineBase.blmpop(long timeout, ListDirection direction, int count, byte[]... keys) MultiNodePipelineBase.blmpop(long timeout, ListDirection direction, int count, String... keys) MultiNodePipelineBase.blmpop(long timeout, ListDirection direction, String... keys) Pipeline.blmpop(long timeout, ListDirection direction, byte[]... keys) Pipeline.blmpop(long timeout, ListDirection direction, int count, byte[]... keys) Pipeline.blmpop(long timeout, ListDirection direction, int count, String... keys) Pipeline.blmpop(long timeout, ListDirection direction, String... keys) TransactionBase.blmpop(long timeout, ListDirection direction, byte[]... keys) TransactionBase.blmpop(long timeout, ListDirection direction, int count, byte[]... keys) TransactionBase.blmpop(long timeout, ListDirection direction, int count, String... keys) TransactionBase.blmpop(long timeout, ListDirection direction, String... keys) final 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) 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) Jedis.commandGetKeysAndFlags(String... command) final CommandObject<KeyValue<byte[], List<byte[]>>> CommandObjects.lmpop(ListDirection direction, byte[]... keys) final CommandObject<KeyValue<byte[], List<byte[]>>> CommandObjects.lmpop(ListDirection direction, int count, byte[]... keys) final CommandObject<KeyValue<String, List<String>>> CommandObjects.lmpop(ListDirection direction, int count, String... keys) final CommandObject<KeyValue<String, List<String>>> CommandObjects.lmpop(ListDirection direction, String... keys) MultiNodePipelineBase.lmpop(ListDirection direction, byte[]... keys) MultiNodePipelineBase.lmpop(ListDirection direction, int count, byte[]... keys) MultiNodePipelineBase.lmpop(ListDirection direction, int count, String... keys) MultiNodePipelineBase.lmpop(ListDirection direction, String... keys) Pipeline.lmpop(ListDirection direction, byte[]... keys) Pipeline.lmpop(ListDirection direction, int count, byte[]... keys) Pipeline.lmpop(ListDirection direction, int count, String... keys) Pipeline.lmpop(ListDirection direction, String... keys) TransactionBase.lmpop(ListDirection direction, byte[]... keys) TransactionBase.lmpop(ListDirection direction, int count, byte[]... keys) TransactionBase.lmpop(ListDirection direction, int count, String... keys) TransactionBase.lmpop(ListDirection direction, String... keys) ClusterCommandObjects.waitAOF(long numLocal, long numReplicas, long timeout) CommandObjects.waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) CommandObjects.waitAOF(long numLocal, long numReplicas, long timeout) MultiNodePipelineBase.waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) Pipeline.waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) Pipeline.waitAOF(long numLocal, long numReplicas, long timeout) ShardedCommandObjects.waitAOF(long numLocal, long numReplicas, long timeout) TransactionBase.waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) 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) 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) final CommandObject<KeyValue<Long, Double>> CommandObjects.zrankWithScore(byte[] key, byte[] member) final CommandObject<KeyValue<Long, Double>> CommandObjects.zrankWithScore(String key, String member) MultiNodePipelineBase.zrankWithScore(byte[] key, byte[] member) MultiNodePipelineBase.zrankWithScore(String key, String member) Pipeline.zrankWithScore(byte[] key, byte[] member) Pipeline.zrankWithScore(String key, String member) TransactionBase.zrankWithScore(byte[] key, byte[] member) TransactionBase.zrankWithScore(String key, String member) final CommandObject<KeyValue<Long, Double>> CommandObjects.zrevrankWithScore(byte[] key, byte[] member) final CommandObject<KeyValue<Long, Double>> CommandObjects.zrevrankWithScore(String key, String member) MultiNodePipelineBase.zrevrankWithScore(byte[] key, byte[] member) MultiNodePipelineBase.zrevrankWithScore(String key, String member) Pipeline.zrevrankWithScore(byte[] key, byte[] member) Pipeline.zrevrankWithScore(String key, String member) TransactionBase.zrevrankWithScore(byte[] key, byte[] member) TransactionBase.zrevrankWithScore(String key, String member) -
Uses of KeyValue in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return KeyValueModifier and TypeMethodDescriptionListBinaryCommands.blmpop(long timeout, ListDirection direction, byte[]... keys) ListBinaryCommands.blmpop(long timeout, ListDirection direction, int count, byte[]... keys) ListCommands.blmpop(long timeout, ListDirection direction, int count, String... keys) ListCommands.blmpop(long timeout, ListDirection direction, String... keys) SortedSetBinaryCommands.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) ListBinaryCommands.lmpop(ListDirection direction, byte[]... keys) ListBinaryCommands.lmpop(ListDirection direction, int count, byte[]... keys) ListCommands.lmpop(ListDirection direction, int count, String... keys) ListCommands.lmpop(ListDirection direction, String... keys) SampleBinaryKeyedCommands.waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) ServerCommands.waitAOF(long numLocal, long numReplicas, long timeout) Blocks the current client until all the previous write commands are acknowledged as having been fsynced to the AOF of the local Redis and/or at least the specified number of replicas.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) SortedSetBinaryCommands.zrankWithScore(byte[] key, byte[] member) SortedSetCommands.zrankWithScore(String key, String member) Returns the rank and the score of member in the sorted set stored at key, with the scores ordered from low to high.SortedSetBinaryCommands.zrevrankWithScore(byte[] key, byte[] member) SortedSetCommands.zrevrankWithScore(String key, String member) Returns the rank and the score of member in the sorted set stored at key, with the scores ordered from high to low.Methods in redis.clients.jedis.commands that return types with arguments of type KeyValueModifier and TypeMethodDescriptionListPipelineBinaryCommands.blmpop(long timeout, ListDirection direction, byte[]... keys) ListPipelineBinaryCommands.blmpop(long timeout, ListDirection direction, int count, byte[]... keys) ListPipelineCommands.blmpop(long timeout, ListDirection direction, int count, String... keys) ListPipelineCommands.blmpop(long timeout, ListDirection direction, 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) CommandCommands.commandGetKeysAndFlags(String... command) Return list of keys from a full Redis command and their usage flagsListPipelineBinaryCommands.lmpop(ListDirection direction, byte[]... keys) ListPipelineBinaryCommands.lmpop(ListDirection direction, int count, byte[]... keys) ListPipelineCommands.lmpop(ListDirection direction, int count, String... keys) ListPipelineCommands.lmpop(ListDirection direction, String... keys) SampleBinaryKeyedPipelineCommands.waitAOF(byte[] sampleKey, long numLocal, long numReplicas, long timeout) SampleKeyedPipelineCommands.waitAOF(String sampleKey, long numLocal, long numReplicas, long timeout) 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) SortedSetPipelineBinaryCommands.zrankWithScore(byte[] key, byte[] member) SortedSetPipelineCommands.zrankWithScore(String key, String member) SortedSetPipelineBinaryCommands.zrevrankWithScore(byte[] key, byte[] member) SortedSetPipelineCommands.zrevrankWithScore(String key, String member) -
Uses of KeyValue in redis.clients.jedis.params
Fields in redis.clients.jedis.params with type parameters of type KeyValue -
Uses of KeyValue in redis.clients.jedis.resps
Subclasses of KeyValue in redis.clients.jedis.respsModifier and TypeClassDescriptionclassDeprecated.This class will be removed in next major released. -
Uses of KeyValue in redis.clients.jedis.timeseries
Subclasses of KeyValue in redis.clients.jedis.timeseriesModifier and TypeClassDescriptionclassDeprecated.This class will be removed in next major released.classTSKeyValue<V>Deprecated.This class will be removed in next major released. -
Uses of KeyValue in redis.clients.jedis.util
Methods in redis.clients.jedis.util that return KeyValue