Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java: Add HSTRLEN command. #1463

Merged
merged 4 commits into from
May 24, 2024

Conversation

Yury-Fridlyand
Copy link
Collaborator

Issue #, if available:
N/A

Description of changes:
https://redis.io/docs/latest/commands/hstrlen/

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

* Add `HSTRLEN` command.

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
@Yury-Fridlyand Yury-Fridlyand added the java issues and fixes related to the java client label May 24, 2024
@Yury-Fridlyand Yury-Fridlyand requested a review from a team as a code owner May 24, 2024 20:16
…TRLEN

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
@@ -225,7 +225,7 @@ public interface HashBaseCommands {
/**
* Returns all field names in the hash stored at <code>key</code>.
*
* @see <a href="https://valkey.io/commands/hkeys/">redis.io</a> for details
* @see <a href="https://valkey.io/commands/hkeys/">redis.io</a> for details.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't have to change this now necessarily as I imagine this has to be updated in other spots too, but we should do it at some point

Suggested change
* @see <a href="https://valkey.io/commands/hkeys/">redis.io</a> for details.
* @see <a href="https://valkey.io/commands/hkeys/">valkey.io</a> for details.

java/integTest/src/test/java/glide/SharedCommandTests.java Outdated Show resolved Hide resolved
glide-core/src/request_type.rs Show resolved Hide resolved
glide-core/src/request_type.rs Show resolved Hide resolved
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
@acarbonetto acarbonetto merged commit 04cdbe3 into valkey-io:main May 24, 2024
46 checks passed
@acarbonetto acarbonetto deleted the java/integ_yuryf_HSTRLEN branch May 24, 2024 23:53
cyip10 pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Jun 24, 2024
* Java: Add `HSTRLEN` command. (#298)

* Add `HSTRLEN` command.

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>

* Update for review comments

Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>

---------

Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Co-authored-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java issues and fixes related to the java client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants