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

Add `WITHSCORE` option to `ZRANK` and `ZREVRANK` commands

Open kshired opened this issue 5 months ago • 2 comments

Close #3178

  • Add zRankWithScore and zRevRankWithScore methods.
  • Add unit, integration, connection tests.
  • [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).

kshired avatar Jul 17 '25 17:07 kshired