Uses of Class
org.springframework.data.redis.core.ScanIteration
Packages that use ScanIteration
-
Uses of ScanIteration in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core that return ScanIterationModifier and TypeMethodDescriptionprotected abstract ScanIteration<T>
KeyBoundCursor.doScan
(byte[] key, long cursorId, ScanOptions options) protected ScanIteration<T>
KeyBoundCursor.doScan
(long cursorId, ScanOptions options) protected abstract ScanIteration<T>
ScanCursor.doScan
(long cursorId, ScanOptions options) Performs the actual scan command using the native client implementation.