Skip to content

Add lengthOfValue (HSTRLEN) to ReactiveHashOperations#3383

Open
jewoodev wants to merge 1 commit into
spring-projects:mainfrom
jewoodev:issue/3376
Open

Add lengthOfValue (HSTRLEN) to ReactiveHashOperations#3383
jewoodev wants to merge 1 commit into
spring-projects:mainfrom
jewoodev:issue/3376

Conversation

@jewoodev

Copy link
Copy Markdown

This PR adds lengthOfValue to ReactiveHashOperations, closing the gap with the imperative HashOperations.lengthOfValue that has been available since 2.1. The connection layer already supports the command through ReactiveHashCommands.hStrLen, so this change only wires it through the operations API, mirroring the imperative method's contract and Javadoc.

Verified with DefaultReactiveHashOperationsIntegrationTests against the Docker Compose test infrastructure:

make start
./mvnw test -Dtest=DefaultReactiveHashOperationsIntegrationTests -Pci

Closes #3376

Adds the missing `HSTRLEN` operation to the reactive Hash operations API, aligning it with the imperative `HashOperations.lengthOfValue` available since 2.1. The connection layer already supports the command via `ReactiveHashCommands.hStrLen`, so this wires it through the operations API.

Closes spring-projects#3376

Signed-off-by: jewoodev <jewoos15@naver.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add lengthOfValue (HSTRLEN) to ReactiveHashOperations

2 participants