File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
8080 {{ partial "icons/cli-star" (dict "class" "shrink-0 h-[1.0625rem] w-[1.0625rem] fill-slate-50") }}
8181</ div >
8282< form class ="redis-cli overflow-y-auto max-h-80 ">
83- {{- .Inner -}}
83+ {{- SET mykey "10" INCR mykey GET mykey -}}
8484</ form >
8585
8686 {{ partial "docs-section.html" (dict
@@ -143,7 +143,9 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
143143 {{ partial "icons/cli-star" (dict "class" "shrink-0 h-[1.0625rem] w-[1.0625rem] fill-slate-50") }}
144144</ div >
145145< form class ="redis-cli overflow-y-auto max-h-80 ">
146- {{- .Inner -}}
146+ {{- SET mykey "Hello" GET mykey
147+
148+ SET anotherkey "will expire in a minute" EX 60 -}}
147149</ form >
148150
149151 {{ partial "docs-section.html" (dict
You can’t perform that action at this time.
0 commit comments