public interface RBuckets extends RBucketsAsync
Modifier and Type | Method and Description |
---|---|
long |
delete(String... keys)
Deprecated.
|
<V> Map<String,V> |
get(String... keys)
Returns Redis object mapped by key.
|
void |
set(Map<String,?> buckets)
Saves objects mapped by Redis key.
|
boolean |
trySet(Map<String,?> buckets)
Try to save objects mapped by Redis key.
|
deleteAsync, getAsync, setAsync, trySetAsync
<V> Map<String,V> get(String... keys)
V
- type of valuekeys
- - keysboolean trySet(Map<String,?> buckets)
buckets
- - map of bucketstrue
if object has been set overwise false
void set(Map<String,?> buckets)
buckets
- - map of buckets@Deprecated long delete(String... keys)
Copyright © 2014–2020 Redisson. All rights reserved.