public interface RBucketsReactive
| Modifier and Type | Method and Description |
|---|---|
<V> reactor.core.publisher.Mono<Map<String,V>> |
get(String... keys)
Returns Redis object mapped by key.
|
reactor.core.publisher.Mono<Void> |
set(Map<String,?> buckets)
Saves objects mapped by Redis key.
|
reactor.core.publisher.Mono<Boolean> |
trySet(Map<String,?> buckets)
Try to save objects mapped by Redis key.
|
<V> reactor.core.publisher.Mono<Map<String,V>> get(String... keys)
V - type of valuekeys - - keysreactor.core.publisher.Mono<Boolean> trySet(Map<String,?> buckets)
buckets - - map of bucketstrue if object has been set otherwise falseCopyright © 2014–2020 Redisson. All rights reserved.