PipelineBase.hincrBy

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(Long) hincrBy(string key, string field, long value)
  2. Response!(Long) hincrBy(const(ubyte)[] key, const(ubyte)[] field, long value)
    class PipelineBase
    Response!(Long)
    hincrBy
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] field
    ,
    long value
    )

Meta