Redis.zrangeByLex

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

Meta