Uses of Interface
io.quarkus.redis.datasource.RedisCommands
-
-
Uses of RedisCommands in io.quarkus.redis.datasource.bitmap
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.bitmap Modifier and Type Interface Description interface
BitMapCommands<K>
Allows executing commands from thebitmap
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.geo
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.geo Modifier and Type Interface Description interface
GeoCommands<K,V>
Allows executing commands from thegeo
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.hash
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.hash Modifier and Type Interface Description interface
HashCommands<K,F,V>
Allows executing commands from thehash
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.hyperloglog
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.hyperloglog Modifier and Type Interface Description interface
HyperLogLogCommands<K,V>
Allows executing commands from thehyperloglog
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.keys
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.keys Modifier and Type Interface Description interface
KeyCommands<K>
Allows executing commands manipulating keys. -
Uses of RedisCommands in io.quarkus.redis.datasource.list
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.list Modifier and Type Interface Description interface
ListCommands<K,V>
Allows executing commands from thelist
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.pubsub
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.pubsub Modifier and Type Interface Description interface
PubSubCommands<V>
Allows executing Pub/Sub commands. -
Uses of RedisCommands in io.quarkus.redis.datasource.set
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.set Modifier and Type Interface Description interface
SetCommands<K,V>
Allows executing commands from theset
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.sortedset
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.sortedset Modifier and Type Interface Description interface
SortedSetCommands<K,V>
Allows executing commands from thesorted set
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.string
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.string Modifier and Type Interface Description interface
StringCommands<K,V>
Deprecated.UseValueCommands
instead. -
Uses of RedisCommands in io.quarkus.redis.datasource.value
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.value Modifier and Type Interface Description interface
ValueCommands<K,V>
Allows executing commands from thestring
group. -
Uses of RedisCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement RedisCommands Modifier and Type Class Description class
AbstractRedisCommandGroup
class
BlockingBitmapCommandsImpl<K>
class
BlockingGeoCommandsImpl<K,V>
class
BlockingHashCommandsImpl<K,F,V>
class
BlockingHyperLogLogCommandsImpl<K,V>
class
BlockingKeyCommandsImpl<K>
class
BlockingListCommandsImpl<K,V>
class
BlockingPubSubCommandsImpl<V>
class
BlockingSetCommandsImpl<K,V>
class
BlockingSortedSetCommandsImpl<K,V>
class
BlockingStringCommandsImpl<K,V>
-