Uses of Interface
io.quarkus.redis.datasource.RedisCommands
-
-
Uses of RedisCommands in io.quarkus.redis.datasource.autosuggest
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.autosuggest Modifier and Type Interface Description interfaceAutoSuggestCommands<K>Allows executing commands from theauto-suggestgroup (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.bitmap Modifier and Type Interface Description interfaceBitMapCommands<K>Allows executing commands from thebitmapgroup. -
Uses of RedisCommands in io.quarkus.redis.datasource.bloom
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.bloom Modifier and Type Interface Description interfaceBloomCommands<K,V>Allows executing commands from thebloomgroup. -
Uses of RedisCommands in io.quarkus.redis.datasource.countmin
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.countmin Modifier and Type Interface Description interfaceCountMinCommands<K,V>Allows executing commands from thecount-mingroup. -
Uses of RedisCommands in io.quarkus.redis.datasource.cuckoo
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.cuckoo Modifier and Type Interface Description interfaceCuckooCommands<K,V>Allows executing commands from thecuckoogroup. -
Uses of RedisCommands in io.quarkus.redis.datasource.geo
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.geo Modifier and Type Interface Description interfaceGeoCommands<K,V>Allows executing commands from thegeogroup. -
Uses of RedisCommands in io.quarkus.redis.datasource.graph
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.graph Modifier and Type Interface Description interfaceGraphCommands<K>Allows executing commands from thegraphgroup. -
Uses of RedisCommands in io.quarkus.redis.datasource.hash
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.hash Modifier and Type Interface Description interfaceHashCommands<K,F,V>Allows executing commands from thehashgroup. -
Uses of RedisCommands in io.quarkus.redis.datasource.hyperloglog
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.hyperloglog Modifier and Type Interface Description interfaceHyperLogLogCommands<K,V>Allows executing commands from thehyperlogloggroup. -
Uses of RedisCommands in io.quarkus.redis.datasource.json
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.json Modifier and Type Interface Description interfaceJsonCommands<K>Allows executing commands from thejsongroup (requires the Redis stack). -
Uses of RedisCommands in io.quarkus.redis.datasource.keys
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.keys Modifier and Type Interface Description interfaceKeyCommands<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 interfaceListCommands<K,V>Allows executing commands from thelistgroup. -
Uses of RedisCommands in io.quarkus.redis.datasource.pubsub
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.pubsub Modifier and Type Interface Description interfacePubSubCommands<V>Allows executing Pub/Sub commands. -
Uses of RedisCommands in io.quarkus.redis.datasource.search
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.search Modifier and Type Interface Description interfaceSearchCommands<K>Allows executing commands from thesearchgroup (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.set Modifier and Type Interface Description interfaceSetCommands<K,V>Allows executing commands from thesetgroup. -
Uses of RedisCommands in io.quarkus.redis.datasource.sortedset
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.sortedset Modifier and Type Interface Description interfaceSortedSetCommands<K,V>Allows executing commands from thesorted setgroup. -
Uses of RedisCommands in io.quarkus.redis.datasource.stream
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.stream Modifier and Type Interface Description interfaceStreamCommands<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 Modifier and Type Interface Description interfaceStringCommands<K,V>Deprecated.UseValueCommandsinstead. -
Uses of RedisCommands in io.quarkus.redis.datasource.timeseries
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.timeseries Modifier and Type Interface Description interfaceTimeSeriesCommands<K>Allows executing commands from thetime seriesgroup (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.topk Modifier and Type Interface Description interfaceTopKCommands<K,V>Allows executing commands from thetop-kgroup. -
Uses of RedisCommands in io.quarkus.redis.datasource.value
Subinterfaces of RedisCommands in io.quarkus.redis.datasource.value Modifier and Type Interface Description interfaceValueCommands<K,V>Allows executing commands from thestringgroup. -
Uses of RedisCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement RedisCommands Modifier and Type Class Description classAbstractRedisCommandGroupclassBlockingAutoSuggestCommandsImpl<K>classBlockingBitmapCommandsImpl<K>classBlockingBloomCommandsImpl<K,V>classBlockingCountMinCommandsImpl<K,V>classBlockingCuckooCommandsImpl<K,V>classBlockingGeoCommandsImpl<K,V>classBlockingGraphCommandsImpl<K>classBlockingHashCommandsImpl<K,F,V>classBlockingHyperLogLogCommandsImpl<K,V>classBlockingJsonCommandsImpl<K>classBlockingKeyCommandsImpl<K>classBlockingListCommandsImpl<K,V>classBlockingPubSubCommandsImpl<V>classBlockingSearchCommandsImpl<K>classBlockingSetCommandsImpl<K,V>classBlockingSortedSetCommandsImpl<K,V>classBlockingStreamCommandsImpl<K,F,V>classBlockingStringCommandsImpl<K,V>classBlockingTimeSeriesCommandsImpl<K>classBlockingTopKCommandsImpl<K,V>
-