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

Wrong docs for json get node #2911

Open
avifenesh opened this issue Jan 1, 2025 · 0 comments
Open

Wrong docs for json get node #2911

avifenesh opened this issue Jan 1, 2025 · 0 comments
Labels
docs Documentation
Milestone

Comments

@avifenesh
Copy link
Collaborator

https://github.com/valkey-io/valkey-glide/blob/main/node/src/server-modules/GlideJson.ts#L161
* const jsonStr = await GlideJson.get('doc', {path: '$'});
should be
* const jsonStr = await GlideJson.get(client, 'doc', {path: '$'});

@avifenesh avifenesh added the docs Documentation label Jan 1, 2025
@avifenesh avifenesh added this to the 1.4 milestone Jan 1, 2025
@avifenesh avifenesh removed this from the 1.4 milestone Jan 1, 2025
@asafpamzn asafpamzn added this to the 1.4 milestone Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation
Projects
Status: No status
Development

No branches or pull requests

2 participants