ScanParams

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

binaryMatch
const(ubyte)[] binaryMatch()
Undocumented in source. Be warned that the author may not have intended to support it.
count
ScanParams count(int count)

@see <a href="https://redis.io/commands/scan#the-count-option">COUNT option in Redis documentation</a>

count
Integer count()
Undocumented in source. Be warned that the author may not have intended to support it.
getParams
Collection!(const(ubyte)[]) getParams()
Undocumented in source. Be warned that the author may not have intended to support it.
match
ScanParams match(const(ubyte)[] pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
match
ScanParams match(string pattern)

@see <a href="https://redis.io/commands/scan#the-match-option">MATCH option in Redis documentation</a>

match
string match()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

SCAN_POINTER_START
enum string SCAN_POINTER_START;
Undocumented in source.
SCAN_POINTER_START_BINARY
enum const(ubyte)[] SCAN_POINTER_START_BINARY;
Undocumented in source.

Meta