File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,8 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
281281 (dict "Text" "Python" "URL" "./develop/clients/redis-py/")
282282 (dict "Text" "Python (vector)" "URL" "./integrate/redisvl/")
283283 (dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
284+ (dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
285+ (dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
284286 ) ) }}
285287</ th >
286288
@@ -289,21 +291,14 @@ <h2 class="text-5xl font-medium" id="operate">Get Started</h2>
289291 "ButtonLink" "./develop/tools/"
290292 "ButtonLabel" "Tools to connect to a Redis server"
291293 "LinksLeft" (slice
292- (dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
293- (dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
294294 (dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
295- ) ) }}
296- </ th >
297- < th style ="text-align:left "> {{ partial "docs-section.html" (dict
298- "ButtonLink" "./develop/clients/client-side-caching/"
299- "ButtonLabel" "Client-side caching introduction"
300- "LinksLeft" (slice
301- (dict "Text" "Go" "URL" "./develop/clients/go/")
295+ (dict "Text" "Go" "URL" "./develop/clients/go/")
302296 (dict "Text" "PHP" "URL" "./develop/clients/php/")
303297 (dict "Text" "Spring Data" "URL" "./integrate/spring-framework-cache/")
304298 (dict "Text" "More client APIs" "URL" "./develop/clients/")
305299 ) ) }}
306300</ th >
301+
307302</ tr >
308303</ thead >
309304</ table >
You can’t perform that action at this time.
0 commit comments