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

Added zadd and zaddIncr in node. #814

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

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

@adanWattad adanWattad requested a review from a team as a code owner January 17, 2024 14:57
@adanWattad adanWattad force-pushed the node/zadd branch 2 times, most recently from 46b184c to 18dd05c Compare January 17, 2024 15:06
@adanWattad adanWattad changed the title added zadd in node. Added zadd and zaddIncr in node. Jan 17, 2024
@adanWattad adanWattad force-pushed the node/zadd branch 2 times, most recently from 057f67c to 81c96ac Compare January 17, 2024 15:56
@adanWattad adanWattad force-pushed the node/zadd branch 2 times, most recently from 763ead8 to 4cdc936 Compare January 18, 2024 10:05
* `ScoreGreaterThanCurrent` - Only update existing elements if the new score is greater than the current score.
* Equivalent to `GT` in the Redis API.
*/
UpdateOptions?: "ScoreLessThanCurrent" | "ScoreGreaterThanCurrent";
Copy link
Contributor

Choose a reason for hiding this comment

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

use lowerCamelCase for the enum names, like the options above

@adanWattad adanWattad merged commit fa390ca into aws:main Jan 18, 2024
6 checks passed
@adanWattad adanWattad deleted the node/zadd branch January 18, 2024 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants