BinaryRedis.hset

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

Meta