StreamEntryID

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string id)
Undocumented in source.
this
this(long time, long sequence)
Undocumented in source.

Members

Aliases

opCmp
alias opCmp = Object.opCmp
Undocumented in source.

Functions

getSequence
long getSequence()
Undocumented in source. Be warned that the author may not have intended to support it.
getTime
long getTime()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(StreamEntryID other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object obj)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

LAST_ENTRY
StreamEntryID LAST_ENTRY()

Should be used only with XGROUP CREATE

NEW_ENTRY
StreamEntryID NEW_ENTRY()

Should be used only with XADD

UNRECEIVED_ENTRY
StreamEntryID UNRECEIVED_ENTRY()

Should be used only with XREADGROUP <code> XREADGROUP $GroupName $ConsumerName BLOCK 2000 COUNT 10 STREAMS mystream > </code>

Meta