Interface SScanCursor<V>

All Superinterfaces:
Cursor<List<V>>
All Known Implementing Classes:
SScanBlockingCursorImpl

public interface SScanCursor<V> extends Cursor<List<V>>
  • 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 each member of the set individually.

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

    cursorId, hasNext, next
  • Method Details

    • toIterable

      Iterable<V> toIterable()
      Returns an Iterable providing each member of the set individually. Unlike Cursor.next() which provides the members by batch, this method returns them one by one.
      Returns:
      the iterable