Class AbstractRedisCommands
- java.lang.Object
-
- io.quarkus.redis.runtime.datasource.AbstractRedisCommands
-
- Direct Known Subclasses:
AbstractAutoSuggestCommands,AbstractBitMapCommands,AbstractBloomCommands,AbstractCountMinCommands,AbstractCuckooCommands,AbstractGeoCommands,AbstractGraphCommands,AbstractHashCommands,AbstractHyperLogLogCommands,AbstractJsonCommands,AbstractKeyCommands,AbstractSearchCommands,AbstractStreamCommands,AbstractStringCommands,AbstractTimeSeriesCommands,AbstractTopKCommands,HScanReactiveCursorImpl,ReactivePubSubCommandsImpl,ReactiveSortable,ScanReactiveCursorImpl,SScanReactiveCursorImpl,ZScanReactiveCursorImpl
public class AbstractRedisCommands extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Marshallermarshallerprotected RedisCommandExecutorredis
-
Constructor Summary
Constructors Constructor Description AbstractRedisCommands(RedisCommandExecutor redis, Marshaller marshaller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>execute(RedisCommand cmd)
-
-
-
Field Detail
-
redis
protected final RedisCommandExecutor redis
-
marshaller
protected final Marshaller marshaller
-
-
Constructor Detail
-
AbstractRedisCommands
public AbstractRedisCommands(RedisCommandExecutor redis, Marshaller marshaller)
-
-
Method Detail
-
execute
public io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response> execute(RedisCommand cmd)
-
-