@@ -110,8 +110,10 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
110
110
)
111
111
) }}
112
112
{{ partial "docs-section.html" (dict
113
+ "Title" "Connect with Redis client API libraries"
114
+ "Description" "Connect your application to a Redis database and try an example"
113
115
"ButtonLink" "./develop/clients/"
114
- "ButtonLabel" "Connect with Redis client API libraries "
116
+ "ButtonLabel" "Redis client API library guides "
115
117
116
118
"LinksLeft" (slice
117
119
(dict "Text" "Python" "URL" "./develop/clients/redis-py/")
@@ -124,7 +126,7 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
124
126
< div class ="lg:px-11 w-full flex flex-col gap-3 ">
125
127
< h2 class ="text-5xl font-medium " id ="operate "> Deploy</ h2 >
126
128
{{ partial "docs-section.html" (dict
127
- "Title" "Deploy Redis for a large-scale organization"
129
+ "Title" "Deploy Redis in a large-scale organization"
128
130
"Description" "Robust support for hybrid and geo-distributed environments"
129
131
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
130
132
"ButtonLabel" "Redis Software deployment planning guide"
@@ -160,9 +162,11 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
160
162
)
161
163
) }}
162
164
{{ partial "docs-section.html" (dict
163
- "ButtonLink" "./develop/tools/"
164
- "ButtonLabel" "Tools to connect to a Redis server"
165
- "LinksLeft" (slice
165
+ "Title" "Client tools to connect to a Redis server"
166
+ "Description" "You can use the CLI, Redis Insight, or the Redis VSCode extension to connect to a Redis server"
167
+ "ButtonLink" "./develop/tools/"
168
+ "ButtonLabel" "Client tools overview guide"
169
+ "LinksLeft" (slice
166
170
(dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
167
171
(dict "Text" "Go" "URL" "./develop/clients/go/")
168
172
(dict "Text" "PHP" "URL" "./develop/clients/php/")
0 commit comments