Class AbstractRedisCommandGroup
- java.lang.Object
-
- io.quarkus.redis.runtime.datasource.AbstractRedisCommandGroup
-
- All Implemented Interfaces:
RedisCommands
- Direct Known Subclasses:
BlockingAutoSuggestCommandsImpl,BlockingBitmapCommandsImpl,BlockingBloomCommandsImpl,BlockingCountMinCommandsImpl,BlockingCuckooCommandsImpl,BlockingGeoCommandsImpl,BlockingGraphCommandsImpl,BlockingHashCommandsImpl,BlockingHyperLogLogCommandsImpl,BlockingJsonCommandsImpl,BlockingKeyCommandsImpl,BlockingListCommandsImpl,BlockingPubSubCommandsImpl,BlockingSearchCommandsImpl,BlockingSetCommandsImpl,BlockingSortedSetCommandsImpl,BlockingStreamCommandsImpl,BlockingStringCommandsImpl,BlockingTimeSeriesCommandsImpl,BlockingTopKCommandsImpl
public class AbstractRedisCommandGroup extends Object implements RedisCommands
-
-
Field Summary
Fields Modifier and Type Field Description protected RedisDataSourcedsprotected Durationtimeout
-
Constructor Summary
Constructors Constructor Description AbstractRedisCommandGroup(RedisDataSource ds, Duration timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RedisDataSourcegetDataSource()
-
-
-
Field Detail
-
ds
protected final RedisDataSource ds
-
timeout
protected final Duration timeout
-
-
Constructor Detail
-
AbstractRedisCommandGroup
public AbstractRedisCommandGroup(RedisDataSource ds, Duration timeout)
-
-
Method Detail
-
getDataSource
public RedisDataSource getDataSource()
- Specified by:
getDataSourcein interfaceRedisCommands- Returns:
- the data source.
-
-