Client.zrangeByLex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void zrangeByLex(string key, string min, string max)
    class Client
    void
    zrangeByLex
    (
    string key
    ,
    string min
    ,
    string max
    )
  2. alias zrangeByLex = BinaryClient.zrangeByLex
  3. void zrangeByLex(string key, string min, string max, int offset, int count)

Meta