@@ -109,6 +109,17 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
109
109
(dict "Text" "Redis Input/Output Tool quickstart guide" "URL" "./integrate/riot/quick-start/")
110
110
)
111
111
) }}
112
+ {{ partial "docs-section.html" (dict
113
+ "ButtonLink" "./develop/clients/"
114
+ "ButtonLabel" "Connect with Redis client API libraries"
115
+
116
+ "LinksLeft" (slice
117
+ (dict "Text" "Python" "URL" "./develop/clients/redis-py/")
118
+ (dict "Text" "Python (vector)" "URL" "./integrate/redisvl/")
119
+ (dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
120
+ (dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
121
+ (dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
122
+ ) ) }}
112
123
</ div >
113
124
< div class ="lg:px-11 w-full flex flex-col gap-3 ">
114
125
< h2 class ="text-5xl font-medium " id ="operate "> Deploy</ h2 >
@@ -148,25 +159,6 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
148
159
(dict "Text" "Prometheus and Graphana with Redis Cloud guide" "URL" "./integrate/prometheus-with-redis-cloud/")
149
160
)
150
161
) }}
151
-
152
- < table >
153
- < thead >
154
- < tr >
155
- < th style ="text-align:left ">
156
- {{ partial "docs-section.html" (dict
157
- "ButtonLink" "./develop/clients/"
158
- "ButtonLabel" "Connect with Redis client API libraries"
159
-
160
- "LinksLeft" (slice
161
- (dict "Text" "Python" "URL" "./develop/clients/redis-py/")
162
- (dict "Text" "Python (vector)" "URL" "./integrate/redisvl/")
163
- (dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
164
- (dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
165
- (dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
166
- ) ) }}
167
- </ th >
168
-
169
- < th style ="text-align:left ">
170
162
{{ partial "docs-section.html" (dict
171
163
"ButtonLink" "./develop/tools/"
172
164
"ButtonLabel" "Tools to connect to a Redis server"
@@ -177,11 +169,6 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
177
169
(dict "Text" "Spring Data" "URL" "./integrate/spring-framework-cache/")
178
170
(dict "Text" "More client APIs" "URL" "./develop/clients/")
179
171
) ) }}
180
- </ th >
181
-
182
- </ tr >
183
- </ thead >
184
- </ table >
185
172
186
173
</ div >
187
174
</ div >
0 commit comments