File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,14 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
7373 </ div >
7474 < div class ="lg:px-11 w-full flex flex-col gap-3 ">
7575 < h2 class ="text-5xl font-medium " id ="operate "> Get Started</ h2 >
76+
77+ {{% redis-cli %}}
78+ SET mykey "Hello"
79+ GET mykey
80+
81+ SET anotherkey "will expire in a minute" EX 60
82+ {{% /redis-cli %}}
83+
7684 {{ partial "docs-section.html" (dict
7785 "Title" "Quickly set up a Redis cache, primary, vector, or custom database"
7886 "Description" "Set up a Free Redis-managed database on AWS, GCP, or Azure"
@@ -126,6 +134,13 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
126134 </ div >
127135 < div class ="lg:px-11 w-full flex flex-col gap-3 ">
128136 < h2 class ="text-5xl font-medium " id ="operate "> Deploy</ h2 >
137+
138+ {{% redis-cli %}}
139+ SET mykey "10"
140+ INCR mykey
141+ GET mykey
142+ {{% /redis-cli %}}
143+
129144 {{ partial "docs-section.html" (dict
130145 "Title" "Control your Redis deployments on-premises and on cloud platforms"
131146 "Description" "Robust support for hybrid and multi-AZ environments"
You can’t perform that action at this time.
0 commit comments