Class ScanIteration<T>

java.lang.Object
org.springframework.data.redis.core.ScanIteration<T>
All Implemented Interfaces:
Iterable<T>

public class ScanIteration<T> extends Object implements Iterable<T>
ScanIteration holds the values contained in Redis Multibulk reply on exectuting SCAN command.
Since:
1.4
Author:
Christoph Strobl, Mark Paluch