BinaryRedisPipeline.xadd

Undocumented in source.
  1. Response!(const(ubyte)[]) xadd(const(ubyte)[] key, const(ubyte)[] id, Map!(const(ubyte)[], const(ubyte)[]) hash)
  2. Response!(const(ubyte)[]) xadd(const(ubyte)[] key, const(ubyte)[] id, Map!(const(ubyte)[], const(ubyte)[]) hash, long maxLen, bool approximateLength)
    interface BinaryRedisPipeline
    Response!(const(ubyte)[])
    xadd
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] id
    ,
    Map!(const(ubyte)[], const(ubyte)[]) hash
    ,
    long maxLen
    ,)

Meta