Client.hset

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

Meta