Redis.zrevrangeByLex

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

Meta