Skip to content

Add incrementScore to RedisZSet#3257

Closed
vinsguru wants to merge 1 commit into
spring-projects:mainfrom
vinsguru:main
Closed

Add incrementScore to RedisZSet#3257
vinsguru wants to merge 1 commit into
spring-projects:mainfrom
vinsguru:main

Conversation

@vinsguru

@vinsguru vinsguru commented Nov 4, 2025

Copy link
Copy Markdown
Contributor

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

  • You have read the Spring Data contribution guidelines.
  • You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • You submit test cases (unit or integration tests) that back your changes.
  • 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).

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Nov 4, 2025
Adds a method to increment the score of an element in RedisZSet.

Signed-off-by: vinsguru <vino.infy@gmail.com>
@mp911de mp911de self-assigned this Nov 10, 2025
@mp911de mp911de added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Nov 10, 2025
@onobc onobc assigned onobc and unassigned mp911de Jan 14, 2026
onobc pushed a commit that referenced this pull request Jan 15, 2026
Adds a method on RedisZSet that increments (ZINCRBY) a member of a
Redis sorted set (ZSET).

Closes #3256
Original Pull Request #3257

Signed-off-by: vinsguru <vino.infy@gmail.com>
onobc added a commit that referenced this pull request Jan 15, 2026
See #3256
Original Pull Request #3257

Signed-off-by: Chris Bono <chris.bono@broadcom.com>
@onobc onobc added this to the 4.1 M1 (2026.0.0) milestone Jan 15, 2026
@onobc

onobc commented Jan 15, 2026

Copy link
Copy Markdown
Contributor

Thank you for the contribution @vinsguru ! Nice work.

Closing via onobc@1e904a1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: enhancement A general enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add incrementScore to RedisZSet

4 participants