Package | Description |
---|---|
io.vertx.redis |
= Vert.x-redis
:toc: left
Vert.x-redis is redis client to be used with Vert.x.
|
io.vertx.redis.op |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.sort(String key,
SortOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>> handler)
Sort the elements in a list, set or sorted set
|
RedisTransaction |
RedisTransaction.sort(String key,
SortOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<String>> handler)
Sort the elements in a list, set or sorted set
|
Modifier and Type | Field and Description |
---|---|
static SortOptions |
SortOptions.NONE |
Modifier and Type | Method and Description |
---|---|
SortOptions |
SortOptions.addGet(String pattern) |
SortOptions |
SortOptions.setBy(String pattern) |
SortOptions |
SortOptions.setLimit(long offset,
long count) |
SortOptions |
SortOptions.setStore(String store) |
SortOptions |
SortOptions.useAlpha() |
SortOptions |
SortOptions.useDescending() |
Constructor and Description |
---|
SortOptions(SortOptions obj) |
Copyright © 2017. All rights reserved.