| 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.rxZinterstore(String destkey,
             List<String> sets,
             AggregateOptions options)
Intersect multiple sorted sets and store the resulting sorted set in a new key 
 | 
Single<Long> | 
RedisClient.rxZinterstore(String destkey,
             List<String> sets,
             AggregateOptions options)
Intersect multiple sorted sets and store the resulting sorted set in a new key 
 | 
Single<String> | 
RedisTransaction.rxZinterstoreWeighed(String destkey,
                    Map<String,Double> sets,
                    AggregateOptions options)
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring 
 | 
Single<Long> | 
RedisClient.rxZinterstoreWeighed(String destkey,
                    Map<String,Double> sets,
                    AggregateOptions options)
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring 
 | 
Single<String> | 
RedisTransaction.rxZunionstore(String destkey,
             List<String> sets,
             AggregateOptions options)
Add multiple sorted sets and store the resulting sorted set in a new key 
 | 
Single<Long> | 
RedisClient.rxZunionstore(String destkey,
             List<String> sets,
             AggregateOptions options)
Add multiple sorted sets and store the resulting sorted set in a new key 
 | 
Single<String> | 
RedisTransaction.rxZunionstoreWeighed(String key,
                    Map<String,Double> sets,
                    AggregateOptions options)
Add multiple sorted sets using weights, and store the resulting sorted set in a new key 
 | 
Single<Long> | 
RedisClient.rxZunionstoreWeighed(String key,
                    Map<String,Double> sets,
                    AggregateOptions options)
Add multiple sorted sets using weights, and store the resulting sorted set in a new key 
 | 
RedisClient | 
RedisClient.zinterstore(String destkey,
           List<String> sets,
           AggregateOptions options,
           Handler<AsyncResult<Long>> handler)
Intersect multiple sorted sets and store the resulting sorted set in a new key 
 | 
RedisTransaction | 
RedisTransaction.zinterstore(String destkey,
           List<String> sets,
           AggregateOptions options,
           Handler<AsyncResult<String>> handler)
Intersect multiple sorted sets and store the resulting sorted set in a new key 
 | 
RedisClient | 
RedisClient.zinterstoreWeighed(String destkey,
                  Map<String,Double> sets,
                  AggregateOptions options,
                  Handler<AsyncResult<Long>> handler)
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring 
 | 
RedisTransaction | 
RedisTransaction.zinterstoreWeighed(String destkey,
                  Map<String,Double> sets,
                  AggregateOptions options,
                  Handler<AsyncResult<String>> handler)
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring 
 | 
RedisClient | 
RedisClient.zunionstore(String destkey,
           List<String> sets,
           AggregateOptions options,
           Handler<AsyncResult<Long>> handler)
Add multiple sorted sets and store the resulting sorted set in a new key 
 | 
RedisTransaction | 
RedisTransaction.zunionstore(String destkey,
           List<String> sets,
           AggregateOptions options,
           Handler<AsyncResult<String>> handler)
Add multiple sorted sets and store the resulting sorted set in a new key 
 | 
RedisClient | 
RedisClient.zunionstoreWeighed(String key,
                  Map<String,Double> sets,
                  AggregateOptions options,
                  Handler<AsyncResult<Long>> handler)
Add multiple sorted sets using weights, and store the resulting sorted set in a new key 
 | 
RedisTransaction | 
RedisTransaction.zunionstoreWeighed(String key,
                  Map<String,Double> sets,
                  AggregateOptions options,
                  Handler<AsyncResult<String>> handler)
Add multiple sorted sets using weights, and store the resulting sorted set in a new key 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RedisClient | 
RedisClient.zinterstore(String destkey,
           List<String> sets,
           AggregateOptions options,
           Handler<AsyncResult<Long>> handler)
Deprecated.  
Intersect multiple sorted sets and store the resulting sorted set in a new key 
 | 
RedisTransaction | 
RedisTransaction.zinterstore(String destkey,
           List<String> sets,
           AggregateOptions options,
           Handler<AsyncResult<String>> handler)
Deprecated.  
Intersect multiple sorted sets and store the resulting sorted set in a new key 
 | 
RedisClient | 
RedisClient.zinterstoreWeighed(String destkey,
                  Map<String,Double> sets,
                  AggregateOptions options,
                  Handler<AsyncResult<Long>> handler)
Deprecated.  
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring 
 | 
RedisTransaction | 
RedisTransaction.zinterstoreWeighed(String destkey,
                  Map<String,Double> sets,
                  AggregateOptions options,
                  Handler<AsyncResult<String>> handler)
Deprecated.  
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring 
 | 
RedisClient | 
RedisClient.zunionstore(String destkey,
           List<String> sets,
           AggregateOptions options,
           Handler<AsyncResult<Long>> handler)
Deprecated.  
Add multiple sorted sets and store the resulting sorted set in a new key 
 | 
RedisTransaction | 
RedisTransaction.zunionstore(String destkey,
           List<String> sets,
           AggregateOptions options,
           Handler<AsyncResult<String>> handler)
Deprecated.  
Add multiple sorted sets and store the resulting sorted set in a new key 
 | 
RedisClient | 
RedisClient.zunionstoreWeighed(String key,
                  Map<String,Double> sets,
                  AggregateOptions options,
                  Handler<AsyncResult<Long>> handler)
Deprecated.  
Add multiple sorted sets using weights, and store the resulting sorted set in a new key 
 | 
RedisTransaction | 
RedisTransaction.zunionstoreWeighed(String key,
                  Map<String,Double> sets,
                  AggregateOptions options,
                  Handler<AsyncResult<String>> handler)
Deprecated.  
Add multiple sorted sets using weights, and store the resulting sorted set in a new key 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static AggregateOptions | 
AggregateOptions.valueOf(String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static AggregateOptions[] | 
AggregateOptions.values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Single<String> | 
RedisTransaction.rxZinterstore(String destkey,
             List<String> sets,
             AggregateOptions options)
Intersect multiple sorted sets and store the resulting sorted set in a new key 
 | 
Single<Long> | 
RedisClient.rxZinterstore(String destkey,
             List<String> sets,
             AggregateOptions options)
Intersect multiple sorted sets and store the resulting sorted set in a new key 
 | 
Single<String> | 
RedisTransaction.rxZinterstoreWeighed(String destkey,
                    Map<String,Double> sets,
                    AggregateOptions options)
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring 
 | 
Single<Long> | 
RedisClient.rxZinterstoreWeighed(String destkey,
                    Map<String,Double> sets,
                    AggregateOptions options)
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring 
 | 
Single<String> | 
RedisTransaction.rxZunionstore(String destkey,
             List<String> sets,
             AggregateOptions options)
Add multiple sorted sets and store the resulting sorted set in a new key 
 | 
Single<Long> | 
RedisClient.rxZunionstore(String destkey,
             List<String> sets,
             AggregateOptions options)
Add multiple sorted sets and store the resulting sorted set in a new key 
 | 
Single<String> | 
RedisTransaction.rxZunionstoreWeighed(String key,
                    Map<String,Double> sets,
                    AggregateOptions options)
Add multiple sorted sets using weights, and store the resulting sorted set in a new key 
 | 
Single<Long> | 
RedisClient.rxZunionstoreWeighed(String key,
                    Map<String,Double> sets,
                    AggregateOptions options)
Add multiple sorted sets using weights, and store the resulting sorted set in a new key 
 | 
RedisClient | 
RedisClient.zinterstore(String destkey,
           List<String> sets,
           AggregateOptions options,
           Handler<AsyncResult<Long>> handler)
Intersect multiple sorted sets and store the resulting sorted set in a new key 
 | 
RedisTransaction | 
RedisTransaction.zinterstore(String destkey,
           List<String> sets,
           AggregateOptions options,
           Handler<AsyncResult<String>> handler)
Intersect multiple sorted sets and store the resulting sorted set in a new key 
 | 
Observable<String> | 
RedisTransaction.zinterstoreObservable(String destkey,
                     List<String> sets,
                     AggregateOptions options)
 | 
Observable<Long> | 
RedisClient.zinterstoreObservable(String destkey,
                     List<String> sets,
                     AggregateOptions options)
 | 
RedisClient | 
RedisClient.zinterstoreWeighed(String destkey,
                  Map<String,Double> sets,
                  AggregateOptions options,
                  Handler<AsyncResult<Long>> handler)
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring 
 | 
RedisTransaction | 
RedisTransaction.zinterstoreWeighed(String destkey,
                  Map<String,Double> sets,
                  AggregateOptions options,
                  Handler<AsyncResult<String>> handler)
Intersect multiple sorted sets and store the resulting sorted set in a new key using weights for scoring 
 | 
Observable<String> | 
RedisTransaction.zinterstoreWeighedObservable(String destkey,
                            Map<String,Double> sets,
                            AggregateOptions options)
 | 
Observable<Long> | 
RedisClient.zinterstoreWeighedObservable(String destkey,
                            Map<String,Double> sets,
                            AggregateOptions options)
 | 
RedisClient | 
RedisClient.zunionstore(String destkey,
           List<String> sets,
           AggregateOptions options,
           Handler<AsyncResult<Long>> handler)
Add multiple sorted sets and store the resulting sorted set in a new key 
 | 
RedisTransaction | 
RedisTransaction.zunionstore(String destkey,
           List<String> sets,
           AggregateOptions options,
           Handler<AsyncResult<String>> handler)
Add multiple sorted sets and store the resulting sorted set in a new key 
 | 
Observable<String> | 
RedisTransaction.zunionstoreObservable(String destkey,
                     List<String> sets,
                     AggregateOptions options)
 | 
Observable<Long> | 
RedisClient.zunionstoreObservable(String destkey,
                     List<String> sets,
                     AggregateOptions options)
 | 
RedisClient | 
RedisClient.zunionstoreWeighed(String key,
                  Map<String,Double> sets,
                  AggregateOptions options,
                  Handler<AsyncResult<Long>> handler)
Add multiple sorted sets using weights, and store the resulting sorted set in a new key 
 | 
RedisTransaction | 
RedisTransaction.zunionstoreWeighed(String key,
                  Map<String,Double> sets,
                  AggregateOptions options,
                  Handler<AsyncResult<String>> handler)
Add multiple sorted sets using weights, and store the resulting sorted set in a new key 
 | 
Observable<String> | 
RedisTransaction.zunionstoreWeighedObservable(String key,
                            Map<String,Double> sets,
                            AggregateOptions options)
 | 
Observable<Long> | 
RedisClient.zunionstoreWeighedObservable(String key,
                            Map<String,Double> sets,
                            AggregateOptions options)
 | 
Copyright © 2020 Eclipse. All rights reserved.