spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

Added `zRangeStoreByLex` and `zRangeStoreByScore` for `ZRANGESTORE` c…

Open bytestreme opened this issue 3 years ago • 1 comments

This PR adds support for ZRANGESTORE

Closes #2345

  • [x] You have read the Spring Data contribution guidelines.
  • [x] You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • [x] You submit test cases (unit or integration tests) that back your changes.
  • [x] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

bytestreme avatar Jul 16 '22 22:07 bytestreme

@mp911de Can you please take a look?

P.S. Should I include this into 3.0.0 or 2.7.3?

bytestreme avatar Jul 16 '22 22:07 bytestreme

Thank you for your contribution. That's merged and polished now.

mp911de avatar Sep 30 '22 09:09 mp911de