@@ -72,112 +72,138 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
7272 </ nav >
7373 </ div >
7474 < div class ="lg:px-11 w-full flex flex-col gap-3 ">
75- < h2 class ="text-5xl font-medium " id ="operate "> Learn</ h2 >
76- {{ partial "docs-section.html" (dict
77- "Title" "Develop with Redis"
78- "Description" "Learn how to use the Redis in-memory data store."
79- "ButtonLink" "./develop"
80- "ButtonLabel" "Learn more"
81- "LinksLeftTitle" "Featured content"
82- "LinksLeft" (slice
83- (dict "Text" "Vector search" "URL" "./develop/interact/search-and-query/query/vector-search")
84- (dict "Text" "Data structure store" "URL" "./develop/get-started/data-store/")
85- (dict "Text" "Document database" "URL" "./develop/get-started/document-database/")
86- )
87- ) }}
88- {{ partial "docs-section.html" (dict
89- "Title" "Libraries and tools"
90- "Description" "Learn about libraries and tools available for Redis."
91- "ButtonLink" "./integrate"
92- "ButtonLabel" "Browse tools"
93- "LinksLeftTitle" "Featured libraries"
94- "LinksLeft" (slice
95- (dict "Text" "RedisVL" "URL" "./integrate/redisvl/")
96- (dict "Text" "RedisOM for Python" "URL" "./integrate/redisom-for-python")
97- (dict "Text" "Ingest" "URL" "./integrate/redis-data-integration/")
98- (dict "Text" "Write-behind" "URL" "./integrate/write-behind/quickstart/write-behind-guide/")
99- )
100- ) }}
101- {{ partial "docs-section.html" (dict
102- "Title" "Redis Data Integration"
103- "Description" "Redis Data Integration keeps Redis in sync with the primary database in near real time."
104- "ButtonLink" "./integrate/redis-data-integration"
105- "ButtonLabel" "Learn more"
106- "LinksLeftTitle" "LEARN MORE"
107- "LinksLeft" (slice
108- (dict "Text" "Quick start" "URL" "./integrate/redis-data-integration/quick-start-guide")
109- (dict "Text" "Architecture" "URL" "./integrate/redis-data-integration/architecture")
110- (dict "Text" "Install" "URL" "./integrate/redis-data-integration/installation")
111- (dict "Text" "Reference" "URL" "./integrate/redis-data-integration/reference")
112- )
113- ) }}
114- {{ partial "docs-section.html" (dict
115- "Title" "Redis Insight"
116- "Description" "A cross-platform GUI for Redis, with focus on reducing memory usage and improving application performance."
117- "ButtonLink" "./develop/tools/insight/"
118- "ButtonLabel" "Learn more"
119- "LinksLeftTitle" "Learn more"
120- "LinksLeft" (slice
121- (dict "Text" "Install" "URL" "./operate/redisinsight/install/")
122- (dict "Text" "User guide" "URL" "./develop/tools/insight/")
123- (dict "Text" "Manage Streams in Redis Insight" "URL" "./develop/tools/insight/tutorials/insight-stream-consumer/")
124- )
125- ) }}
126- </ div >
127- < div class ="lg:px-11 w-full flex flex-col gap-3 ">
128- < h2 class ="text-5xl font-medium " id ="operate "> Explore</ h2 >
129- {{ partial "docs-section.html" (dict
130- "Title" "Redis and Stack"
131- "Description" "Redis Stack extends Redis with modern data models and processing engines."
132- "ButtonLink" "./operate/oss_and_stack/"
133- "ButtonLabel" "Read more"
134- "LinksLeftTitle" "Learn more"
135- "LinksLeft" (slice
136- (dict "Text" "Install" "URL" "./operate/oss_and_stack/install/install-stack/")
137- (dict "Text" "Redis Query Engine" "URL" "./develop/interact/search-and-query/")
138- (dict "Text" "JSON" "URL" "./develop/data-types/json/")
139- )
140- ) }}
141- {{ partial "docs-section.html" (dict
142- "Title" "Redis Cloud"
143- "Description" "Deploy Redis Enterprise on Amazon Web Services, Google Cloud, or Microsoft Azure."
144- "ButtonLink" "./operate/rc"
145- "ButtonLabel" "Read more"
146- "LinksLeftTitle" "Learn more"
147- "LinksLeft" (slice
148- (dict "Text" "Quick start" "URL" "./operate/rc/rc-quickstart/")
149- (dict "Text" "Subscriptions" "URL" "./operate/rc/subscriptions/")
150- (dict "Text" "Databases" "URL" "./operate/rc/databases/")
151- (dict "Text" "Active-Active" "URL" "./operate/rc/databases/create-database/create-active-active-database/")
152- )
153- ) }}
154- {{ partial "docs-section.html" (dict
155- "Title" "Redis Enterprise Software"
156- "Description" "A self-managed data platform that unlocks the full potential of Redis at enterprise scale."
157- "ButtonLink" "./operate/rs"
158- "ButtonLabel" "Read more"
159- "LinksLeftTitle" "Learn more"
160- "LinksLeft" (slice
161- (dict "Text" "Quick start" "URL" "./operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart/")
162- (dict "Text" "Clusters" "URL" "./operate/rs/clusters/")
163- (dict "Text" "Databases" "URL" "./operate/rs/databases/")
164- (dict "Text" "Networking" "URL" "./operate/rs/networking/")
165- )
166- ) }}
167- {{ partial "docs-section.html" (dict
168- "Title" "Redis Enterprise for Kubernetes"
169- "Description" "Redis Enterprise deployed on containerized software platforms and integrated with our partners."
170- "ButtonLink" "./operate/kubernetes/"
171- "ButtonLabel" "Read more"
172- "LinksLeftTitle" "Learn more"
173- "LinksLeft" (slice
174- (dict "Text" "Architecture" "URL" "./operate/kubernetes/architecture/")
175- (dict "Text" "Deployments" "URL" "./operate/kubernetes/deployment/")
176- (dict "Text" "Clusters" "URL" "./operate/kubernetes/re-clusters/")
177- (dict "Text" "Databases" "URL" "./operate/kubernetes/re-databases/")
178- )
179- ) }}
180- </ div >
75+ < h1 >
76+ Welcome to Redis documentation</ h1 >
77+
78+
79+
80+ < table >
81+ < thead >
82+ < tr >
83+ < th style ="text-align:left "> Get started</ th >
84+ < th style ="text-align:left "> Install RedisInsight</ th >
85+ < th style ="text-align:left "> Install Redis Stack</ th >
86+ </ tr >
87+ </ thead >
88+ < tbody >
89+ < tr >
90+ < td style ="text-align:left ">
91+
92+
93+
94+
95+
96+
97+
98+
99+
100+ < a href ='/docs/latest/images/ai-cube.png ' sdata-lightbox ="/images/ai-cube.png ">
101+ < img src ='/docs/latest/images/ai-cube.png '
102+
103+
104+ alt ="AI Redis icon. "
105+ />
106+ </ a >
107+ < a href ="https://redis.io/docs/latest/operate/rc/rc-quickstart/ "> Free Redis Cloud account and database quick start guide</ a >
108+
109+
110+ < td style ="text-align:left ">
111+
112+
113+
114+
115+
116+
117+
118+
119+
120+ < a href ='/docs/latest/images/ai-brain.png ' sdata-lightbox ="/images/ai-brain.png ">
121+ < img src ='/docs/latest/images/ai-brain.png '
122+
123+
124+ alt ="AI Redis icon. "
125+ />
126+ </ a >
127+ < a href ="https://redis.io/docs/latest/operate/oss_and_stack/redisinsight/install/ "> RedisInsight on AWS EC2, Docker, Kubernetes, and desktop install guide</ a > </ td > </ td >
128+ < td style ="text-align:left ">
129+
130+
131+
132+
133+
134+
135+
136+
137+
138+ < a href ='/docs/latest/images/ai-lib.png ' sdata-lightbox ="/images/ai-lib.png ">
139+ < img src ='/docs/latest/images/ai-lib.png '
140+
141+
142+ alt ="AI Redis icon. "
143+ />
144+ </ a >
145+ < a href ="https://redis.io/docs/latest/operate/oss_and_stack/install/install-stack/ "> Redis Stack on Linux, macOS, Windows, or Docker install guide</ a > </ td >
146+ </ tr >
147+ </ tbody >
148+ </ table >
149+ < h2 id ="overview "> Deploy Redis to production</ h2 >
150+ < ul >
151+ < li > Use the [Redis Software deployment planning guide]({{< relref "/operate/rs/installing-upgrading/install/plan-deployment/" > }}) for enterprise-grade deployments including hybrid and geo-distributed environments.</ li >
152+ < li > Refer to the [Redis Cloud documentation]({{< relref "/operate/rc/“ > }} to deploy Redis on Amazon Web Services, Google Cloud, or Microsoft Azure.</ li >
153+ < li > See the [Deploy Redis Software for Kubernetes]({{< relref "/operate/kubernetes/deployment/quick-start/“ > }} to get started with the container image.</ li >
154+ </ ul >
155+ < h2 id ="concepts "> Easily migrate to Redis and integrate with your systems</ h2 >
156+ < table >
157+ < thead >
158+ < tr >
159+ < th style ="text-align:left”>Ingest and sync data to Redis</th>
160+ <th style= "text-align:left "> Migrate to Redis</ th >
161+ </ tr >
162+ </ thead >
163+ < tbody >
164+ < tr >
165+ < td style ="text-align:left ">
166+
167+
168+
169+
170+
171+
172+
173+
174+
175+ < a href ='/docs/latest/images/ai-search.png ' sdata-lightbox ="/images/ai-search.png ">
176+ < img src ='/docs/latest/images/ai-search.png '
177+
178+
179+ alt ="AI Redis icon. "
180+ />
181+ </ a >
182+ < a href ="/docs/latest/develop/integrate/redis-data-integration/quick-start-guide/ "> Redis Data Integration pipeline quickstart guide</ a > </ td >
183+ < td style ="text-align:left ">
184+
185+
186+
187+
188+
189+
190+
191+
192+
193+ < a href ='/docs/latest/images/ai-model.png ' sdata-lightbox ="/images/ai-model.png ">
194+ < img src ='/docs/latest/images/ai-model.png '
195+
196+
197+ alt ="AI Redis icon. "
198+ />
199+ </ a >
200+ < a href =“/“docs/latest/integrate/riot "> Redis input and output CLI tool user guide</ a > </ td >
201+ < td style ="text-align:left ">
202+
203+ </ tr >
204+ </ tbody >
205+ </ table >
206+
181207 </ div >
182208 </ div >
183209 < script >
0 commit comments