Uses of Interface
org.redisson.ScanIterator
-
Packages that use ScanIterator Package Description org.redisson org.redisson.transaction -
-
Uses of ScanIterator in org.redisson
Classes in org.redisson that implement ScanIterator Modifier and Type Class Description classRedissonSet<V>Distributed and concurrent implementation ofSetclassRedissonSetCache<V>Set-based cache with ability to set TTL for each entry viaRSetCache.add(Object, long, TimeUnit)method. -
Uses of ScanIterator in org.redisson.transaction
Classes in org.redisson.transaction that implement ScanIterator Modifier and Type Class Description classRedissonTransactionalSet<V>classRedissonTransactionalSetCache<V>
-