@@ -72,55 +72,41 @@ <h1 class="text-5xl font-medium">{{ .Title }}</h1>
72
72
</ nav >
73
73
</ div >
74
74
< div class ="lg:px-11 w-full flex flex-col gap-3 ">
75
- < h2 class ="text-5xl font-medium " id ="operate "> Learn </ h2 >
75
+ < h2 class ="text-5xl font-medium " id ="operate "> Get Started </ h2 >
76
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"
77
+ "Title" "Quickly set up Redis in the cloud"
78
+ "Description" "Free Redis Cloud account managed by Redis or on AWS, GCP, or Azure"
79
+ "ButtonLink" "./operate/rc/rc-quickstart/"
80
+ "ButtonLabel" "Redis Cloud quick start guide"
82
81
"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/")
82
+ (dict "Text" "High availability & replication" "URL" "./operate/rc/databases/configuration/high-availability/")
86
83
)
87
84
) }}
88
85
{{ 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
- ) }}
86
+ "Title" "Build modern real-time applications with Redis"
87
+ "Description" "Install and use Redis Stack on Linux, macOS, Windows, or Docker"
88
+ "ButtonLink" "./operate/oss_and_stack/install/install-stack/"
89
+ "ButtonLabel" "Redis Stack install guide"
90
+ "LinksLeft" (slice
91
+ (dict "Text" "Redis persistence options" "URL" "./operate/oss_and_stack/management/persistence/")
92
+ )
93
+ ) }}
101
94
{{ 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"
95
+ "Title" "Optimize Redis for high-scale apps"
96
+ "Description" "Get the Redis Insight GUI on AWS EC2, Docker, Kubernetes, and desktop"
97
+ "ButtonLink" "./operate/redisinsight/install/"
98
+ "ButtonLabel" "Redis Insight installation guide"
107
99
"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")
100
+ (dict "Text" "Performance and memory optimization user guide" "URL" "./develop/tools/insight/#database-analysis")
112
101
)
113
102
) }}
114
103
{{ 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"
104
+ "Title" "Migrate data to or from Redis"
105
+ "Description" "Migrate data from files, data generators, relational databases, or snapshot replication"
106
+ "ButtonLink" "./integrate/riot/"
107
+ "ButtonLabel" "Redis input and output CLI tool user guide"
120
108
"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/")
109
+ (dict "Text" "Redis Input/Output Tool quickstart guide" "URL" "./integrate/riot/quick-start/")
124
110
)
125
111
) }}
126
112
</ div >
0 commit comments