You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -200,30 +195,33 @@ <h2 class="text-5xl font-medium" id="operate">Deploy to production</h2>
200
195
) }}
201
196
202
197
198
+
</td>
199
+
</tr>
200
+
</tbody>
201
+
</table>
203
202
204
203
205
-
206
-
207
-
208
-
209
-
<h2id="overview">Deploy Redis to production</h2>
210
-
<ul>
211
-
<li>Use the <ahref="https://redis.io/docs/latest/operate/rs/installing-upgrading/install/plan-deployment/">Redis Software deployment planning guide</a> for enterprise-grade deployments including hybrid and geo-distributed environments.</li>
212
-
<li>Refer to the <ahref="https://redis.io/docs/latest/operate/rc/">Redis Cloud documentation</a> to deploy Redis on Amazon Web Services, Google Cloud, or Microsoft Azure.</li>
213
-
<li>See the <ahref="https://redis.io/docs/latest/operate/kubernetes/deployment/quick-start/">Deploy Redis Software for Kubernetes</a> to get started with the container image.</li>
214
-
</ul>
215
-
<h2id="concepts">Tools to migrate to Redis and integrate with your systems</h2>
204
+
<h2class="text-5xl font-medium" id="operate">Sync, migrate, and monitor your data</h2>
205
+
206
+
207
+
216
208
<table>
217
209
<thead>
218
210
<tr>
219
-
<thstyle="text-align:left">Ingest and sync data to Redis</th>
220
-
<thstyle="text-align:left">Migrate to Redis</th>
211
+
<thstyle="text-align:left"></th>
212
+
<thstyle="text-align:left"></th>
213
+
<thstyle="text-align:left"></th>
221
214
</tr>
222
215
</thead>
223
216
<tbody>
224
217
<tr>
225
-
<tdstyle="text-align:left">
226
-
218
+
<tdstyle="text-align:center">
219
+
{{ partial "docs-section.html" (dict
220
+
"Title" "Ingest and sync data to Redis"
221
+
"Description" "Sync Redis Software with live data from your disk-based databases"
0 commit comments