Uses of Interface
io.quarkus.redis.datasource.ReactiveTransactionalRedisCommands
-
-
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.autosuggest
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.autosuggest Modifier and Type Interface Description interfaceReactiveTransactionalAutoSuggestCommands<K>Allows executing commands from theauto-suggestgroup (requires the Redis Search module from Redis stack). -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.bitmap
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.bitmap Modifier and Type Interface Description interfaceReactiveTransactionalBitMapCommands<K> -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.bloom
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.bloom Modifier and Type Interface Description interfaceReactiveTransactionalBloomCommands<K,V> -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.countmin
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.countmin Modifier and Type Interface Description interfaceReactiveTransactionalCountMinCommands<K,V>Allows executing commands from thecount-mingroup. -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.cuckoo
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.cuckoo Modifier and Type Interface Description interfaceReactiveTransactionalCuckooCommands<K,V>Allows executing commands from thecuckoogroup. -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.geo
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.geo Modifier and Type Interface Description interfaceReactiveTransactionalGeoCommands<K,V> -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.graph
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.graph Modifier and Type Interface Description interfaceReactiveTransactionalGraphCommands<K>Allows executing commands from thegraphgroup. -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.hash
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.hash Modifier and Type Interface Description interfaceReactiveTransactionalHashCommands<K,F,V> -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.hyperloglog
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.hyperloglog Modifier and Type Interface Description interfaceReactiveTransactionalHyperLogLogCommands<K,V> -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.json
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.json Modifier and Type Interface Description interfaceReactiveTransactionalJsonCommands<K> -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.keys
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.keys Modifier and Type Interface Description interfaceReactiveTransactionalKeyCommands<K> -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.list
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.list Modifier and Type Interface Description interfaceReactiveTransactionalListCommands<K,V> -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.search
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.search Modifier and Type Interface Description interfaceReactiveTransactionalSearchCommandsAllows executing commands from thesearchgroup (requires the Redis Search module from Redis stack). -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.set
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.set Modifier and Type Interface Description interfaceReactiveTransactionalSetCommands<K,V> -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.sortedset
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.sortedset Modifier and Type Interface Description interfaceReactiveTransactionalSortedSetCommands<K,V> -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.stream
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.stream Modifier and Type Interface Description interfaceReactiveTransactionalStreamCommands<K,F,V>Allows executing commands manipulating streams. -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.string
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.string Modifier and Type Interface Description interfaceReactiveTransactionalStringCommands<K,V>Deprecated. -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.timeseries
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.timeseries Modifier and Type Interface Description interfaceReactiveTransactionalTimeSeriesCommands<K>Allows executing commands from thetime seriesgroup (requires the Redis Time Series module from Redis stack). -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.topk
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.topk Modifier and Type Interface Description interfaceReactiveTransactionalTopKCommands<K,V>Allows executing commands from thetop-kgroup. -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.value
Subinterfaces of ReactiveTransactionalRedisCommands in io.quarkus.redis.datasource.value Modifier and Type Interface Description interfaceReactiveTransactionalValueCommands<K,V> -
Uses of ReactiveTransactionalRedisCommands in io.quarkus.redis.runtime.datasource
-