Class ScanIteration<T>
java.lang.Object
org.springframework.data.redis.core.ScanIteration<T>
- All Implemented Interfaces:
Iterable<T>
ScanIteration holds the values contained in Redis Multibulk reply on exectuting SCAN
command.- Since:
- 1.4
- Author:
- Christoph Strobl, Mark Paluch
-
Constructor Details
-
ScanIteration
- Parameters:
cursorId-items-- Since:
- 3.3.0
-
-
Method Details
-
getId
The cursor id to be used for subsequent requests.- Returns:
- Since:
- 3.3.0
-
getItems
-
iterator
-