Skip to content

Commit b2aff92

Browse files
committed
Add GET to list of commands to try
1 parent f4104e5 commit b2aff92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layouts/develop/list.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ <h1>
5252
<code><a href="/commands/hgetall">HGETALL</a> user:1</code></br>
5353
<code><a href="/commands/set">SET</a> e 2.71</code></br>
5454
<code><a href="/commands/incrbyfloat">INCRBYFLOAT</a> e 0.43</code></br>
55-
<code><a href="/commands/rename">RENAME</a> e pi</code></p>
55+
<code><a href="/commands/rename">RENAME</a> e pi</code></br>
56+
<code><a href="/commands/get">GET</a> pi</code></p>
5657
</td>
5758
<td class="align-top p-4 w-full md:w-[60%]">
5859
<div class="bg-slate-900 rounded-xl shadow-lg shadow-slate-900/10 h-60 overflow-y-auto">

0 commit comments

Comments
 (0)