Uses of Class
io.quarkus.redis.runtime.datasource.RedisCommand
Packages that use RedisCommand
-
Uses of RedisCommand in io.quarkus.redis.runtime.datasource
Methods in io.quarkus.redis.runtime.datasource that return RedisCommandModifier and TypeMethodDescriptionstatic RedisCommand
RedisCommand.of
(io.vertx.mutiny.redis.client.Command command) RedisCommand.putArgs
(RedisCommandExtraArguments arguments) RedisCommand.putArgs
(RedisCommandExtraArguments arguments, Codec codec) Methods in io.quarkus.redis.runtime.datasource with parameters of type RedisCommandModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
AbstractRedisCommands.execute
(RedisCommand cmd) default io.smallrye.mutiny.Uni<io.vertx.mutiny.redis.client.Response>
RedisCommandExecutor.execute
(RedisCommand cmd)