| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
<K,V> RSetMultimapReactive<K,V> |
RedissonReactive.getSetMultimap(String name) |
<K,V> RSetMultimapReactive<K,V> |
RedissonReactive.getSetMultimap(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> RSetMultimapReactive<K,V> |
RedissonReactiveClient.getSetMultimap(String name)
Returns Set based Multimap instance by name.
|
<K,V> RSetMultimapReactive<K,V> |
RedissonReactiveClient.getSetMultimap(String name,
Codec codec)
Returns Set based Multimap instance by name
using provided codec for both map keys and values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonSetMultimapReactive<K,V> |
Copyright © 2014–2018 The Redisson Project. All rights reserved.