PipelineBase.zrangeByLex

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

Meta