BinaryRedis.zrevrangeByLex

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

Meta