PipelineBase.zrevrangeByLex

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

Meta