3
3
< div class ="p-10 ">
4
4
< h2 class ="mb-6 border-b border-redis-pencil-250 pb-2 text-xs font-medium uppercase tracking-[2px] text-gray-400 ">
5
5
Products</ h2 >
6
- < ul class ="grid grid-cols-2 gap-x-7 gap-y-3.5 ">
6
+ < ul class ="grid grid-cols-1 gap-x-7 gap-y-3.5 ">
7
7
< li class ="w-[16rem] ">
8
8
< a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/cloud/ ">
9
9
Redis Cloud
10
10
< p class ="mt-2 text-xs font-normal text-gray-600 "> Fully managed and integrated with Google Cloud, Azure, and
11
11
AWS.</ p >
12
12
</ a >
13
13
</ li >
14
- < li class ="w-[16rem] ">
15
- < a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/redis-for-ai/ ">
16
- Redis for AI
17
- < p class ="mt-2 text-xs font-normal text-gray-600 "> Build the fastest, most reliable GenAI apps with our
18
- advanced vector database.</ p >
19
- </ a >
20
- </ li >
21
14
< li class ="w-[16rem] ">
22
15
< a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/software/ ">
23
16
Redis Software
@@ -26,14 +19,7 @@ <h2 class="mb-6 border-b border-redis-pencil-250 pb-2 text-xs font-medium upperc
26
19
</ a >
27
20
</ li >
28
21
< li class ="w-[16rem] ">
29
- < a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/data-integration/ ">
30
- Redis Data Integration (RDI)
31
- < p class ="mt-2 text-xs font-normal text-gray-600 "> Synchronize data in near-real time to make data fast—without
32
- writing code.</ p >
33
- </ a >
34
- </ li >
35
- < li class ="w-[16rem] ">
36
- < a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/docs/latest/get-started/ ">
22
+ < a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/open-source/ ">
37
23
Redis Open Source
38
24
< p class ="mt-2 text-xs font-normal text-gray-600 "> In-memory database for caching & streaming.</ p >
39
25
</ a >
@@ -46,10 +32,14 @@ <h2 class="mb-6 border-b border-redis-pencil-250 pb-2 text-xs font-medium upperc
46
32
< h2 class ="mb-6 border-b border-redis-pencil-250 pb-2 text-xs font-medium uppercase tracking-[2px] text-gray-400 ">
47
33
Tools</ h2 >
48
34
< ul class ="space-y-4 ">
35
+ < li > < a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/langcache/ "> Redis
36
+ LangCache</ a > </ li >
49
37
< li > < a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/insight/ "> Redis
50
38
Insight</ a > </ li >
39
+ < li > < a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/data-integration/ "> Redis
40
+ Data Integration</ a > </ li >
51
41
< li > < a class ="font-medium hover:text-redis-red-500 " href ="https://redis.io/clients/ "> Clients
52
- and connectors </ a > </ li >
42
+ & Connectors </ a > </ li >
53
43
</ ul >
54
44
</ div >
55
45
< div class ="mt-auto ">
0 commit comments