Uses of Interface
io.quarkus.redis.datasource.ReactiveRedisCommands
Packages that use ReactiveRedisCommands
Package
Description
-
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.autosuggest
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.autosuggestModifier and TypeInterfaceDescriptioninterface
Allows executing commands from theauto-suggest
group (requires the Redis Search module from Redis stack). -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.bitmap
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.bitmapModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thebitmap
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.bloom
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.bloomModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thebloom
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.countmin
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.countminModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thecount-min
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.cuckoo
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.cuckooModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thecuckoo
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.geo
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.geoModifier and TypeInterfaceDescriptioninterface
ReactiveGeoCommands<K,
V> Allows executing commands from thegeo
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.graph
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.graphModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thegraph
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.hash
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.hashModifier and TypeInterfaceDescriptioninterface
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.hyperloglogModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thehyperloglog
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.json
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.jsonModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thejson
group (requires the Redis stack). -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.keys
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.keysModifier and TypeInterfaceDescriptioninterface
Allows executing commands manipulating keys. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.list
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.listModifier and TypeInterfaceDescriptioninterface
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 -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.search
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.searchModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thesearch
group (requires the Redis Search module from Redis stack). -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.set
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.setModifier and TypeInterfaceDescriptioninterface
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.sortedsetModifier and TypeInterfaceDescriptioninterface
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 -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.timeseries
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.timeseriesModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thetime series
group (requires the Redis Time Series module from Redis stack). -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.topk
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.topkModifier and TypeInterfaceDescriptioninterface
ReactiveTopKCommands<K,
V> Allows executing commands from thetop-k
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.datasource.value
Subinterfaces of ReactiveRedisCommands in io.quarkus.redis.datasource.valueModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thestring
group. -
Uses of ReactiveRedisCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement ReactiveRedisCommandsModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
ReactiveHashCommandsImpl<K,
F, V> class
class
class
class
class
class
class
class
class
ReactiveStreamCommandsImpl<K,
F, V> class
class
class
ReactiveValueCommands
instead.