PipelineBase.hset

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(Long) hset(string key, string field, string value)
  2. Response!(Long) hset(const(ubyte)[] key, const(ubyte)[] field, const(ubyte)[] value)
    class PipelineBase
    Response!(Long)
    hset
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] field
    ,
    const(ubyte)[] value
    )
  3. Response!(Long) hset(string key, Map!(string, string) hash)
  4. Response!(Long) hset(const(ubyte)[] key, Map!(const(ubyte)[], const(ubyte)[]) hash)

Meta