PipelineBase.hmset

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

Meta