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 class
RedissonSet<V>
Distributed and concurrent implementation ofSet
class
RedissonSetCache<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 class
RedissonTransactionalSet<V>
class
RedissonTransactionalSetCache<V>
-