@@ -132,7 +132,7 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
132
132
) }}
133
133
{{ partial "docs-section.html" (dict
134
134
"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"
136
136
"ButtonLink" "./integrate/redis-data-integration/quick-start-guide/"
137
137
"ButtonLabel" "Redis Data Integration (RDI) pipeline quickstart"
138
138
"LinksLeft" (slice
@@ -141,13 +141,48 @@ <h2 class="text-5xl font-medium" id="operate">Deploy</h2>
141
141
) }}
142
142
{{ partial "docs-section.html" (dict
143
143
"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 "
145
145
"ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
146
146
"ButtonLabel" "Prometheus and Grafana with Redis guide"
147
147
"LinksLeft" (slice
148
148
(dict "Text" "Prometheus and Graphana with Redis Cloud guide" "URL" "./integrate/prometheus-with-redis-cloud/")
149
149
)
150
150
) }}
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
+
151
186
</ div >
152
187
</ div >
153
188
</ div >
0 commit comments