redis.zremrangebylex("key", "alpha", "omega")
Remove all members in a sorted set between the given lexicographical range.
Was this page helpful?