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