Client.hmset

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void hmset(string key, Map!(string, string) hash)
    class Client
    override
    void
    hmset
    (
    string key
    ,
    Map!(string, string) hash
    )
  2. alias hmset = BinaryClient.hmset

Meta