Class ScanOptions

java.lang.Object
org.springframework.data.redis.core.ScanOptions
Direct Known Subclasses:
KeyScanOptions

public class ScanOptions extends Object
Options to be used for with SCAN commands.
Since:
1.4
Author:
Christoph Strobl, Thomas Darimont, Mark Paluch
See Also:
  • Field Details

    • NONE

      public static ScanOptions NONE
      Constant to apply default ScanOptions without setting a limit or matching a pattern.
  • Method Details