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: