Uses of Interface
io.quarkus.redis.datasource.hyperloglog.TransactionalHyperLogLogCommands
Packages that use TransactionalHyperLogLogCommands
-
Uses of TransactionalHyperLogLogCommands in io.quarkus.redis.datasource.transactions
Methods in io.quarkus.redis.datasource.transactions that return TransactionalHyperLogLogCommandsModifier and TypeMethodDescription<K,
V> TransactionalHyperLogLogCommands<K, V> TransactionalRedisDataSource.hyperloglog
(Class<K> redisKeyType, Class<V> memberType) Gets the object to execute commands manipulating hyperloglog data structures.default <V> TransactionalHyperLogLogCommands<String,
V> TransactionalRedisDataSource.hyperloglog
(Class<V> memberType) Gets the object to execute commands manipulating hyperloglog data structures. -
Uses of TransactionalHyperLogLogCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement TransactionalHyperLogLogCommandsMethods in io.quarkus.redis.runtime.datasource that return TransactionalHyperLogLogCommandsModifier and TypeMethodDescription<K,
V> TransactionalHyperLogLogCommands<K, V> BlockingTransactionalRedisDataSourceImpl.hyperloglog
(Class<K> redisKeyType, Class<V> memberType)