| Modifier and Type | Method and Description |
|---|---|
static ScanArgs |
limit(long count)
Creates new
ScanArgs with LIMIT set. |
static ScanArgs |
matches(byte[] matches)
Creates new
ScanArgs with MATCH 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)public static ScanArgs matches(byte[] matches)
ScanArgs with MATCH set.matches - the filter.ScanArgs with MATCH set.ScanArgs.match(byte[])Copyright © 2022 lettuce.io. All rights reserved.