Package org.redisson.rx
Class RedissonSetMultimapCacheRx<K,V>
java.lang.Object
org.redisson.rx.RedissonSetMultimapCacheRx<K,V>
- Type Parameters:
K
- key typeV
- value type
- Author:
- Marnix Kammer
-
Constructor Summary
ConstructorDescriptionRedissonSetMultimapCacheRx
(RedissonSetMultimapCache<K, V> instance, CommandRxExecutor commandExecutor, RedissonRxClient redisson) -
Method Summary
-
Constructor Details
-
RedissonSetMultimapCacheRx
public RedissonSetMultimapCacheRx(RedissonSetMultimapCache<K, V> instance, CommandRxExecutor commandExecutor, RedissonRxClient redisson)
-
-
Method Details
-
get
-