Module lettuce.core

Class KeyScanCursor<K>

java.lang.Object
io.lettuce.core.ScanCursor
io.lettuce.core.KeyScanCursor<K>
Type Parameters:
K - Key type.

public class KeyScanCursor<K>
extends ScanCursor
Cursor providing a list of keys.
Since:
3.0
Author:
Mark Paluch
  • Constructor Details

    • KeyScanCursor

      public KeyScanCursor()
  • Method Details

    • getKeys

      public List<K> getKeys()