Interface KeyScanCursor<K>

All Superinterfaces:
Cursor<Set<K>>
All Known Implementing Classes:
ScanBlockingCursorImpl

public interface KeyScanCursor<K> extends Cursor<Set<K>>
  • Field Summary

    Fields inherited from interface io.quarkus.redis.datasource.Cursor

    INITIAL_CURSOR_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an Iterable providing the keys individually.

    Methods inherited from interface io.quarkus.redis.datasource.Cursor

    cursorId, hasNext, next
  • Method Details

    • toIterable

      Iterable<K> toIterable()
      Returns an Iterable providing the keys individually. Unlike Cursor.next() which provides the keys by batch, this method returns them one by one.
      Returns:
      the iterable