PipelineBase.zrangeWithScores

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(Set!(Tuple)) zrangeWithScores(string key, long start, long stop)
  2. Response!(Set!(Tuple)) zrangeWithScores(const(ubyte)[] key, long start, long stop)
    class PipelineBase
    Response!(Set!(Tuple))
    zrangeWithScores
    (
    const(ubyte)[] key
    ,
    long start
    ,
    long stop
    )

Meta