-
Notifications
You must be signed in to change notification settings - Fork 1
Upgrade for latest node #3
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades the faye-redis package to support Node.js 18+ and migrates from the Redis client v3 (callback-based) to v4.7.0 (Promise-based). This is a significant architectural change that affects the entire codebase.
Key Changes:
- Upgraded Node.js engine requirement from >=0.4.0 to >=18.0.0
- Migrated Redis client from v3 to v4.7.0, converting all callback-based operations to async/await
- Added explicit initialization pattern for Redis connections via
init()methods - Updated all Redis command wrappers to use Promise-based API with camelCase method names
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 10 comments.
| File | Description |
|---|---|
| package.json | Updated dependencies and engine requirements; removed hiredis; bumped version to 0.2.0; added new test script |
| package-lock.json | New lockfile with Redis v4.7.1 and dependencies for Node 18+ |
| faye-redis.js | Converted all Redis operations from callbacks to async/await; added init() methods; updated connection handling and command wrappers |
| .gitignore | Added .claude/settings.local.json to ignored files |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 3 out of 5 changed files in this pull request and generated 13 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 6 changed files in this pull request and generated 8 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 6 changed files in this pull request and generated 18 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 6 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 6 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 4 out of 6 changed files in this pull request and generated 15 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@copilot please review the PR |
|
@kirannalla-ms I've opened a new pull request, #5, to work on those changes. Once the pull request is ready, I'll request review from you. |
No description provided.