PipelineBase.xadd
- Response!(StreamEntryID) xadd(string key, StreamEntryID id, Map!(string, string) hash)
- Response!(const(ubyte)[]) xadd(const(ubyte)[] key, const(ubyte)[] id, Map!(const(ubyte)[], const(ubyte)[]) hash)
- Response!(StreamEntryID) xadd(string key, StreamEntryID id, Map!(string, string) hash, long maxLen, bool approximateLength)
- Response!(const(ubyte)[]) xadd(const(ubyte)[] key, const(ubyte)[] id, Map!(const(ubyte)[], const(ubyte)[]) hash, long maxLen, bool approximateLength)
class PipelineBase
xadd
(,,Map!(const(ubyte)[], const(ubyte)[]) hash ,,)