Package | Description |
---|---|
io.vertx.reactivex.redis | |
io.vertx.redis | |
io.vertx.redis.op | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
Single<String> |
RedisTransaction.rxSort(String key,
SortOptions options)
Sort the elements in a list, set or sorted set
|
Single<JsonArray> |
RedisClient.rxSort(String key,
SortOptions options)
Sort the elements in a list, set or sorted set
|
RedisClient |
RedisClient.sort(String key,
SortOptions options,
Handler<AsyncResult<JsonArray>> handler)
Sort the elements in a list, set or sorted set
|
RedisTransaction |
RedisTransaction.sort(String key,
SortOptions options,
Handler<AsyncResult<String>> handler)
Sort the elements in a list, set or sorted set
|
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.sort(String key,
SortOptions options,
Handler<AsyncResult<JsonArray>> handler)
Deprecated.
Sort the elements in a list, set or sorted set
|
RedisTransaction |
RedisTransaction.sort(String key,
SortOptions options,
Handler<AsyncResult<String>> handler)
Deprecated.
Sort the elements in a list, set or sorted set
|
Modifier and Type | Field and Description |
---|---|
static SortOptions |
SortOptions.NONE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SortOptions |
SortOptions.addGet(String pattern)
Deprecated.
|
SortOptions |
SortOptions.setAlpha(Boolean alpha)
Deprecated.
|
SortOptions |
SortOptions.setBy(String pattern)
Deprecated.
|
SortOptions |
SortOptions.setDescending(Boolean descending)
Deprecated.
|
SortOptions |
SortOptions.setLimit(long offset,
long count)
Deprecated.
|
SortOptions |
SortOptions.setStore(String store)
Deprecated.
|
SortOptions |
SortOptions.useAlpha()
Deprecated.
|
SortOptions |
SortOptions.useDescending()
Deprecated.
|
Constructor and Description |
---|
SortOptions(SortOptions obj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Single<String> |
RedisTransaction.rxSort(String key,
SortOptions options)
Sort the elements in a list, set or sorted set
|
Single<JsonArray> |
RedisClient.rxSort(String key,
SortOptions options)
Sort the elements in a list, set or sorted set
|
RedisClient |
RedisClient.sort(String key,
SortOptions options,
Handler<AsyncResult<JsonArray>> handler)
Sort the elements in a list, set or sorted set
|
RedisTransaction |
RedisTransaction.sort(String key,
SortOptions options,
Handler<AsyncResult<String>> handler)
Sort the elements in a list, set or sorted set
|
Observable<String> |
RedisTransaction.sortObservable(String key,
SortOptions options)
Deprecated.
|
Observable<JsonArray> |
RedisClient.sortObservable(String key,
SortOptions options)
Deprecated.
|
Copyright © 2023 Eclipse. All rights reserved.