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.
1 parent f4104e5 commit b2aff92Copy full SHA for b2aff92
layouts/develop/list.html
@@ -52,7 +52,8 @@ <h1>
52
<code><a href="/commands/hgetall">HGETALL</a> user:1</code></br>
53
<code><a href="/commands/set">SET</a> e 2.71</code></br>
54
<code><a href="/commands/incrbyfloat">INCRBYFLOAT</a> e 0.43</code></br>
55
- <code><a href="/commands/rename">RENAME</a> e pi</code></p>
+ <code><a href="/commands/rename">RENAME</a> e pi</code></br>
56
+ <code><a href="/commands/get">GET</a> pi</code></p>
57
</td>
58
<td class="align-top p-4 w-full md:w-[60%]">
59
<div class="bg-slate-900 rounded-xl shadow-lg shadow-slate-900/10 h-60 overflow-y-auto">
0 commit comments