Package io.quarkus.redis.datasource
Interface ReactiveRedisCommands
-
- All Known Subinterfaces:
ReactiveAutoSuggestCommands<K>,ReactiveBitMapCommands<K>,ReactiveBloomCommands<K,V>,ReactiveCountMinCommands<K,V>,ReactiveCuckooCommands<K,V>,ReactiveGeoCommands<K,V>,ReactiveGraphCommands<K>,ReactiveHashCommands<K,F,V>,ReactiveHyperLogLogCommands<K,V>,ReactiveJsonCommands<K>,ReactiveKeyCommands<K>,ReactiveListCommands<K,V>,ReactivePubSubCommands<V>,ReactiveSearchCommands<K>,ReactiveSetCommands<K,V>,ReactiveSortedSetCommands<K,V>,ReactiveStringCommands<K,V>,ReactiveTimeSeriesCommands<K>,ReactiveTopKCommands<K,V>,ReactiveValueCommands<K,V>
- All Known Implementing Classes:
ReactiveAutoSuggestCommandsImpl,ReactiveBitMapCommandsImpl,ReactiveBloomCommandsImpl,ReactiveCountMinCommandsImpl,ReactiveCuckooCommandsImpl,ReactiveGeoCommandsImpl,ReactiveGraphCommandsImpl,ReactiveHashCommandsImpl,ReactiveHyperLogLogCommandsImpl,ReactiveJsonCommandsImpl,ReactiveKeyCommandsImpl,ReactiveListCommandsImpl,ReactivePubSubCommandsImpl,ReactiveSearchCommandsImpl,ReactiveSetCommandsImpl,ReactiveSortedSetCommandsImpl,ReactiveStreamCommandsImpl,ReactiveStringCommandsImpl,ReactiveTimeSeriesCommandsImpl,ReactiveTopKCommandsImpl
public interface ReactiveRedisCommandsInterface implemented by reactive Redis command groups.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReactiveRedisDataSourcegetDataSource()
-
-
-
Method Detail
-
getDataSource
ReactiveRedisDataSource getDataSource()
- Returns:
- the data source.
-
-