public interface RBucketsAsync
Modifier and Type | Method and Description |
---|---|
<V> RFuture<Map<String,V>> |
getAsync(String... keys)
Returns Redis object mapped by key.
|
RFuture<Void> |
setAsync(Map<String,?> buckets)
Saves objects mapped by Redis key.
|
RFuture<Boolean> |
trySetAsync(Map<String,?> buckets)
Try to save objects mapped by Redis key.
|
<V> RFuture<Map<String,V>> getAsync(String... keys)
V
- type of valuekeys
- - keysRFuture<Boolean> trySetAsync(Map<String,?> buckets)
buckets
- - map of bucketstrue
if object has been set otherwise false
Copyright © 2014–2018 The Redisson Project. All rights reserved.