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: added ZMPOP command #1994

Merged
merged 6 commits into from
Jul 23, 2024

Conversation

GumpacG
Copy link
Collaborator

@GumpacG GumpacG commented Jul 22, 2024

@GumpacG GumpacG requested a review from a team as a code owner July 22, 2024 18:51
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/BaseClient.ts Outdated Show resolved Hide resolved
* Mandatory option for zmpop.
* Defines which elements to pop from the sorted set.
*/
export enum ScoreFilter {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we put it into src/commands dir?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you add the two necessary occurrences for ScoreFilter in npm/glide/index.ts?

Copy link
Collaborator Author

@GumpacG GumpacG Jul 22, 2024

Choose a reason for hiding this comment

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

Should we put it into src/commands dir?

This has yet to be discussed if we separate enums and option types in to separate files.

node/src/Commands.ts Show resolved Hide resolved
node/src/Transaction.ts Outdated Show resolved Hide resolved
@GumpacG GumpacG added the node label Jul 22, 2024
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/tests/SharedTests.ts Show resolved Hide resolved
* Mandatory option for zmpop.
* Defines which elements to pop from the sorted set.
*/
export enum ScoreFilter {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you add the two necessary occurrences for ScoreFilter in npm/glide/index.ts?

Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
node/src/BaseClient.ts Outdated Show resolved Hide resolved
node/src/Transaction.ts Outdated Show resolved Hide resolved
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
@Yury-Fridlyand Yury-Fridlyand merged commit 3bbe51b into valkey-io:main Jul 23, 2024
8 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the node/integ_guiang_zmpop branch July 23, 2024 03:28
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