java.lang.Object
io.lettuce.core.ScanArgs.Builder
- Enclosing class:
- ScanArgs
public static class ScanArgs.Builder extends Object
Builder entry points for
ScanArgs.-
Method Summary
-
Method Details
-
limit
Creates newScanArgswith LIMIT set.- Parameters:
count- number of elements to scan- Returns:
- new
ScanArgswith LIMIT set. - See Also:
ScanArgs.limit(long)
-
matches
Creates newScanArgswith MATCH set.- Parameters:
matches- the filter.- Returns:
- new
ScanArgswith MATCH set. - See Also:
ScanArgs.match(String)
-
matches
Creates newScanArgswith MATCH set.- Parameters:
matches- the filter.- Returns:
- new
ScanArgswith MATCH set. - Since:
- 6.0.4
- See Also:
ScanArgs.match(byte[])
-