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 async to commands #2110

Merged
merged 4 commits into from
Aug 14, 2024

Conversation

acarbonetto
Copy link
Collaborator

Commands that return Promise<> should include the async label, to indicate that users can await on those commands.

@acarbonetto acarbonetto requested a review from a team as a code owner August 9, 2024 20:51
Copy link
Collaborator

@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.

Do we need a changelog?

@acarbonetto
Copy link
Collaborator Author

Do we need a changelog?

why not?

Signed-off-by: Andrew Carbonetto <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
@acarbonetto acarbonetto merged commit 136c5b5 into valkey-io:main Aug 14, 2024
8 checks passed
@acarbonetto acarbonetto deleted the node/acarbo_use_async branch August 14, 2024 22:02
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.

4 participants