RedisPipeline.zrevrangeByLex

Undocumented in source.
  1. Response!(Set!(string)) zrevrangeByLex(string key, string max, string min)
    interface RedisPipeline
    Response!(Set!(string))
    zrevrangeByLex
    (
    string key
    ,
    string max
    ,
    string min
    )
  2. Response!(Set!(string)) zrevrangeByLex(string key, string max, string min, int offset, int count)

Meta