Redis.hset

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

Meta