Skip to content

Comments

[DOC] JSON command edits#846

Merged
oshadmi merged 35 commits intoRedisJSON:masterfrom
nermiller:json-command-edits
Nov 14, 2022
Merged

[DOC] JSON command edits#846
oshadmi merged 35 commits intoRedisJSON:masterfrom
nermiller:json-command-edits

Conversation

@nermiller
Copy link
Contributor

Updates JSON commands and restructures sections

@CLAassistant
Copy link

CLAassistant commented Oct 29, 2022

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Oct 29, 2022

Codecov Report

Base: 81.19% // Head: 81.19% // No change to project coverage 👍

Coverage data is based on head (564b1eb) compared to base (33de90f).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #846   +/-   ##
=======================================
  Coverage   81.19%   81.19%           
=======================================
  Files          14       14           
  Lines        3871     3871           
=======================================
  Hits         3143     3143           
  Misses        728      728           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@nermiller
Copy link
Contributor Author

@oshadmi, please review. I've updated examples an restructured sections, adding Required and Optional Arguments. cc @banker

Copy link
Collaborator

@oshadmi oshadmi left a comment

Choose a reason for hiding this comment

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

Looks great!
Some comments.

Copy link
Collaborator

@oshadmi oshadmi left a comment

Choose a reason for hiding this comment

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

A few more comments 🙏🏼

nermiller and others added 6 commits November 7, 2022 14:34
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
nermiller and others added 8 commits November 7, 2022 14:53
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
nermiller and others added 2 commits November 7, 2022 15:05
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
@nermiller nermiller requested a review from oshadmi November 10, 2022 05:16
@nermiller
Copy link
Contributor Author

@oshadmi, I believe I addressed most if not all of your comments. If there are any minor comments left, let's note and pick them up as we go. Please take another look. Thank you for persevering through this!

Copy link
Collaborator

@oshadmi oshadmi left a comment

Choose a reason for hiding this comment

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

Few comments, last touch-up

@gkorland gkorland requested a review from oshadmi November 10, 2022 13:48
nermiller and others added 4 commits November 10, 2022 09:18
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
Copy link
Collaborator

@oshadmi oshadmi left a comment

Choose a reason for hiding this comment

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

👍🏼 👌🏼

@oshadmi oshadmi merged commit 112a4fa into RedisJSON:master Nov 14, 2022
rafie pushed a commit that referenced this pull request Nov 15, 2022
* Partial fix for REDISIO-186: JSON broken links

* Applied feedback from Chayim

* Updates examples and restructures sections

* Update docs/commands/json.arrappend.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.arrappend.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.arrindex.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.arrindex.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.arrinsert.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.arrindex.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.arrindex.md

* Update docs/commands/json.arrinsert.md

* Update docs/commands/json.arrlen.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.arrpop.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.arrtrim.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.numincrby.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.resp.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.set.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.strappend.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.toggle.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.arrpop.md

* Update docs/commands/json.arrpop.md

* Update docs/commands/json.arrinsert.md

* Update json.arrtrim.md

* Update docs/commands/json.arrappend.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.arrinsert.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.arrtrim.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

* Update docs/commands/json.arrpop.md

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>

Co-authored-by: Omer Shadmi <76992134+oshadmi@users.noreply.github.com>
(cherry picked from commit 112a4fa)
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.

4 participants