public class ScanArgs extends Object
ScanArgs.Builder and chain the method calls: matches("weight_*").limit(0, 2).
ScanArgs is a mutable object and instances should be used only once to avoid shared mutable state.| Modifier and Type | Class and Description |
|---|---|
static class |
ScanArgs.Builder
Builder entry points for
ScanArgs. |
| Constructor and Description |
|---|
ScanArgs() |
| Modifier and Type | Method and Description |
|---|---|
ScanArgs |
limit(long count)
Limit the scan by count
|
ScanArgs |
match(String match)
Set the match filter.
|
Copyright © 2018 lettuce.io. All rights reserved.