PipelineBase.zcount

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(Long) zcount(string key, double min, double max)
  2. Response!(Long) zcount(string key, string min, string max)
  3. Response!(Long) zcount(const(ubyte)[] key, double min, double max)
  4. Response!(Long) zcount(const(ubyte)[] key, const(ubyte)[] min, const(ubyte)[] max)
    class PipelineBase
    Response!(Long)
    zcount
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] min
    ,
    const(ubyte)[] max
    )

Meta