public class ScanParams extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SCAN_POINTER_START |
static byte[] |
SCAN_POINTER_START_BINARY |
| Constructor and Description |
|---|
ScanParams() |
| Modifier and Type | Method and Description |
|---|---|
ScanParams |
count(int count) |
Collection<byte[]> |
getParams() |
ScanParams |
match(byte[] pattern) |
ScanParams |
match(String pattern) |
public static final String SCAN_POINTER_START
public static final byte[] SCAN_POINTER_START_BINARY
public ScanParams match(byte[] pattern)
public ScanParams match(String pattern)
public ScanParams count(int count)
public Collection<byte[]> getParams()
Processing library Redis by Darius Morawiec. (c) 2015