File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11---
22title : Develop with Redis
33description : Learn how to develop with Redis
4- hideListLinks : true
54linkTitle : Develop
65---
76
8- The rest of the landing page .
7+ Explore the pages below to learn more about developing with Redis Open Source .
Original file line number Diff line number Diff line change 4646 </ thead >
4747 < tbody >
4848 < tr class ="flex flex-col md:table-row ">
49- < td class ="align-top p-4 w-full md:w-[40%] ">
50- < p > PING</ p >
51- < p > HSET user:1 name antirez vocation artist</ p >
52- < p > SET e 2.71</ p >
53- < p > INCRBYFLOAT e 0.43</ p >
54- < p > RENAME e pi</ p >
49+ < td class ="align-top p-4 w-full md:w-[40%] text-sm font-mono ">
50+ < p > < code > < a href ="/commands/ping "> PING</ a > </ code > </ br >
51+ < code > < a href ="/commands/hset "> HSET</ a > user:1 name antirez vocation artist</ code > </ br >
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 >
5556 </ td >
5657 < td class ="align-top p-4 w-full md:w-[60%] ">
5758 < div class ="bg-slate-900 rounded-xl shadow-lg shadow-slate-900/10 h-60 overflow-y-auto ">
You can’t perform that action at this time.
0 commit comments