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 support for XADD, XTRIM commands. #1057

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

shachlanAmazon
Copy link
Contributor

Issue #, if available:

Description of changes:

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

@shachlanAmazon
Copy link
Contributor Author

shachlanAmazon commented Mar 3, 2024

@nihohit nihohit force-pushed the stream-add branch 2 times, most recently from 72471bb to c7fff8e Compare March 4, 2024 13:48
@shachlanAmazon
Copy link
Contributor Author

@barshaul @adanWattad @shohamazon
ping

*/
public xadd(
key: string,
values: [string, string][],
Copy link
Collaborator

Choose a reason for hiding this comment

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

why not using Record? it doesn't keep order?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In javascript it keeps the order of insertions, but not in C#, python or others.

@shachlanAmazon shachlanAmazon merged commit 705ee41 into valkey-io:main Mar 10, 2024
6 checks passed
@nihohit nihohit deleted the stream-add branch March 10, 2024 16:50
cyip10 pushed a commit to Bit-Quill/valkey-glide that referenced this pull request Jun 24, 2024
Co-authored-by: nihohit <nihohit@gmail.com>
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