File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,3 @@ linkTitle: Develop
66---
77
88The rest of the landing page.
9-
10- {{% redis-cli %}}
11- SET mykey "Hello"
12- GET mykey
13-
14- SET anotherkey "will expire in a minute" EX 60
15- {{% /redis-cli %}}
Original file line number Diff line number Diff line change 4545 </ thead >
4646 < tbody >
4747 < tr >
48- < td class ="align-top p-4 ">
48+ < td class ="align-top p-4 w-[40%] ">
4949 < p > PING</ p >
5050 < p > HSET user:1 name antirez vocation artist</ p >
5151 < p > SET e 2.71</ p >
5252 < p > INCRBYFLOAT e 0.43</ p >
5353 < p > RENAME e pi</ p >
5454 </ td >
55- < td class ="align-top p-4 ">
56- < div class ="bg-slate-900 rounded-xl shadow-lg shadow-slate-900/10 ">
55+ < td class ="align-top p-4 w-[60%] ">
56+ < div class ="bg-slate-900 rounded-xl shadow-lg shadow-slate-900/10 h-60 overflow-y-auto ">
5757 < div class ="border-b border-slate-700 rounded-t-xl px-4 py-3 w-full flex ">
5858 {{ partial "icons/cli-circle" (dict "class" "shrink-0 h-[1.0625rem] w-[1.0625rem] fill-slate-50") }}
5959 {{ partial "icons/cli-triangle" (dict "class" "shrink-0 h-[1.0625rem] w-[1.0625rem] fill-slate-50") }}
6262 < form class ="redis-cli " typewriter >
6363 < pre tabindex ="0 " class ="whitespace-pre ">
6464PING
65- HSET user:1 name antirez vocation artist
66- SET e 2.71
67- INCRBYFLOAT e 0.43
68- RENAME e pi
6965 </ pre >
7066 </ form >
7167 </ div >
You can’t perform that action at this time.
0 commit comments