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