public interface RBucketsAsync
Modifier and Type | Method and Description |
---|---|
RFuture<Long> |
deleteAsync(String... keys)
Delete multiple objects by name
|
<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
RFuture<Void> setAsync(Map<String,?> buckets)
buckets
- - map of bucketsCopyright © 2014–2019 The Redisson Project. All rights reserved.