fix #2458 - add support for `WAITAOF` by e920528 · Pull Request #2536 · redis/node-redis · GitHub
Skip to content

fix #2458 - add support for WAITAOF#2536

Open
e920528 wants to merge 3 commits intoredis:masterfrom
e920528:waitaof
Open

fix #2458 - add support for WAITAOF#2536
e920528 wants to merge 3 commits intoredis:masterfrom
e920528:waitaof

Conversation

@e920528
Copy link
Copy Markdown
Contributor

@e920528 e920528 commented Jun 12, 2023

Description

Fix #2458


Checklist

  • Does npm test pass with this change (including linting)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 12, 2023

@e920528 e920528 marked this pull request as ready for review June 13, 2023 01:19
Copy link
Copy Markdown
Contributor

@leibale leibale left a comment

Choose a reason for hiding this comment

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

Overall looks good, some small changes are needed..

Thanks for contributing!

Comment thread packages/client/lib/client/commands.ts Outdated
wait: WAIT
wait: WAIT,
WAITAOF,
waitaof: WAITAOF
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Change to waitAOF or waitAof (I'm actually not sure which one we should go with :P)

[1, 0]
);
}, GLOBAL.SERVERS.OPEN);
}); No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

add an empty line

Comment thread packages/client/lib/commands/WAITAOF.ts Outdated
];
}

export declare function transformReply(): Array<[number, number]>; No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

add an empty line

@e920528
Copy link
Copy Markdown
Contributor Author

e920528 commented Jun 28, 2023

@leibale Thanks for reviewing!

I make some changes according to your feedback. Please take a look whenever you have time.

@leibale leibale changed the title Fix #2458 Add support for WAITAOF command fix #2458 - add support for WAITAOF Sep 18, 2023
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 4, 2026

@github-actions github-actions Bot added the stale label Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for new redis command WAITAOF

3 participants