Skip to content

Commit 967b1ca

Browse files
Update home.html
1 parent 7030129 commit 967b1ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

layouts/home.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)