Skip to content

Commit 888d72b

Browse files
Remove note on producing pretty-formatted JSON
Removed alert note about pretty-formatted JSON usage because it falls off the right margin when viewing on a laptop-sized screen.
1 parent 80541a4 commit 888d72b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/commands/json.get.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ sets the string that's printed at the end of each line.
9292

9393
sets the string that's put between a key and a value.
9494
</details>
95-
96-
{{% alert title="Note" color="warning" %}}
9795

9896
Produce pretty-formatted JSON with `redis-cli` by following this example:
9997

@@ -102,8 +100,6 @@ Produce pretty-formatted JSON with `redis-cli` by following this example:
102100
redis> JSON.GET myjsonkey INDENT "\t" NEWLINE "\n" SPACE " " path.to.value[1]
103101
{{< / highlight >}}
104102

105-
{{% /alert %}}
106-
107103
## Examples
108104

109105
<details open>

0 commit comments

Comments
 (0)