-
Notifications
You must be signed in to change notification settings - Fork 53
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: Fixed missing exports #2301
Node: Fixed missing exports #2301
Conversation
Add export for |
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.
Please also fix the examples application for node:
https://github.com/valkey-io/valkey-glide/blob/main/examples/node/index.ts#L52
to:
const pong = await client.customCommand(["PING"], { route: "randomNode" });
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.
Please add CHANGELOG entry
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.
Need to verify that the changes here are complete by running IT against the release candidate.
I just found that |
according to https://github.com/Bit-Quill/valkey-glide/actions/runs/10929789563/job/30341270532 |
Signed-off-by: Yi-Pin Chen <[email protected]> Signed-off-by: Andrew Carbonetto <[email protected]>
cd53666
to
c1d7ac9
Compare
Node: include missing exports in the npm release Signed-off-by: Yi-Pin Chen <[email protected]> Signed-off-by: Andrew Carbonetto <[email protected]>
Fixed missing exports:
Script
ObjectType
ClusterScanCursor
BaseClientConfiguration
GlideClusterClientConfiguration
LevelOptions
This PR will resolve issue #2307