-
Notifications
You must be signed in to change notification settings - Fork 59
Adds valkey-json module commands documentation to the website. #243
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: main
Are you sure you want to change the base?
Conversation
@roshkhatri is it ready to be reviewed ? |
Not yet |
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.
josn.mset.md is missing.
commands/json.arrappend.md
Outdated
JSON.ARRAPPEND <key> <path> <json> [json ...] | ||
``` | ||
|
||
* key - required, Redis key of document type |
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.
Not a redis key
topics/data-types.md
Outdated
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.
JSON should be added in this file as well.
resp3_replies.json
Outdated
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.
JSON resp3 reply needs to be added.
resp2_replies.json
Outdated
"JSON.ARRAPPEND": [ | ||
"* If the path is enhanced syntax:", | ||
" * [Array reply](../topics/protocol.md#arrays): Array of integers representing the new length of the array at each path.", | ||
" * [Null reply](../topics/protocol.md#nulls): For each path where the value is not an array.", |
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.
Null reply is available in resp3, for resp2 it would be nil reply.
resp3_replies.json
Outdated
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.
I don't see any ValkeyModule_ReplyWithMap
usage in JSON module so presume all the response are in array format. So, this looks good to me.
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.
High level looks good. This PR needs to be rebased once the Bloom PR is merged.
This PR can be rebased now. The bloom changes are merged in. Also, the spellchecker needs to get addressed https://github.com/valkey-io/valkey-doc/blob/502c0995e2afdccdcd2008fbebc5b77401953d99/wordlist You can add words here ^ to ignore them |
aa08875
to
95e7da0
Compare
as well Signed-off-by: zackcam <[email protected]> Signed-off-by: Nikhil Manglore <[email protected]>
…to generate bloom man pages Signed-off-by: zackcam <[email protected]> Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: zackcam <[email protected]> Signed-off-by: Nikhil Manglore <[email protected]>
…creation and spelling Signed-off-by: zackcam <[email protected]> Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: zackcam <[email protected]> Signed-off-by: Nikhil Manglore <[email protected]>
Making changes based on review comments Co-authored-by: KarthikSubbarao <[email protected]> Signed-off-by: zackcam <[email protected]> Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: zackcam <[email protected]> Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Roshan Khatri <[email protected]> Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Roshan Khatri <[email protected]> Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Roshan Khatri <[email protected]> Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Roshan Khatri <[email protected]> Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Nikhil Manglore <[email protected]>
72f9733
to
1406333
Compare
…and return sections. Signed-off-by: Nikhil Manglore <[email protected]>
Signed-off-by: Nikhil Manglore <[email protected]>
One of the three PRs Required for module documentation to be included on the website
Related PRs:
valkey-io/valkey-json#42
Will wait for valkey-io/valkey-io.github.io#212 to het merged so we can use the framework to display documentation
We have merged the bloom changes in PR too as it depends on that, we would only review the changes related to JSON for this PR