We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a94bfe4 + 888d72b commit 0b2d88eCopy full SHA for 0b2d88e
content/commands/json.get.md
@@ -92,8 +92,6 @@ sets the string that's printed at the end of each line.
92
93
sets the string that's put between a key and a value.
94
</details>
95
-
96
-{{% alert title="Note" color="warning" %}}
97
98
Produce pretty-formatted JSON with `redis-cli` by following this example:
99
@@ -102,8 +100,6 @@ Produce pretty-formatted JSON with `redis-cli` by following this example:
102
100
redis> JSON.GET myjsonkey INDENT "\t" NEWLINE "\n" SPACE " " path.to.value[1]
103
101
{{< / highlight >}}
104
105
-{{% /alert %}}
106
107
## Examples
108
109
<details open>
0 commit comments