Package io.quarkus.redis.datasource
Interface ReactiveRedisCommands
-
- All Known Subinterfaces:
ReactiveBitMapCommands<K>,ReactiveGeoCommands<K,V>,ReactiveHashCommands<K,F,V>,ReactiveHyperLogLogCommands<K,V>,ReactiveKeyCommands<K>,ReactiveListCommands<K,V>,ReactivePubSubCommands<V>,ReactiveSetCommands<K,V>,ReactiveSortedSetCommands<K,V>,ReactiveStringCommands<K,V>,ReactiveValueCommands<K,V>
- All Known Implementing Classes:
ReactiveBitMapCommandsImpl,ReactiveGeoCommandsImpl,ReactiveHashCommandsImpl,ReactiveHyperLogLogCommandsImpl,ReactiveKeyCommandsImpl,ReactiveListCommandsImpl,ReactivePubSubCommandsImpl,ReactiveSetCommandsImpl,ReactiveSortedSetCommandsImpl,ReactiveStringCommandsImpl
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.
-
-