Uses of Interface
io.quarkus.redis.datasource.TransactionalRedisCommands
-
-
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.autosuggest
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.autosuggest Modifier and Type Interface Description interfaceTransactionalAutoSuggestCommands<K>Allows executing commands from theauto-suggestgroup (requires the Redis Search module from Redis stack). -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.bitmap
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.bitmap Modifier and Type Interface Description interfaceTransactionalBitMapCommands<K>Allows executing commands from thebitmapgroup in a Redis transaction (Multi). -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.bloom
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.bloom Modifier and Type Interface Description interfaceTransactionalBloomCommands<K,V> -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.countmin
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.countmin Modifier and Type Interface Description interfaceTransactionalCountMinCommands<K,V>Allows executing commands from thecount-mingroup. -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.cuckoo
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.cuckoo Modifier and Type Interface Description interfaceTransactionalCuckooCommands<K,V>Allows executing commands from thecuckoogroup. -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.geo
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.geo Modifier and Type Interface Description interfaceTransactionalGeoCommands<K,V> -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.graph
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.graph Modifier and Type Interface Description interfaceTransactionalGraphCommands<K>Allows executing commands from thegraphgroup. -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.hash
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.hash Modifier and Type Interface Description interfaceTransactionalHashCommands<K,F,V> -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.hyperloglog
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.hyperloglog Modifier and Type Interface Description interfaceTransactionalHyperLogLogCommands<K,V> -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.json
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.json Modifier and Type Interface Description interfaceTransactionalJsonCommands<K> -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.keys
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.keys Modifier and Type Interface Description interfaceTransactionalKeyCommands<K> -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.list
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.list Modifier and Type Interface Description interfaceTransactionalListCommands<K,V> -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.search
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.search Modifier and Type Interface Description interfaceTransactionalSearchCommandsAllows executing commands from thesearchgroup (requires the Redis Search module from Redis stack). -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.set
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.set Modifier and Type Interface Description interfaceTransactionalSetCommands<K,V> -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.sortedset
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.sortedset Modifier and Type Interface Description interfaceTransactionalSortedSetCommands<K,V> -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.stream
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.stream Modifier and Type Interface Description interfaceTransactionalStreamCommands<K,F,V>Allows executing commands manipulating streams. -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.string
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.string Modifier and Type Interface Description interfaceTransactionalStringCommands<K,V>Deprecated. -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.timeseries
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.timeseries Modifier and Type Interface Description interfaceTransactionalTimeSeriesCommands<K>Allows executing commands from thetime seriesgroup (requires the Redis Time Series module from Redis stack). -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.topk
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.topk Modifier and Type Interface Description interfaceTransactionalTopKCommands<K,V>Allows executing commands from thetop-kgroup. -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.value
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.value Modifier and Type Interface Description interfaceTransactionalValueCommands<K,V> -
Uses of TransactionalRedisCommands in io.quarkus.redis.runtime.datasource
-