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

Add incrementScore to RedisZSet

Open vinsguru opened this issue 1 month ago • 0 comments

Adds a method to increment the score of an element in a Redis sorted set. Implements the Redis ZINCRBY command through Spring Data’s RedisZSet. Includes a test verifying score updates for existing and new members.

Closes #3256

  • [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).

vinsguru avatar Nov 04 '25 13:11 vinsguru