Uses of Interface
io.quarkus.redis.datasource.ReactiveRedisCommands
-
-
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.bitmap
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.bitmap Modifier and Type Interface Description interface
ReactiveBitMapCommands<K>
Allows executing commands from thebitmap
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.geo
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.geo Modifier and Type Interface Description interface
ReactiveGeoCommands<K,V>
Allows executing commands from thegeo
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.hash
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.hash Modifier and Type Interface Description interface
ReactiveHashCommands<K,F,V>
Allows executing commands from thehash
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.hyperloglog
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.hyperloglog Modifier and Type Interface Description interface
ReactiveHyperLogLogCommands<K,V>
Allows executing commands from thehyperloglog
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.keys
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.keys Modifier and Type Interface Description interface
ReactiveKeyCommands<K>
Allows executing commands manipulating keys. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.list
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.list Modifier and Type Interface Description interface
ReactiveListCommands<K,V>
Allows executing commands from thelist
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.pubsub
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.pubsub Modifier and Type Interface Description interface
ReactivePubSubCommands<V>
-
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.set
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.set Modifier and Type Interface Description interface
ReactiveSetCommands<K,V>
Allows executing commands from theset
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.sortedset
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.sortedset Modifier and Type Interface Description interface
ReactiveSortedSetCommands<K,V>
Allows executing commands from thesorted set
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.string
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.string Modifier and Type Interface Description interface
ReactiveStringCommands<K,V>
Deprecated.UseReactiveValueCommands
instead. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.value
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.value Modifier and Type Interface Description interface
ReactiveValueCommands<K,V>
Allows executing commands from thestring
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement ReactiveRedisCommands Modifier and Type Class Description class
ReactiveBitMapCommandsImpl<K>
class
ReactiveGeoCommandsImpl<K,V>
class
ReactiveHashCommandsImpl<K,F,V>
class
ReactiveHyperLogLogCommandsImpl<K,V>
class
ReactiveKeyCommandsImpl<K>
class
ReactiveListCommandsImpl<K,V>
class
ReactivePubSubCommandsImpl<V>
class
ReactiveSetCommandsImpl<K,V>
class
ReactiveSortedSetCommandsImpl<K,V>
class
ReactiveStringCommandsImpl<K,V>
-