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

Node: Add PFADD command. #1317

Merged
merged 6 commits into from
Apr 25, 2024
Merged

Conversation

Yury-Fridlyand
Copy link
Collaborator

Issue #, if available:
N/A

Description of changes:
ref #1221

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 and others added 2 commits April 19, 2024 10:47
* Add `PFADD` command.

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

* PR comments.

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

* Update CHANGELOG.md

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

Co-authored-by: Aaron <[email protected]>

* PR comments.

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

---------

Signed-off-by: Yury-Fridlyand <[email protected]>
Co-authored-by: Aaron <[email protected]>
Copy link
Collaborator

@shohamazon shohamazon left a comment

Choose a reason for hiding this comment

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

similar comments to the python pr

node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/Transaction.ts Outdated Show resolved Hide resolved
node/src/Transaction.ts Outdated Show resolved Hide resolved
@@ -27,7 +27,7 @@ type Context = {
client: RedisClient;
};

const TIMEOUT = 10000;
const TIMEOUT = 50000;
Copy link
Collaborator

Choose a reason for hiding this comment

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

why?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It is a total IT timeout, 10 sec is too low. Sometimes it runs longer and causes test failures.

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

Co-authored-by: Shoham Elias <[email protected]>
node/src/BaseClient.ts Outdated Show resolved Hide resolved
Signed-off-by: Yury-Fridlyand <[email protected]>
node/src/BaseClient.ts Outdated Show resolved Hide resolved
@acarbonetto acarbonetto merged commit 7bdee54 into valkey-io:main Apr 25, 2024
6 checks passed
@acarbonetto acarbonetto deleted the node/integ_yuryf_PFADD branch April 25, 2024 20:05
cyip10 pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Jun 24, 2024
* Node: Add `PFADD` command. (#232)

* Add `PFADD` command.

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

* PR comments.

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

* Update CHANGELOG.md

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

Co-authored-by: Aaron <[email protected]>

* PR comments.

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

---------

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

* Apply suggestions from code review

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

Co-authored-by: Shoham Elias <[email protected]>

* PR comments.

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

---------

Signed-off-by: Yury-Fridlyand <[email protected]>
Co-authored-by: Aaron <[email protected]>
Co-authored-by: Shoham Elias <[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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants