Package | Description |
---|---|
io.vertx.redis.client |
Modifier and Type | Method and Description |
---|---|
default Request |
Request.arg(boolean arg)
Adds a boolean encoded to string
|
Request |
Request.arg(io.vertx.core.buffer.Buffer arg)
Adds a String key argument
|
default Request |
Request.arg(byte arg)
Adds a byte encoded to string
|
Request |
Request.arg(byte[] arg)
Adds a byte array
|
default Request |
Request.arg(int arg)
Adds a int encoded to string
|
Request |
Request.arg(long arg)
Adds a long encoded to string
|
default Request |
Request.arg(short arg)
Adds a short encoded to string
|
default Request |
Request.arg(String arg)
Adds a String argument using UTF8 character encoding
|
default Request |
Request.arg(String arg,
String enc)
Adds a String using a specific character encoding argument
|
static Request |
Request.cmd(Command command) |
Request |
Request.nullArg()
Adds a NULL encoded string
|
Modifier and Type | Method and Description |
---|---|
Redis |
Redis.send(Request command,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Response>> onSend) |
Modifier and Type | Method and Description |
---|---|
Redis |
Redis.batch(List<Request> commands,
io.vertx.core.Handler<io.vertx.core.AsyncResult<List<Response>>> handler) |
Copyright © 2019 Eclipse. All rights reserved.