Package | Description |
---|---|
io.vertx.redis | |
io.vertx.redis.op | |
io.vertx.rxjava.redis |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.hscan(String key,
String cursor,
ScanOptions options,
Handler<AsyncResult<JsonArray>> handler)
Incrementally iterate hash fields and associated values
|
RedisClient |
RedisClient.scan(String cursor,
ScanOptions options,
Handler<AsyncResult<Void>> handler)
Incrementally iterate the keys space
|
RedisClient |
RedisClient.sscan(String key,
String cursor,
ScanOptions options,
Handler<AsyncResult<Void>> handler)
Incrementally iterate Set elements
|
RedisClient |
RedisClient.zscan(String key,
String cursor,
ScanOptions options,
Handler<AsyncResult<Void>> handler)
Incrementally iterate sorted sets elements and associated scores
|
Modifier and Type | Field and Description |
---|---|
static ScanOptions |
ScanOptions.NONE |
Modifier and Type | Method and Description |
---|---|
ScanOptions |
ScanOptions.setCount(int count) |
ScanOptions |
ScanOptions.setMatch(String pattern) |
Constructor and Description |
---|
ScanOptions(ScanOptions copy) |
Modifier and Type | Method and Description |
---|---|
RedisClient |
RedisClient.hscan(String key,
String cursor,
ScanOptions options,
Handler<AsyncResult<JsonArray>> handler)
Incrementally iterate hash fields and associated values
|
RedisClient |
RedisClient.scan(String cursor,
ScanOptions options,
Handler<AsyncResult<Void>> handler)
Incrementally iterate the keys space
|
RedisClient |
RedisClient.sscan(String key,
String cursor,
ScanOptions options,
Handler<AsyncResult<Void>> handler)
Incrementally iterate Set elements
|
RedisClient |
RedisClient.zscan(String key,
String cursor,
ScanOptions options,
Handler<AsyncResult<Void>> handler)
Incrementally iterate sorted sets elements and associated scores
|
Copyright © 2015. All Rights Reserved.