Package | Description |
---|---|
org.redisson | |
org.redisson.api |
Modifier and Type | Class and Description |
---|---|
class |
RedissonSetMultimap<K,V> |
class |
RedissonSetMultimapCache<K,V> |
Modifier and Type | Method and Description |
---|---|
<K,V> RSetMultimap<K,V> |
Redisson.getSetMultimap(String name) |
<K,V> RSetMultimap<K,V> |
Redisson.getSetMultimap(String name,
Codec codec) |
Modifier and Type | Interface and Description |
---|---|
interface |
RSetMultimapCache<K,V> |
Modifier and Type | Method and Description |
---|---|
<K,V> RSetMultimap<K,V> |
RedissonClient.getSetMultimap(String name)
Returns Set based Multimap instance by name.
|
<K,V> RSetMultimap<K,V> |
RedissonClient.getSetMultimap(String name,
Codec codec)
Returns Set based Multimap instance by name
using provided codec for both map keys and values.
|
Copyright © 2014–2019 The Redisson Project. All rights reserved.