SetParams

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

getByteParams
alias getByteParams = Params.getByteParams
Undocumented in source.

Functions

ex
SetParams ex(int secondsToExpire)

Set the specified expire time, in seconds. @param secondsToExpire @return SetParams

getByteParams
const(ubyte)[][] getByteParams(const(ubyte)[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
nx
SetParams nx()

Only set the key if it does not already exist. @return SetParams

px
SetParams px(long millisecondsToExpire)

Set the specified expire time, in milliseconds. @param millisecondsToExpire @return SetParams

xx
SetParams xx()

Only set the key if it already exist. @return SetParams

Static functions

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

Inherited Members

From Params

getParam
T getParam(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getByteParams
const(ubyte)[][] getByteParams()
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name, long value)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name, byte[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name, Object value)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name, Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.
addParam
void addParam(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta