| Package | Description | 
|---|---|
| io.vertx.reactivex.redis | |
| 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 
 | 
RedisTransaction | 
RedisTransaction.hscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<String>> handler)
Incrementally iterate hash fields and associated values 
 | 
Single<String> | 
RedisTransaction.rxHscan(String key,
       String cursor,
       ScanOptions options)
Incrementally iterate hash fields and associated values 
 | 
Single<JsonArray> | 
RedisClient.rxHscan(String key,
       String cursor,
       ScanOptions options)
Incrementally iterate hash fields and associated values 
 | 
Single<String> | 
RedisTransaction.rxScan(String cursor,
      ScanOptions options)
Incrementally iterate the keys space 
 | 
Single<JsonArray> | 
RedisClient.rxScan(String cursor,
      ScanOptions options)
Incrementally iterate the keys space 
 | 
Single<String> | 
RedisTransaction.rxSscan(String key,
       String cursor,
       ScanOptions options)
Incrementally iterate Set elements 
 | 
Single<JsonArray> | 
RedisClient.rxSscan(String key,
       String cursor,
       ScanOptions options)
Incrementally iterate Set elements 
 | 
Single<String> | 
RedisTransaction.rxZscan(String key,
       String cursor,
       ScanOptions options)
Incrementally iterate sorted sets elements and associated scores 
 | 
Single<JsonArray> | 
RedisClient.rxZscan(String key,
       String cursor,
       ScanOptions options)
Incrementally iterate sorted sets elements and associated scores 
 | 
RedisClient | 
RedisClient.scan(String cursor,
    ScanOptions options,
    Handler<AsyncResult<JsonArray>> handler)
Incrementally iterate the keys space 
 | 
RedisTransaction | 
RedisTransaction.scan(String cursor,
    ScanOptions options,
    Handler<AsyncResult<String>> handler)
Incrementally iterate the keys space 
 | 
RedisClient | 
RedisClient.sscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<JsonArray>> handler)
Incrementally iterate Set elements 
 | 
RedisTransaction | 
RedisTransaction.sscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<String>> handler)
Incrementally iterate Set elements 
 | 
RedisClient | 
RedisClient.zscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<JsonArray>> handler)
Incrementally iterate sorted sets elements and associated scores 
 | 
RedisTransaction | 
RedisTransaction.zscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<String>> handler)
Incrementally iterate sorted sets elements and associated scores 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RedisClient | 
RedisClient.hscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<JsonArray>> handler)
Deprecated.  
Incrementally iterate hash fields and associated values 
 | 
RedisTransaction | 
RedisTransaction.hscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<String>> handler)
Deprecated.  
Incrementally iterate hash fields and associated values 
 | 
RedisClient | 
RedisClient.scan(String cursor,
    ScanOptions options,
    Handler<AsyncResult<JsonArray>> handler)
Deprecated.  
Incrementally iterate the keys space 
 | 
RedisTransaction | 
RedisTransaction.scan(String cursor,
    ScanOptions options,
    Handler<AsyncResult<String>> handler)
Deprecated.  
Incrementally iterate the keys space 
 | 
RedisClient | 
RedisClient.sscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<JsonArray>> handler)
Deprecated.  
Incrementally iterate Set elements 
 | 
RedisTransaction | 
RedisTransaction.sscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<String>> handler)
Deprecated.  
Incrementally iterate Set elements 
 | 
RedisClient | 
RedisClient.zscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<JsonArray>> handler)
Deprecated.  
Incrementally iterate sorted sets elements and associated scores 
 | 
RedisTransaction | 
RedisTransaction.zscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<String>> handler)
Deprecated.  
Incrementally iterate sorted sets elements and associated scores 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static ScanOptions | 
ScanOptions.NONE
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
ScanOptions | 
ScanOptions.setCount(int count)
Deprecated.  
  | 
ScanOptions | 
ScanOptions.setMatch(String pattern)
Deprecated.  
  | 
| Constructor and Description | 
|---|
ScanOptions(ScanOptions copy)
Deprecated.  
  | 
| 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 
 | 
RedisTransaction | 
RedisTransaction.hscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<String>> handler)
Incrementally iterate hash fields and associated values 
 | 
Observable<String> | 
RedisTransaction.hscanObservable(String key,
               String cursor,
               ScanOptions options)
Deprecated. 
 
 | 
Observable<JsonArray> | 
RedisClient.hscanObservable(String key,
               String cursor,
               ScanOptions options)
Deprecated. 
 
 | 
Single<String> | 
RedisTransaction.rxHscan(String key,
       String cursor,
       ScanOptions options)
Incrementally iterate hash fields and associated values 
 | 
Single<JsonArray> | 
RedisClient.rxHscan(String key,
       String cursor,
       ScanOptions options)
Incrementally iterate hash fields and associated values 
 | 
Single<String> | 
RedisTransaction.rxScan(String cursor,
      ScanOptions options)
Incrementally iterate the keys space 
 | 
Single<JsonArray> | 
RedisClient.rxScan(String cursor,
      ScanOptions options)
Incrementally iterate the keys space 
 | 
Single<String> | 
RedisTransaction.rxSscan(String key,
       String cursor,
       ScanOptions options)
Incrementally iterate Set elements 
 | 
Single<JsonArray> | 
RedisClient.rxSscan(String key,
       String cursor,
       ScanOptions options)
Incrementally iterate Set elements 
 | 
Single<String> | 
RedisTransaction.rxZscan(String key,
       String cursor,
       ScanOptions options)
Incrementally iterate sorted sets elements and associated scores 
 | 
Single<JsonArray> | 
RedisClient.rxZscan(String key,
       String cursor,
       ScanOptions options)
Incrementally iterate sorted sets elements and associated scores 
 | 
RedisClient | 
RedisClient.scan(String cursor,
    ScanOptions options,
    Handler<AsyncResult<JsonArray>> handler)
Incrementally iterate the keys space 
 | 
RedisTransaction | 
RedisTransaction.scan(String cursor,
    ScanOptions options,
    Handler<AsyncResult<String>> handler)
Incrementally iterate the keys space 
 | 
Observable<String> | 
RedisTransaction.scanObservable(String cursor,
              ScanOptions options)
Deprecated. 
 
 | 
Observable<JsonArray> | 
RedisClient.scanObservable(String cursor,
              ScanOptions options)
Deprecated. 
 
 | 
RedisClient | 
RedisClient.sscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<JsonArray>> handler)
Incrementally iterate Set elements 
 | 
RedisTransaction | 
RedisTransaction.sscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<String>> handler)
Incrementally iterate Set elements 
 | 
Observable<String> | 
RedisTransaction.sscanObservable(String key,
               String cursor,
               ScanOptions options)
Deprecated. 
 
 | 
Observable<JsonArray> | 
RedisClient.sscanObservable(String key,
               String cursor,
               ScanOptions options)
Deprecated. 
 
 | 
RedisClient | 
RedisClient.zscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<JsonArray>> handler)
Incrementally iterate sorted sets elements and associated scores 
 | 
RedisTransaction | 
RedisTransaction.zscan(String key,
     String cursor,
     ScanOptions options,
     Handler<AsyncResult<String>> handler)
Incrementally iterate sorted sets elements and associated scores 
 | 
Observable<String> | 
RedisTransaction.zscanObservable(String key,
               String cursor,
               ScanOptions options)
Deprecated. 
 
 | 
Observable<JsonArray> | 
RedisClient.zscanObservable(String key,
               String cursor,
               ScanOptions options)
Deprecated. 
 
 | 
Copyright © 2020 Eclipse. All rights reserved.