Uses of Interface
io.quarkus.redis.datasource.TransactionalRedisCommands
-
-
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.bitmap
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.bitmap Modifier and Type Interface Description interface
TransactionalBitMapCommands<K>
Allows executing commands from thebitmap
group 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 interface
TransactionalBloomCommands<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 interface
TransactionalCountMinCommands<K,V>
Allows executing commands from thecount-min
group. -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.cuckoo
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.cuckoo Modifier and Type Interface Description interface
TransactionalCuckooCommands<K,V>
Allows executing commands from thecuckoo
group. -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.geo
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.geo Modifier and Type Interface Description interface
TransactionalGeoCommands<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 interface
TransactionalGraphCommands<K>
Allows executing commands from thegraph
group. -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.hash
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.hash Modifier and Type Interface Description interface
TransactionalHashCommands<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 interface
TransactionalHyperLogLogCommands<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 interface
TransactionalJsonCommands<K>
-
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.keys
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.keys Modifier and Type Interface Description interface
TransactionalKeyCommands<K>
-
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.list
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.list Modifier and Type Interface Description interface
TransactionalListCommands<K,V>
-
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.set
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.set Modifier and Type Interface Description interface
TransactionalSetCommands<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 interface
TransactionalSortedSetCommands<K,V>
-
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.string
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.string Modifier and Type Interface Description interface
TransactionalStringCommands<K,V>
Deprecated. -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.topk
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.topk Modifier and Type Interface Description interface
TransactionalTopKCommands<K,V>
Allows executing commands from thetop-k
group. -
Uses of TransactionalRedisCommands in io.quarkus.redis.datasource.value
Subinterfaces of TransactionalRedisCommands in io.quarkus.redis.datasource.value Modifier and Type Interface Description interface
TransactionalValueCommands<K,V>
-
Uses of TransactionalRedisCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement TransactionalRedisCommands Modifier and Type Class Description class
AbstractTransactionalRedisCommandGroup
class
BlockingTransactionalBitMapCommandsImpl<K>
class
BlockingTransactionalBloomCommandsImpl<K,V>
class
BlockingTransactionalCountMinCommandsImpl<K,V>
class
BlockingTransactionalCuckooCommandsImpl<K,V>
class
BlockingTransactionalGeoCommandsImpl<K,V>
class
BlockingTransactionalGraphCommandsImpl<K>
class
BlockingTransactionalHashCommandsImpl<K,F,V>
class
BlockingTransactionalHyperLogLogCommandsImpl<K,V>
class
BlockingTransactionalJsonCommandsImpl<K>
class
BlockingTransactionalKeyCommandsImpl<K>
class
BlockingTransactionalListCommandsImpl<K,V>
class
BlockingTransactionalSetCommandsImpl<K,V>
class
BlockingTransactionalSortedSetCommandsImpl<K,V>
class
BlockingTransactionalStringCommandsImpl<K,V>
class
BlockingTransactionalTopKCommandsImpl<K,V>
-