From ab9fd9723886d956dbe404b66a9f3e885e75d14c Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Wed, 8 Jan 2025 16:00:36 -0800
Subject: [PATCH 01/28] Update home.html
---
layouts/home.html | 62 ++++++++++++++++++-----------------------------
1 file changed, 24 insertions(+), 38 deletions(-)
diff --git a/layouts/home.html b/layouts/home.html
index 6d018e726..b26a18d4f 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -72,55 +72,41 @@
{{ .Title }}
-
Learn
+ Get Started
{{ 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"
+ "Title" "Quickly set up Redis in the 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"
"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/")
+ (dict "Text" "High availability & replication" "URL" "./operate/rc/databases/configuration/high-availability/")
)
) }}
{{ 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/")
- )
- ) }}
+ "Title" "Build modern real-time applications with Redis"
+ "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" "Redis persistence options" "URL" "./operate/oss_and_stack/management/persistence/")
+ )
+ ) }}
{{ 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"
+ "Title" "Optimize Redis for high-scale apps"
+ "Description" "Get the Redis Insight GUI on AWS EC2, Docker, Kubernetes, and desktop"
+ "ButtonLink" "./operate/redisinsight/install/"
+ "ButtonLabel" "Redis Insight installation guide"
"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")
+ (dict "Text" "Performance and memory optimization user guide" "URL" "./develop/tools/insight/#database-analysis")
)
) }}
{{ 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"
+ "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"
"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/")
+ (dict "Text" "Redis Input/Output Tool quickstart guide" "URL" "./integrate/riot/quick-start/")
)
) }}
From 43468f04ba1eac35c9140fc9fd834ddb78da9630 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Thu, 9 Jan 2025 09:26:45 -0800
Subject: [PATCH 02/28] Update home.html
---
layouts/home.html | 59 ++++++++++++++++++-----------------------------
1 file changed, 22 insertions(+), 37 deletions(-)
diff --git a/layouts/home.html b/layouts/home.html
index b26a18d4f..b1ca54554 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -111,56 +111,41 @@ Get Started
) }}
-
Explore
+ Deploy
{{ 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"
+ "Title" "Deploy Redis for a large-scale organization"
+ "Description" "Enterprise-grade deployment including hybrid and geo-distributed environments"
+ "ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
+ "ButtonLabel" "Redis Software deployment planning guide"
"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/")
+ (dict "Text" "Optimize Redis clusters guide" "URL" "./operate/rs/clusters/optimize")
)
) }}
{{ 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"
+ "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" "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/")
+ (dict "Text" "Deploy Redis Enterprise for Kubernetes with OpenShift guide" "URL" "./operate/kubernetes/deployment/openshift/")
)
) }}
{{ 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"
+ "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 (RDI) pipeline quickstart"
"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/")
+ (dict "Text" "RDI feature overview" "URL" "./integrate/redis-data-integration/")
)
) }}
{{ 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/")
+ "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 guide"
+ "LinksLeft" (slice
+ (dict "Text" "Prometheus and Graphana with Redis Cloud guide" "URL" "./integrate/prometheus-with-redis-cloud/")
)
) }}
From 8352bf11b584522f391953d621f3a2ec515673ea Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Thu, 9 Jan 2025 09:41:24 -0800
Subject: [PATCH 03/28] Update home.html
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index b1ca54554..cf7eef1a3 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -114,7 +114,7 @@ Get Started
Deploy
{{ partial "docs-section.html" (dict
"Title" "Deploy Redis for a large-scale organization"
- "Description" "Enterprise-grade deployment including hybrid and geo-distributed environments"
+ "Description" "Enterprise-grade deployment including hybrid and geo-distributed"
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
"ButtonLabel" "Redis Software deployment planning guide"
"LinksLeft" (slice
From fac02db531e6a696a0a0983e41856efc1baee8ce Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Thu, 9 Jan 2025 09:56:49 -0800
Subject: [PATCH 04/28] Update home.html
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index cf7eef1a3..1170f8dc2 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -114,7 +114,7 @@ Get Started
Deploy
{{ partial "docs-section.html" (dict
"Title" "Deploy Redis for a large-scale organization"
- "Description" "Enterprise-grade deployment including hybrid and geo-distributed"
+ "Description" "Robust support for hybrid and geo-distributed"
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
"ButtonLabel" "Redis Software deployment planning guide"
"LinksLeft" (slice
From d128915bd29b8e01a261705f6319e21e4041e983 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Thu, 9 Jan 2025 10:03:26 -0800
Subject: [PATCH 05/28] Update home.html
---
layouts/home.html | 39 +++++++++++++++++++++++++++++++++++++--
1 file changed, 37 insertions(+), 2 deletions(-)
diff --git a/layouts/home.html b/layouts/home.html
index 1170f8dc2..d5447d646 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -132,7 +132,7 @@ Deploy
) }}
{{ partial "docs-section.html" (dict
"Title" "Ingest and sync data to Redis"
- "Description" "Sync Redis Software with live data from your disk-based databases"
+ "Description" "Enable pipeline sync of Redis Software with live data from your disk-based databases"
"ButtonLink" "./integrate/redis-data-integration/quick-start-guide/"
"ButtonLabel" "Redis Data Integration (RDI) pipeline quickstart"
"LinksLeft" (slice
@@ -141,13 +141,48 @@ Deploy
) }}
{{ partial "docs-section.html" (dict
"Title" "Monitor Redis with Prometheus"
- "Description" "Get started with the Redis Software integration for Prometheus"
+ "Description" "Get started with the Redis Software integration for Prometheus and Grafana"
"ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
"ButtonLabel" "Prometheus and Grafana with Redis guide"
"LinksLeft" (slice
(dict "Text" "Prometheus and Graphana with Redis Cloud guide" "URL" "./integrate/prometheus-with-redis-cloud/")
)
) }}
+
+
+
+
+
+ {{ 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/")
+ ) ) }}
+ |
+
+
+ {{ 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/")
+ ) ) }}
+ |
+
+
+
+
+
From 6d2c8a57d446a73dd4bdc5737a3f96b3235bcc2f Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Thu, 9 Jan 2025 10:12:07 -0800
Subject: [PATCH 06/28] Update home.html
---
layouts/home.html | 35 +++++++++++------------------------
1 file changed, 11 insertions(+), 24 deletions(-)
diff --git a/layouts/home.html b/layouts/home.html
index d5447d646..440d8b979 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -109,6 +109,17 @@ Get Started
(dict "Text" "Redis Input/Output Tool quickstart guide" "URL" "./integrate/riot/quick-start/")
)
) }}
+ {{ 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/")
+ ) ) }}
Deploy
@@ -148,25 +159,6 @@
Deploy
(dict "Text" "Prometheus and Graphana with Redis Cloud guide" "URL" "./integrate/prometheus-with-redis-cloud/")
)
) }}
-
-
-
-
-
- {{ 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/")
- ) ) }}
- |
-
-
{{ partial "docs-section.html" (dict
"ButtonLink" "./develop/tools/"
"ButtonLabel" "Tools to connect to a Redis server"
@@ -177,11 +169,6 @@ Deploy
(dict "Text" "Spring Data" "URL" "./integrate/spring-framework-cache/")
(dict "Text" "More client APIs" "URL" "./develop/clients/")
) ) }}
- |
-
-
-
-
From 7852f21382fb12117605c635820ba99daa44f515 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Thu, 9 Jan 2025 10:17:44 -0800
Subject: [PATCH 07/28] Update home.html
---
layouts/home.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/home.html b/layouts/home.html
index 440d8b979..adc92fdbc 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -79,7 +79,7 @@ Get Started
"ButtonLink" "./operate/rc/rc-quickstart/"
"ButtonLabel" "Redis Cloud quick start guide"
"LinksLeft" (slice
- (dict "Text" "High availability & replication" "URL" "./operate/rc/databases/configuration/high-availability/")
+ (dict "Text" "High availability & replication guide" "URL" "./operate/rc/databases/configuration/high-availability/")
)
) }}
{{ partial "docs-section.html" (dict
@@ -88,7 +88,7 @@ Get Started
"ButtonLink" "./operate/oss_and_stack/install/install-stack/"
"ButtonLabel" "Redis Stack install guide"
"LinksLeft" (slice
- (dict "Text" "Redis persistence options" "URL" "./operate/oss_and_stack/management/persistence/")
+ (dict "Text" "Redis for AI docs and examples" "URL" "./develop/ai/")
)
) }}
{{ partial "docs-section.html" (dict
From 46141468fbe4f3d66c99bd987cb766d893fe4f30 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Thu, 9 Jan 2025 10:19:14 -0800
Subject: [PATCH 08/28] Update home.html
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index adc92fdbc..fd3107e69 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -125,7 +125,7 @@ Get Started
Deploy
{{ partial "docs-section.html" (dict
"Title" "Deploy Redis for a large-scale organization"
- "Description" "Robust support for hybrid and geo-distributed"
+ "Description" "Robust support for hybrid and geo-distributed environments"
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
"ButtonLabel" "Redis Software deployment planning guide"
"LinksLeft" (slice
From ddaeccd7ee0fd353ebff6c52bb571a9aa0c22177 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Thu, 9 Jan 2025 10:26:14 -0800
Subject: [PATCH 09/28] Update home.html
---
layouts/home.html | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/layouts/home.html b/layouts/home.html
index fd3107e69..de13d3b34 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -110,8 +110,10 @@ Get Started
)
) }}
{{ partial "docs-section.html" (dict
+ "Title" "Connect with Redis client API libraries"
+ "Description" "Connect your application to a Redis database and try an example"
"ButtonLink" "./develop/clients/"
- "ButtonLabel" "Connect with Redis client API libraries"
+ "ButtonLabel" "Redis client API library guides"
"LinksLeft" (slice
(dict "Text" "Python" "URL" "./develop/clients/redis-py/")
@@ -124,7 +126,7 @@ Get Started
Deploy
{{ partial "docs-section.html" (dict
- "Title" "Deploy Redis for a large-scale organization"
+ "Title" "Deploy Redis in a large-scale organization"
"Description" "Robust support for hybrid and geo-distributed environments"
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
"ButtonLabel" "Redis Software deployment planning guide"
@@ -160,9 +162,11 @@ Deploy
)
) }}
{{ partial "docs-section.html" (dict
- "ButtonLink" "./develop/tools/"
- "ButtonLabel" "Tools to connect to a Redis server"
- "LinksLeft" (slice
+ "Title" "Client tools to connect to a Redis server"
+ "Description" "You can use the CLI, Redis Insight, or the Redis VSCode extension to connect to a Redis server"
+ "ButtonLink" "./develop/tools/"
+ "ButtonLabel" "Client tools overview guide"
+ "LinksLeft" (slice
(dict "Text" "Java (asynchronous)" "URL" "./develop/clients/lettuce/")
(dict "Text" "Go" "URL" "./develop/clients/go/")
(dict "Text" "PHP" "URL" "./develop/clients/php/")
From 723a1a10a7266530208ce8bbd422a7bdecdde93b Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Thu, 9 Jan 2025 10:45:52 -0800
Subject: [PATCH 10/28] Update home.html
---
layouts/home.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/home.html b/layouts/home.html
index de13d3b34..8c253e3d5 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -135,12 +135,12 @@ Deploy
)
) }}
{{ partial "docs-section.html" (dict
- "Title" "Deploy on Kubernetes"
+ "Title" "Deploy on containers running in 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" "Deploy Redis Enterprise for Kubernetes with OpenShift guide" "URL" "./operate/kubernetes/deployment/openshift/")
+ (dict "Text" "Deploy Redis Software for Kubernetes with OpenShift guide" "URL" "./operate/kubernetes/deployment/openshift/")
)
) }}
{{ partial "docs-section.html" (dict
From 8a67490d4e9cdc03e95463651d5350bacfab85d2 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Thu, 9 Jan 2025 10:54:54 -0800
Subject: [PATCH 11/28] Update home.html
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index 8c253e3d5..ad236c508 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -77,7 +77,7 @@ Get Started
"Title" "Quickly set up Redis in the 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"
+ "ButtonLabel" "Redis Cloud quickstart guide"
"LinksLeft" (slice
(dict "Text" "High availability & replication guide" "URL" "./operate/rc/databases/configuration/high-availability/")
)
From 88fb9d09d74e983aebaef7202f1d09d04bac6f44 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Thu, 9 Jan 2025 10:57:09 -0800
Subject: [PATCH 12/28] Update home.html
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index ad236c508..e987409d8 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -138,7 +138,7 @@ Deploy
"Title" "Deploy on containers running in Kubernetes"
"Description" "Get started with the Redis Software for Kubernetes container image"
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
- "ButtonLabel" "Kubernetes deployment quickstart"
+ "ButtonLabel" "Kubernetes deployment guide"
"LinksLeft" (slice
(dict "Text" "Deploy Redis Software for Kubernetes with OpenShift guide" "URL" "./operate/kubernetes/deployment/openshift/")
)
From f01e9306a09a9e5305fdb604d28d8c00b3cf16ed Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Thu, 9 Jan 2025 11:05:55 -0800
Subject: [PATCH 13/28] Update home.html
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index e987409d8..ce7a6ac29 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -77,7 +77,7 @@ Get Started
"Title" "Quickly set up Redis in the cloud"
"Description" "Free Redis Cloud account managed by Redis or on AWS, GCP, or Azure"
"ButtonLink" "./operate/rc/rc-quickstart/"
- "ButtonLabel" "Redis Cloud quickstart guide"
+ "ButtonLabel" "Redis Cloud quickstart setup guide"
"LinksLeft" (slice
(dict "Text" "High availability & replication guide" "URL" "./operate/rc/databases/configuration/high-availability/")
)
From f2d8028c3eae3987fa6e84eee064a58d8329c975 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:00:35 -0800
Subject: [PATCH 14/28] Update layouts/home.html
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index ce7a6ac29..be01dea74 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -75,7 +75,7 @@ {{ .Title }}
Get Started
{{ partial "docs-section.html" (dict
"Title" "Quickly set up Redis in the cloud"
- "Description" "Free Redis Cloud account managed by Redis or on AWS, GCP, or Azure"
+ "Description" "Set up a Free Redis-managed database on AWS, GCP, or Azure"
"ButtonLink" "./operate/rc/rc-quickstart/"
"ButtonLabel" "Redis Cloud quickstart setup guide"
"LinksLeft" (slice
From c9c6e94548c4287fa3f485826916fe5fee9499a1 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:02:59 -0800
Subject: [PATCH 15/28] Update layouts/home.html
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index be01dea74..cc25291cb 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -77,7 +77,7 @@ Get Started
"Title" "Quickly set up Redis in the cloud"
"Description" "Set up a Free Redis-managed database on AWS, GCP, or Azure"
"ButtonLink" "./operate/rc/rc-quickstart/"
- "ButtonLabel" "Redis Cloud quickstart setup guide"
+ "ButtonLabel" "Redis Cloud quick start"
"LinksLeft" (slice
(dict "Text" "High availability & replication guide" "URL" "./operate/rc/databases/configuration/high-availability/")
)
From f6cb9cef8e0833608e44afa3bf97a3c9bdadd06e Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:03:15 -0800
Subject: [PATCH 16/28] Update layouts/home.html
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index cc25291cb..3ccb13187 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -86,7 +86,7 @@ Get Started
"Title" "Build modern real-time applications with Redis"
"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"
+ "ButtonLabel" "Install Redis Stack"
"LinksLeft" (slice
(dict "Text" "Redis for AI docs and examples" "URL" "./develop/ai/")
)
From 2e368c10d874e79823504e30a138a8f273ef06c5 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:03:43 -0800
Subject: [PATCH 17/28] Update layouts/home.html
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index 3ccb13187..1e2ae4187 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -95,7 +95,7 @@ Get Started
"Title" "Optimize Redis for high-scale apps"
"Description" "Get the Redis Insight GUI on AWS EC2, Docker, Kubernetes, and desktop"
"ButtonLink" "./operate/redisinsight/install/"
- "ButtonLabel" "Redis Insight installation guide"
+ "ButtonLabel" "Redis Insight install guide"
"LinksLeft" (slice
(dict "Text" "Performance and memory optimization user guide" "URL" "./develop/tools/insight/#database-analysis")
)
From 2101664942175489560e14939c60af0d8d29a1ed Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:08:00 -0800
Subject: [PATCH 18/28] Update layouts/home.html
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index 1e2ae4187..7fa6b17f2 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -140,7 +140,7 @@ Deploy
"ButtonLink" "./operate/kubernetes/deployment/quick-start/"
"ButtonLabel" "Kubernetes deployment guide"
"LinksLeft" (slice
- (dict "Text" "Deploy Redis Software for Kubernetes with OpenShift guide" "URL" "./operate/kubernetes/deployment/openshift/")
+ (dict "Text" "Deploy Redis Software for Kubernetes with OpenShift" "URL" "./operate/kubernetes/deployment/openshift/")
)
) }}
{{ partial "docs-section.html" (dict
From de2252ecbc9b9de783ed9df08d5eee840b29cf0c Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:08:17 -0800
Subject: [PATCH 19/28] Update layouts/home.html
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index 7fa6b17f2..31da70bfa 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -147,7 +147,7 @@ Deploy
"Title" "Ingest and sync data to Redis"
"Description" "Enable pipeline sync of Redis Software with live data from your disk-based databases"
"ButtonLink" "./integrate/redis-data-integration/quick-start-guide/"
- "ButtonLabel" "Redis Data Integration (RDI) pipeline quickstart"
+ "ButtonLabel" "Redis Data Integration (RDI) pipeline quick start"
"LinksLeft" (slice
(dict "Text" "RDI feature overview" "URL" "./integrate/redis-data-integration/")
)
From 5d93690cbe56c39fd7607b9ec33cac04adbb5983 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:08:34 -0800
Subject: [PATCH 20/28] Update layouts/home.html
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index 31da70bfa..872968fba 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -158,7 +158,7 @@ Deploy
"ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
"ButtonLabel" "Prometheus and Grafana with Redis guide"
"LinksLeft" (slice
- (dict "Text" "Prometheus and Graphana with Redis Cloud guide" "URL" "./integrate/prometheus-with-redis-cloud/")
+ (dict "Text" "Prometheus and Grafana with Redis Cloud" "URL" "./integrate/prometheus-with-redis-cloud/")
)
) }}
{{ partial "docs-section.html" (dict
From a2a91835baf51419323ea37438ba2f12dc49a89c Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:08:48 -0800
Subject: [PATCH 21/28] Update layouts/home.html
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index 872968fba..309941a56 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -156,7 +156,7 @@ Deploy
"Title" "Monitor Redis with Prometheus"
"Description" "Get started with the Redis Software integration for Prometheus and Grafana"
"ButtonLink" "./integrate/prometheus-with-redis-enterprise/"
- "ButtonLabel" "Prometheus and Grafana with Redis guide"
+ "ButtonLabel" "Prometheus and Grafana with Redis Software"
"LinksLeft" (slice
(dict "Text" "Prometheus and Grafana with Redis Cloud" "URL" "./integrate/prometheus-with-redis-cloud/")
)
From 48ca78288a55c0c6a1010a17cbd29aa6ad1cdc3c Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:09:01 -0800
Subject: [PATCH 22/28] Update layouts/home.html
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index 309941a56..22611b49a 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -106,7 +106,7 @@ Get Started
"ButtonLink" "./integrate/riot/"
"ButtonLabel" "Redis input and output CLI tool user guide"
"LinksLeft" (slice
- (dict "Text" "Redis Input/Output Tool quickstart guide" "URL" "./integrate/riot/quick-start/")
+ (dict "Text" "Redis Input/Output Tool quick start" "URL" "./integrate/riot/quick-start/")
)
) }}
{{ partial "docs-section.html" (dict
From 31f9fdf61db9c3a9006d2f7b886b1f8d21a2c2d3 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:09:27 -0800
Subject: [PATCH 23/28] Update layouts/home.html
Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com>
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index 22611b49a..913bda54a 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -163,7 +163,7 @@ Deploy
) }}
{{ partial "docs-section.html" (dict
"Title" "Client tools to connect to a Redis server"
- "Description" "You can use the CLI, Redis Insight, or the Redis VSCode extension to connect to a Redis server"
+ "Description" "You can use the CLI, Redis Insight, or the Redis VSCode extension to connect to Redis"
"ButtonLink" "./develop/tools/"
"ButtonLabel" "Client tools overview guide"
"LinksLeft" (slice
From e59b16d271199af13f6db2da3a14d1ebb6c46a1a Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:09:45 -0800
Subject: [PATCH 24/28] Update layouts/home.html
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
---
layouts/home.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/layouts/home.html b/layouts/home.html
index 913bda54a..4962bf779 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -117,10 +117,11 @@ Get Started
"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/")
+ (dict "Text" "Java" "URL" "./develop/clients/jedis/")
+ (dict "Text" "Go" "URL" "./develop/clients/go/")
+ (dict "Text" "PHP" "URL" "./develop/clients/php/")
) ) }}
From b436607cdf420dab7de5113f05dd21328d4e9a0e Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:09:57 -0800
Subject: [PATCH 25/28] Update layouts/home.html
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
---
layouts/home.html | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/layouts/home.html b/layouts/home.html
index 4962bf779..3c7797063 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -168,11 +168,9 @@
Deploy
"ButtonLink" "./develop/tools/"
"ButtonLabel" "Client tools overview guide"
"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/")
+ (dict "Text" "Redis CLI" "URL" "./develop/tools/cli/")
+ (dict "Text" "Redis Insight" "URL" "./develop/tools/insight/")
+ (dict "Text" "Redis for VSCode" "URL" "./develop/tools/redis-for-vscode/")
) ) }}
From e83444b4295ded5f9c858b91af1bb85c51cceed0 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:26:19 -0800
Subject: [PATCH 26/28] Update home.html
---
layouts/home.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/layouts/home.html b/layouts/home.html
index 3c7797063..6ab742df6 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -127,10 +127,10 @@ Get Started
Deploy
{{ partial "docs-section.html" (dict
- "Title" "Deploy Redis in a large-scale organization"
+ "Title" "Deploy Redis clusters for scale and availability"
"Description" "Robust support for hybrid and geo-distributed environments"
"ButtonLink" "./operate/rs/installing-upgrading/install/plan-deployment/"
- "ButtonLabel" "Redis Software deployment planning guide"
+ "ButtonLabel" "Redis deployment planning"
"LinksLeft" (slice
(dict "Text" "Optimize Redis clusters guide" "URL" "./operate/rs/clusters/optimize")
)
@@ -148,9 +148,9 @@ Deploy
"Title" "Ingest and sync data to Redis"
"Description" "Enable pipeline sync of Redis Software with live data from your disk-based databases"
"ButtonLink" "./integrate/redis-data-integration/quick-start-guide/"
- "ButtonLabel" "Redis Data Integration (RDI) pipeline quick start"
+ "ButtonLabel" "Pipeline quick start"
"LinksLeft" (slice
- (dict "Text" "RDI feature overview" "URL" "./integrate/redis-data-integration/")
+ (dict "Text" "Redis Data Integration feature overview" "URL" "./integrate/redis-data-integration/")
)
) }}
{{ partial "docs-section.html" (dict
From 470b975cd639c56cffafe7a0037da5471c508f28 Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:40:14 -0800
Subject: [PATCH 27/28] Update home.html
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index 6ab742df6..3035f65a7 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -146,7 +146,7 @@ Deploy
) }}
{{ partial "docs-section.html" (dict
"Title" "Ingest and sync data to Redis"
- "Description" "Enable pipeline sync of Redis Software with live data from your disk-based databases"
+ "Description" "Sync Redis Software with live data from your disk-based databases"
"ButtonLink" "./integrate/redis-data-integration/quick-start-guide/"
"ButtonLabel" "Pipeline quick start"
"LinksLeft" (slice
From 0c13c2db06d59d37dd33291f01434982c25654ba Mon Sep 17 00:00:00 2001
From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
Date: Fri, 10 Jan 2025 14:58:18 -0800
Subject: [PATCH 28/28] Update home.html
---
layouts/home.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/home.html b/layouts/home.html
index 3035f65a7..fbbdcc8d1 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -102,7 +102,7 @@ Get Started
) }}
{{ partial "docs-section.html" (dict
"Title" "Migrate data to or from Redis"
- "Description" "Migrate data from files, data generators, relational databases, or snapshot replication"
+ "Description" "Migrate data from files, data generators, relational databases, or snapshots"
"ButtonLink" "./integrate/riot/"
"ButtonLabel" "Redis input and output CLI tool user guide"
"LinksLeft" (slice