Uses of Class
io.quarkus.redis.datasource.list.KeyValue
Packages that use KeyValue
Package
Description
-
Uses of KeyValue in io.quarkus.redis.datasource.list
Methods in io.quarkus.redis.datasource.list that return KeyValueModifier and TypeMethodDescriptionExecute the command BLMPOP.Execute the command BLPOP.Execute the command BRPOP.Execute the command LMPOP.static <K,V> KeyValue<K, V> KeyValue.of(K key, V value) Methods in io.quarkus.redis.datasource.list that return types with arguments of type KeyValue -
Uses of KeyValue in io.quarkus.redis.datasource.sortedset
Methods in io.quarkus.redis.datasource.sortedset that return KeyValueMethods in io.quarkus.redis.datasource.sortedset that return types with arguments of type KeyValueModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<KeyValue<K,ScoredValue<V>>> Execute the command BZPOPMAX.io.smallrye.mutiny.Uni<KeyValue<K,ScoredValue<V>>> Execute the command BZPOPMIN. -
Uses of KeyValue in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return KeyValueModifier and TypeMethodDescription(package private) KeyValue<K,ScoredValue<V>> AbstractSortedSetCommands.decodeAsKeyValue(io.vertx.mutiny.redis.client.Response r) AbstractListCommands.decodeKeyValue(io.vertx.mutiny.redis.client.Response r) AbstractListCommands.decodeKeyValueWithList(io.vertx.mutiny.redis.client.Response r) Methods in io.quarkus.redis.runtime.datasource that return types with arguments of type KeyValueModifier and TypeMethodDescriptionfinal io.smallrye.mutiny.Uni<KeyValue<K,ScoredValue<V>>> final io.smallrye.mutiny.Uni<KeyValue<K,ScoredValue<V>>> AbstractListCommands.decodeListOfKeyValue(io.vertx.mutiny.redis.client.Response r)