Set

Undocumented in source.

Constructors

this
this(Redis conn, const(char[]) name)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
Response front()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(const(char[]) value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(const(char[])[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(const(char[]) value)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(const(char[])[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(char[]) value)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(char[])[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
scard
int scard()
Undocumented in source. Be warned that the author may not have intended to support it.
smembers
Response smembers()
Undocumented in source. Be warned that the author may not have intended to support it.
srem
bool srem(const(char[]) value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta