Skip to content
Closed
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c2edf4d
Update home.html
mich-elle-luna Dec 18, 2024
7f17fff
Update home.html
mich-elle-luna Dec 18, 2024
7ef5842
Update home.html
mich-elle-luna Dec 19, 2024
a8cb4e9
Update home.html
mich-elle-luna Dec 19, 2024
65486fe
Update home.html
mich-elle-luna Dec 19, 2024
2c8bb3d
Update home.html
mich-elle-luna Jan 2, 2025
1127dc4
Update home.html
mich-elle-luna Jan 2, 2025
b83d3de
Update home.html
mich-elle-luna Jan 2, 2025
dc5499d
Update home.html
mich-elle-luna Jan 2, 2025
c261860
Update home.html
mich-elle-luna Jan 2, 2025
f7a0d62
Update home.html
mich-elle-luna Jan 2, 2025
a7aa106
Update home.html
mich-elle-luna Jan 2, 2025
41b51dd
Update home.html
mich-elle-luna Jan 2, 2025
929d6cf
Update home.html
mich-elle-luna Jan 2, 2025
4d79e0c
Update home.html
mich-elle-luna Jan 2, 2025
5e8b229
Update home.html
mich-elle-luna Jan 2, 2025
72e5b47
Update home.html
mich-elle-luna Jan 2, 2025
cde6d31
Update home.html
mich-elle-luna Jan 2, 2025
74810b5
Update home.html
mich-elle-luna Jan 2, 2025
1eb8d34
Update home.html
mich-elle-luna Jan 2, 2025
74cb4ce
Update home.html
mich-elle-luna Jan 2, 2025
34414e3
Update home.html
mich-elle-luna Jan 7, 2025
75d845d
Update home.html
mich-elle-luna Jan 7, 2025
212ea48
Update home.html
mich-elle-luna Jan 7, 2025
fed167e
Update home.html
mich-elle-luna Jan 7, 2025
165e676
Update home.html
mich-elle-luna Jan 7, 2025
6c775dd
Update home.html
mich-elle-luna Jan 7, 2025
78b2395
Update home.html
mich-elle-luna Jan 7, 2025
8b37dba
Update home.html
mich-elle-luna Jan 7, 2025
61874e1
Update home.html
mich-elle-luna Jan 7, 2025
98b044f
Update home.html
mich-elle-luna Jan 7, 2025
2d8f752
Update home.html
mich-elle-luna Jan 7, 2025
3f11ed0
Update home.html
mich-elle-luna Jan 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
353 changes: 246 additions & 107 deletions layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,113 +71,252 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
</div>
</nav>
</div>
<div class="lg:px-11 w-full flex flex-col gap-3">
<h2 class="text-5xl font-medium" id="operate">Learn</h2>
{{ partial "docs-section.html" (dict
"Title" "Develop with Redis"
"Description" "Learn how to use the Redis in-memory data store."
"ButtonLink" "./develop"
"ButtonLabel" "Learn more"
"LinksLeftTitle" "Featured content"
"LinksLeft" (slice
(dict "Text" "Vector search" "URL" "./develop/interact/search-and-query/query/vector-search")
(dict "Text" "Data structure store" "URL" "./develop/get-started/data-store/")
(dict "Text" "Document database" "URL" "./develop/get-started/document-database/")
)
) }}
{{ partial "docs-section.html" (dict
"Title" "Libraries and tools"
"Description" "Learn about libraries and tools available for Redis."
"ButtonLink" "./integrate"
"ButtonLabel" "Browse tools"
"LinksLeftTitle" "Featured libraries"
"LinksLeft" (slice
(dict "Text" "RedisVL" "URL" "./integrate/redisvl/")
(dict "Text" "RedisOM for Python" "URL" "./integrate/redisom-for-python")
(dict "Text" "Ingest" "URL" "./integrate/redis-data-integration/")
(dict "Text" "Write-behind" "URL" "./integrate/write-behind/quickstart/write-behind-guide/")
)
) }}
{{ partial "docs-section.html" (dict
"Title" "Redis Data Integration"
"Description" "Redis Data Integration keeps Redis in sync with the primary database in near real time."
"ButtonLink" "./integrate/redis-data-integration"
"ButtonLabel" "Learn more"
"LinksLeftTitle" "LEARN MORE"
"LinksLeft" (slice
(dict "Text" "Quick start" "URL" "./integrate/redis-data-integration/quick-start-guide")
(dict "Text" "Architecture" "URL" "./integrate/redis-data-integration/architecture")
(dict "Text" "Install" "URL" "./integrate/redis-data-integration/installation")
(dict "Text" "Reference" "URL" "./integrate/redis-data-integration/reference")
)
) }}
{{ partial "docs-section.html" (dict
"Title" "Redis Insight"
"Description" "A cross-platform GUI for Redis, with focus on reducing memory usage and improving application performance."
"ButtonLink" "./develop/tools/insight/"
"ButtonLabel" "Learn more"
"LinksLeftTitle" "Learn more"
"LinksLeft" (slice
(dict "Text" "Install" "URL" "./operate/redisinsight/install/")
(dict "Text" "User guide" "URL" "./develop/tools/insight/")
(dict "Text" "Manage Streams in Redis Insight" "URL" "./develop/tools/insight/tutorials/insight-stream-consumer/")
)
) }}
</div>
<div class="lg:px-11 w-full flex flex-col gap-3">
<h2 class="text-5xl font-medium" id="operate">Explore</h2>
{{ partial "docs-section.html" (dict
"Title" "Redis and Stack"
"Description" "Redis Stack extends Redis with modern data models and processing engines."
"ButtonLink" "./operate/oss_and_stack/"
"ButtonLabel" "Read more"
"LinksLeftTitle" "Learn more"
"LinksLeft" (slice
(dict "Text" "Install" "URL" "./operate/oss_and_stack/install/install-stack/")
(dict "Text" "Redis Query Engine" "URL" "./develop/interact/search-and-query/")
(dict "Text" "JSON" "URL" "./develop/data-types/json/")
)
) }}
{{ partial "docs-section.html" (dict
"Title" "Redis Cloud"
"Description" "Deploy Redis Enterprise on Amazon Web Services, Google Cloud, or Microsoft Azure."
"ButtonLink" "./operate/rc"
"ButtonLabel" "Read more"
"LinksLeftTitle" "Learn more"
"LinksLeft" (slice
(dict "Text" "Quick start" "URL" "./operate/rc/rc-quickstart/")
(dict "Text" "Subscriptions" "URL" "./operate/rc/subscriptions/")
(dict "Text" "Databases" "URL" "./operate/rc/databases/")
(dict "Text" "Active-Active" "URL" "./operate/rc/databases/create-database/create-active-active-database/")
)
) }}
{{ partial "docs-section.html" (dict
"Title" "Redis Enterprise Software"
"Description" "A self-managed data platform that unlocks the full potential of Redis at enterprise scale."
"ButtonLink" "./operate/rs"
"ButtonLabel" "Read more"
"LinksLeftTitle" "Learn more"
"LinksLeft" (slice
(dict "Text" "Quick start" "URL" "./operate/rs/installing-upgrading/quickstarts/redis-enterprise-software-quickstart/")
(dict "Text" "Clusters" "URL" "./operate/rs/clusters/")
(dict "Text" "Databases" "URL" "./operate/rs/databases/")
(dict "Text" "Networking" "URL" "./operate/rs/networking/")
)
) }}
{{ partial "docs-section.html" (dict
"Title" "Redis Enterprise for Kubernetes"
"Description" "Redis Enterprise deployed on containerized software platforms and integrated with our partners."
"ButtonLink" "./operate/kubernetes/"
"ButtonLabel" "Read more"
"LinksLeftTitle" "Learn more"
"LinksLeft" (slice
(dict "Text" "Architecture" "URL" "./operate/kubernetes/architecture/")
(dict "Text" "Deployments" "URL" "./operate/kubernetes/deployment/")
(dict "Text" "Clusters" "URL" "./operate/kubernetes/re-clusters/")
(dict "Text" "Databases" "URL" "./operate/kubernetes/re-databases/")
)
) }}
</div>
<div class="lg:px-11 w-screen flex flex-col gap-3">
<h2 class="text-5xl font-medium" id="operate">Get Started</h2>



<table>
<thead>
<tr>
<th style="text-align:left"></th>
<th style="text-align:left"></th>
<th style="text-align:left"></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:center">
{{ partial "docs-section.html" (dict
"Title" "Try Redis Cloud"
"Description" "Free Redis Cloud account managed by Redis or on AWS, GCP, or Azure"
"ButtonLink" "./operate/rc/rc-quickstart/"
"ButtonLabel" "Redis Cloud quick start guide"

) }}











<td style="text-align:center">

{{ partial "docs-section.html" (dict
"Title" "Get Redis Insight"
"Description" "Optimize with Redis Insight on AWS EC2, Docker, Kubernetes, and desktop"
"ButtonLink" "./operate/redisinsight/install/"
"ButtonLabel" "Redis Insight installation guide"
) }}








<td style="text-align:center">


{{ partial "docs-section.html" (dict
"Title" "Use Redis Stack"
"Description" "Install and use Redis Stack on Linux, macOS, Windows, or Docker"
"ButtonLink" "./operate/oss_and_stack/install/install-stack/"
"ButtonLabel" "Redis Stack install guide"
"LinksLeft" (slice
(dict "Text" "Install Redis CE" "URL" "./operate/oss_and_stack/install/install-redis")
) ) }}



</td>
</tr>
</tbody>
</table>




<table>
<thead>
<tr>
<th style="text-align:left"></th>
<th style="text-align:left"></th>
<th style="text-align:left"></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:center">
{{ partial "docs-section.html" (dict
"Title" "Deploy Redis Enterprise Software"
"Description" "Enterprise-grade deployment including hybrid and geo-distributed environments"
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
"ButtonLabel" "Redis Software deployment planning guide"
) }}











<td style="text-align:center">

{{ partial "docs-section.html" (dict
"Title" "Deploy a Redis Cloud database"
"Description" "Deploy Redis Cloud in multiple regions and availability zones"
"ButtonLink" "./operate/rc/databases/create-database/create-active-active-database/"
"ButtonLabel" "Active-active Redis Cloud database guide"
) }}








<td style="text-align:center">


{{ partial "docs-section.html" (dict
"Title" "Deploy on Kubernetes"
"Description" "Get started with the Redis Software for Kubernetes container image"
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
"ButtonLabel" "Kubernetes deployment quickstart"
"LinksLeft" (slice
(dict "Text" "Manage Redis clusters" "URL" "./operate/rs/clusters/")
) ) }}



</td>
</tr>
</tbody>
</table>






<table>
<thead>
<tr>
<th style="text-align:left"></th>
<th style="text-align:left"></th>
<th style="text-align:left"></th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:center">
{{ partial "docs-section.html" (dict
"Title" "Ingest and sync data to Redis"
"Description" "Sync Redis Software with live data from your disk-based databases"
"ButtonLink" "./integrate/redis-data-integration/quick-start-guide/"
"ButtonLabel" "Redis Data Integration pipeline quickstart"
) }}











<td style="text-align:center">

{{ partial "docs-section.html" (dict
"Title" "Migrate data to or from Redis"
"Description" "Migrate data from files, data generators, relational databases, or snapshot replication"
"ButtonLink" "./integrate/riot/"
"ButtonLabel" "Redis input and output CLI tool user guide"
) }}








<td style="text-align:center">


{{ partial "docs-section.html" (dict
"Title" "Monitor Redis with Prometheus"
"Description" "Get started with the Redis Software integration for Prometheus"
"ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
"ButtonLabel" "Prometheus and Grafana with Redis"
"LinksLeft" (slice
(dict "Text" "Optimize Redis clusters" "URL" "./operate/rs/clusters/optimize")
) ) }}



</td>
</tr>
</tbody>
</table>



<table>
<thead>
<tr>
<th style="text-align:left">
{{ partial "docs-section.html" (dict
"ButtonLink" "./develop/clients/"
"ButtonLabel" "Connect with Redis client API libraries"

"LinksLeft" (slice
(dict "Text" "Python" "URL" "./develop/clients/redis-py/")
(dict "Text" "Python (vector)" "URL" "./integrate/redisvl/")
(dict "Text" "C#/.NET" "URL" "./develop/clients/dotnet/")
(dict "Text" "JavaScript" "URL" "./develop/clients/nodejs/")
(dict "Text" "Java (synchronous)" "URL" "./develop/clients/jedis/")
) ) }}
</th>

<th style="text-align:left">
{{ partial "docs-section.html" (dict
"ButtonLink" "./develop/tools/"
"ButtonLabel" "Tools to connect to a Redis server"
"LinksLeft" (slice
(dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
(dict "Text" "Go" "URL" "./develop/clients/go/")
(dict "Text" "PHP" "URL" "./develop/clients/php/")
(dict "Text" "Spring Data" "URL" "./integrate/spring-framework-cache/")
(dict "Text" "More client APIs" "URL" "./develop/clients/")
) ) }}
</th>

</tr>
</thead>
</table>








</div>
</div>
<script>
Expand Down
Loading