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