Skip to content

Commit d128915

Browse files
Update home.html
1 parent fac02db commit d128915

File tree

1 file changed

+37
-2
lines changed

1 file changed

+37
-2
lines changed

layouts/home.html

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
132132
) }}
133133
{{ partial "docs-section.html" (dict
134134
"Title" "Ingest and sync data to Redis"
135-
"Description" "Sync Redis Software with live data from your disk-based databases"
135+
"Description" "Enable pipeline sync of Redis Software with live data from your disk-based databases"
136136
"ButtonLink" "./integrate/redis-data-integration/quick-start-guide/"
137137
"ButtonLabel" "Redis Data Integration (RDI) pipeline quickstart"
138138
"LinksLeft" (slice
@@ -141,13 +141,48 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
141141
) }}
142142
{{ partial "docs-section.html" (dict
143143
"Title" "Monitor Redis with Prometheus"
144-
"Description" "Get started with the Redis Software integration for Prometheus"
144+
"Description" "Get started with the Redis Software integration for Prometheus and Grafana"
145145
"ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
146146
"ButtonLabel" "Prometheus and Grafana with Redis guide"
147147
"LinksLeft" (slice
148148
(dict "Text" "Prometheus and Graphana with Redis Cloud guide" "URL" "./integrate/prometheus-with-redis-cloud/")
149149
)
150150
) }}
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+
{{ partial "docs-section.html" (dict
171+
"ButtonLink" "./develop/tools/"
172+
"ButtonLabel" "Tools to connect to a Redis server"
173+
"LinksLeft" (slice
174+
(dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
175+
(dict "Text" "Go" "URL" "./develop/clients/go/")
176+
(dict "Text" "PHP" "URL" "./develop/clients/php/")
177+
(dict "Text" "Spring Data" "URL" "./integrate/spring-framework-cache/")
178+
(dict "Text" "More client APIs" "URL" "./develop/clients/")
179+
) ) }}
180+
</th>
181+
182+
</tr>
183+
</thead>
184+
</table>
185+
151186
</div>
152187
</div>
153188
</div>

0 commit comments

Comments
 (0)