Interface RSetMultimapCacheNativeRx<K,V>

Type Parameters:
K - key
V - value
All Superinterfaces:
RExpirableRx, RMultimapCacheRx<K,V>, RMultimapRx<K,V>, RObjectRx, RSetMultimapRx<K,V>

public interface RSetMultimapCacheNativeRx<K,V> extends RSetMultimapRx<K,V>, RMultimapCacheRx<K,V>
Set based Multimap with ability to set TTL per entry. Doesn't allow duplications for values mapped to key. Uses Redis native commands for entry expiration and not a scheduled eviction task.

Requires Redis 7.4.0 and higher.

Author:
Nikita Koksharov