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 PFMERGE command. #1224

Merged
merged 17 commits into from
Apr 5, 2024

Conversation

Yury-Fridlyand
Copy link
Collaborator

Issue #, if available:
N/A

Description of changes:
Add HyperHyperLogLog command PFMERGE - https://redis.io/commands/pfmerge/

NOTE This PR depends in #1222 which depends on #1221

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

* Add `PFADD` command.

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

* cleanup

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

* Add a test.

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

* Minor fix.

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

* Add transaction IT.

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

* Address PR feedback.

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]>

---------

Signed-off-by: Yury-Fridlyand <[email protected]>
* Add `PFCOUNT` command.

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

* Fix IT.

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

* Address PR feedback.

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

* PR comments.
* Add `PFMERGE` command.

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

* Fix IT.

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

* Address PR feedback.

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]>

---------

Signed-off-by: Yury-Fridlyand <[email protected]>
@Yury-Fridlyand Yury-Fridlyand added the java issues and fixes related to the java client label Apr 3, 2024
@Yury-Fridlyand Yury-Fridlyand requested a review from a team as a code owner April 3, 2024 00:20
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
@Elen-Ghulam Elen-Ghulam removed their assignment Apr 4, 2024
@Yury-Fridlyand Yury-Fridlyand merged commit ab4b884 into valkey-io:main Apr 5, 2024
44 of 45 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the java/integ_yuryf_pfmerge branch April 5, 2024 04:59
aaron-congo pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Apr 5, 2024
* Add `PFMERGE` command. (#168)

Signed-off-by: Yury-Fridlyand <[email protected]>
shohamazon pushed a commit to adanWattad/glide-for-redis that referenced this pull request Apr 9, 2024
* Add `PFMERGE` command. (valkey-io#168)

Signed-off-by: Yury-Fridlyand <[email protected]>
shohamazon pushed a commit to adanWattad/glide-for-redis that referenced this pull request Apr 9, 2024
* Add `PFMERGE` command. (valkey-io#168)

Signed-off-by: Yury-Fridlyand <[email protected]>
cyip10 pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Jun 24, 2024
* Add `PFMERGE` command. (#168)

Signed-off-by: Yury-Fridlyand <[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.

4 participants