PipelineBase.incrByFloat

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(Double) incrByFloat(string key, double increment)
    class PipelineBase
    Response!(Double)
    incrByFloat
    (
    string key
    ,
    double increment
    )
  2. Response!(Double) incrByFloat(const(ubyte)[] key, double increment)

Meta