Uses of Interface
io.quarkus.redis.datasource.RedisCommands
Packages that use RedisCommands
Package
Description
-
Uses of RedisCommands in io.quarkus.redis.datasource.autosuggest
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.autosuggestModifier and TypeInterfaceDescriptioninterface
Allows executing commands from theauto-suggest
group (requires the Redis Search module from Redis stack). -
Uses of RedisCommands in io.quarkus.redis.datasource.bitmap
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.bitmapModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thebitmap
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.bloom
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.bloomModifier and TypeInterfaceDescriptioninterface
BloomCommands<K,
V> Allows executing commands from thebloom
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.countmin
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.countminModifier and TypeInterfaceDescriptioninterface
CountMinCommands<K,
V> Allows executing commands from thecount-min
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.cuckoo
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.cuckooModifier and TypeInterfaceDescriptioninterface
CuckooCommands<K,
V> Allows executing commands from thecuckoo
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.geo
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.geoModifier and TypeInterfaceDescriptioninterface
GeoCommands<K,
V> Allows executing commands from thegeo
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.graph
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.graphModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thegraph
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.hash
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.hashModifier and TypeInterfaceDescriptioninterface
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.hyperloglogModifier and TypeInterfaceDescriptioninterface
HyperLogLogCommands<K,
V> Allows executing commands from thehyperloglog
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.json
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.jsonModifier and TypeInterfaceDescriptioninterface
JsonCommands<K>
Allows executing commands from thejson
group (requires the Redis stack). -
Uses of RedisCommands in io.quarkus.redis.datasource.keys
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.keysModifier and TypeInterfaceDescriptioninterface
KeyCommands<K>
Allows executing commands manipulating keys. -
Uses of RedisCommands in io.quarkus.redis.datasource.list
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.listModifier and TypeInterfaceDescriptioninterface
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.pubsubModifier and TypeInterfaceDescriptioninterface
Allows executing Pub/Sub commands. -
Uses of RedisCommands in io.quarkus.redis.datasource.search
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.searchModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thesearch
group (requires the Redis Search module from Redis stack). -
Uses of RedisCommands in io.quarkus.redis.datasource.set
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.setModifier and TypeInterfaceDescriptioninterface
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.sortedsetModifier and TypeInterfaceDescriptioninterface
SortedSetCommands<K,
V> Allows executing commands from thesorted set
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.stream
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.streamModifier and TypeInterfaceDescriptioninterface
StreamCommands<K,
F, V> Allows executing commands manipulating streams. -
Uses of RedisCommands in io.quarkus.redis.datasource.string
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.string -
Uses of RedisCommands in io.quarkus.redis.datasource.timeseries
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.timeseriesModifier and TypeInterfaceDescriptioninterface
Allows executing commands from thetime series
group (requires the Redis Time Series module from Redis stack). -
Uses of RedisCommands in io.quarkus.redis.datasource.topk
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.topkModifier and TypeInterfaceDescriptioninterface
TopKCommands<K,
V> Allows executing commands from thetop-k
group. -
Uses of RedisCommands in io.quarkus.redis.datasource.value
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.valueModifier and TypeInterfaceDescriptioninterface
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 RedisCommandsModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
BlockingHashCommandsImpl<K,
F, V> class
class
class
class
class
class
class
class
class
BlockingStreamCommandsImpl<K,
F, V> class
class
class
ValueCommands
instead.