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 SINTER command. #1248

Merged
merged 9 commits into from
Apr 17, 2024

Conversation

Yury-Fridlyand
Copy link
Collaborator

Issue #, if available:
N/A

Description of changes:
https://redis.io/commands/sinter/

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

@Yury-Fridlyand Yury-Fridlyand added the java issues and fixes related to the java client label Apr 9, 2024
@Yury-Fridlyand Yury-Fridlyand requested a review from a team as a code owner April 9, 2024 00:39
@Yury-Fridlyand Yury-Fridlyand changed the title Add SINTER command. Java: Add SINTER command. Apr 9, 2024
glide-core/src/request_type.rs Outdated Show resolved Hide resolved
* Add `SINTER` command.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Add response conversion for RESP2.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Update javadoc.

Signed-off-by: Yury-Fridlyand <[email protected]>

* javadoc

Signed-off-by: Yury-Fridlyand <[email protected]>

---------

Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Yury-Fridlyand and others added 5 commits April 16, 2024 17:30
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
Copy link
Collaborator Author

@Yury-Fridlyand Yury-Fridlyand left a comment

Choose a reason for hiding this comment

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

merge artifacts left

glide-core/src/request_type.rs Outdated Show resolved Hide resolved
@acarbonetto acarbonetto merged commit 257eafb into valkey-io:main Apr 17, 2024
45 checks passed
@acarbonetto acarbonetto deleted the java/integ_yuryf_SINTER branch April 17, 2024 01:37
cyip10 pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Jun 24, 2024
* Add `SINTER` command. (#181)

* Add `SINTER` command.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Add response conversion for RESP2.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Update javadoc.

Signed-off-by: Yury-Fridlyand <[email protected]>

* javadoc

Signed-off-by: Yury-Fridlyand <[email protected]>

---------

Signed-off-by: Yury-Fridlyand <[email protected]>

* Update UT.

Signed-off-by: Yury-Fridlyand <[email protected]>

* PR comments.

Signed-off-by: Yury-Fridlyand <[email protected]>

* PR comments.

Signed-off-by: Yury-Fridlyand <[email protected]>

* PR comments.

Signed-off-by: Yury-Fridlyand <[email protected]>

* Fix merge conflicts

Signed-off-by: Andrew Carbonetto <[email protected]>

* SPOTLESS

Signed-off-by: Andrew Carbonetto <[email protected]>

* Apply suggestions from code review

Signed-off-by: Yury-Fridlyand <[email protected]>

* Reorder enum entries according to Feng Shui.

Signed-off-by: Yury-Fridlyand <[email protected]>

---------

Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
Co-authored-by: Andrew Carbonetto <[email protected]>
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