Package io.quarkus.redis.datasource.keys
Interface KeyScanCursor<K>
- All Known Implementing Classes:
ScanBlockingCursorImpl
-
Field Summary
Fields inherited from interface io.quarkus.redis.datasource.Cursor
INITIAL_CURSOR_ID -
Method Summary
Modifier and TypeMethodDescriptionReturns anIterableproviding the keys individually.
-
Method Details
-
toIterable
Returns anIterableproviding the keys individually. UnlikeCursor.next()which provides the keys by batch, this method returns them one by one.- Returns:
- the iterable
-