public interface RBucketsRx
| Modifier and Type | Method and Description |
|---|---|
<V> io.reactivex.rxjava3.core.Single<Map<String,V>> |
get(String... keys)
Returns Redis object mapped by key.
|
io.reactivex.rxjava3.core.Completable |
set(Map<String,?> buckets)
Saves objects mapped by Redis key.
|
io.reactivex.rxjava3.core.Single<Boolean> |
trySet(Map<String,?> buckets)
Try to save objects mapped by Redis key.
|
<V> io.reactivex.rxjava3.core.Single<Map<String,V>> get(String... keys)
V - type of valuekeys - - keysio.reactivex.rxjava3.core.Single<Boolean> trySet(Map<String,?> buckets)
buckets - - map of bucketstrue if object has been set otherwise falseCopyright © 2014–2021 Redisson. All rights reserved.