RedisCollection

Constructors

this
this(RedisDatabase db, Replicate!(string, ID_LENGTH) name, string suffix)
Undocumented in source.

Members

Aliases

IDS
alias IDS = Replicate!(long, ID_LENGTH)
Undocumented in source.
IDType
alias IDType = long
Undocumented in source.
IDType
alias IDType = Tuple!IDS
Undocumented in source.

Functions

add
IDType add(U args)
Undocumented in source. Be warned that the author may not have intended to support it.
createID
IDType createID()

Creates an ID without setting a corresponding value.

initialize
void initialize(RedisDatabase db, Replicate!(string, ID_LENGTH) name, string suffix)
Undocumented in source. Be warned that the author may not have intended to support it.
isMember
bool isMember(long id)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(long id) del)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(long id, T) del)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
T opIndex(IDS id)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(IDS id)

Removes an ID along with the corresponding value.

Properties

database
inout(RedisDatabase) database [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta