BinaryRedis.zrangeByLex

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

Meta