| Modifier and Type | Method and Description |
|---|---|
static ScanArgs |
limit(long count)
Creates new
ScanArgs with LIMIT set. |
static ScanArgs |
matches(String matches)
Creates new
ScanArgs with MATCH set. |
public static ScanArgs limit(long count)
ScanArgs with LIMIT set.count - number of elements to scanScanArgs with LIMIT set.ScanArgs.limit(long)public static ScanArgs matches(String matches)
ScanArgs with MATCH set.matches - the filter.ScanArgs with MATCH set.ScanArgs.match(String)Copyright © 2019 lettuce.io. All rights reserved.