PipelineBase.xadd

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(StreamEntryID) xadd(string key, StreamEntryID id, Map!(string, string) hash)
  2. Response!(const(ubyte)[]) xadd(const(ubyte)[] key, const(ubyte)[] id, Map!(const(ubyte)[], const(ubyte)[]) hash)
  3. Response!(StreamEntryID) xadd(string key, StreamEntryID id, Map!(string, string) hash, long maxLen, bool approximateLength)
  4. Response!(const(ubyte)[]) xadd(const(ubyte)[] key, const(ubyte)[] id, Map!(const(ubyte)[], const(ubyte)[]) hash, long maxLen, bool approximateLength)
    class PipelineBase
    Response!(const(ubyte)[])
    xadd
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] id
    ,
    Map!(const(ubyte)[], const(ubyte)[]) hash
    ,
    long maxLen
    ,)

Meta