Class ZREMRANGEBYSCORE

All Implemented Interfaces:
Resp3Command

public class ZREMRANGEBYSCORE extends ZREMRANGE
Removes all elements in the sorted set stored at key with a score between min and max (inclusive). Integer reply: the number of elements removed.
Since:
15.0
See Also:
  • Constructor Details

    • ZREMRANGEBYSCORE

      public ZREMRANGEBYSCORE()