Uses of Class
io.vertx.mutiny.redis.client.Request
Packages that use Request
-
Uses of Request in io.vertx.mutiny.redis.client
Fields in io.vertx.mutiny.redis.client with type parameters of type RequestMethods in io.vertx.mutiny.redis.client that return RequestModifier and TypeMethodDescriptionRequest.arg
(boolean arg) Request.arg
(byte arg) Request.arg
(byte[] arg) Request.arg
(double arg) Request.arg
(float arg) Request.arg
(int arg) Request.arg
(long arg) Request.arg
(short arg) Request.arg
(io.vertx.core.json.JsonArray arg) Request.arg
(io.vertx.core.json.JsonObject arg) static Request
static Request
static Request
Request.newInstance
(io.vertx.redis.client.Request arg) Request.nullArg()
Deprecated.Methods in io.vertx.mutiny.redis.client with parameters of type RequestModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<Response>
Send the given command to the redis server or cluster.io.smallrye.mutiny.Uni<Response>
Send the given command to the redis server or cluster.Redis.sendAndAwait
(Request command) Blocking variant ofRedis.send(io.vertx.mutiny.redis.client.Request)
.RedisConnection.sendAndAwait
(Request command) Blocking variant ofRedisConnection.send(io.vertx.mutiny.redis.client.Request)
.Redis.sendAndForget
(Request command) Variant ofRedis.send(io.vertx.mutiny.redis.client.Request)
that ignores the result of the operation.RedisConnection.sendAndForget
(Request command) Variant ofRedisConnection.send(io.vertx.mutiny.redis.client.Request)
that ignores the result of the operation.Method parameters in io.vertx.mutiny.redis.client with type arguments of type RequestModifier and TypeMethodDescriptionSends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.Redis.batchAndAwait
(List<Request> commands) Blocking variant ofRedis.batch(List)
.RedisConnection.batchAndAwait
(List<Request> commands) Blocking variant ofRedisConnection.batch(List)
.Redis.batchAndForget
(List<Request> commands) Variant ofRedis.batch(List)
that ignores the result of the operation.RedisConnection.batchAndForget
(List<Request> commands) Variant ofRedisConnection.batch(List)
that ignores the result of the operation.
null
as a parameter, only as response.