11---
22id : index-create
3- title : Create a Redis Database - Quick Starts
4- sidebar_label : Overview - All Quick Starts
3+ title : Create a Redis Database - Quick Starts
4+ sidebar_label : Overview - All Quick Starts
55slug : /create
66---
77
@@ -12,8 +12,8 @@ The following quick starts shows various ways of how to get started and create a
1212
1313
1414
15- <div class = " row" >
16- <div class = " col" >
15+ <div className = " row" >
16+ <div className = " col" >
1717 <RedisCard
1818 title = " Redis Stack"
1919 description = " Create database using Redis Stack"
@@ -22,7 +22,7 @@ The following quick starts shows various ways of how to get started and create a
2222 </div >
2323
2424
25- <div class = " col" >
25+ <div className = " col" >
2626 <RedisCard
2727 title = " Redis Functions"
2828 description = " Getting started with Redis Functions"
@@ -32,37 +32,37 @@ The following quick starts shows various ways of how to get started and create a
3232
3333
3434
35- <div class = " col" >
36- <RedisCard
37- title = " Redis Enterprise Cloud"
35+ <div className = " col" >
36+ <RedisCard
37+ title = " Redis Enterprise Cloud"
3838 imgPath = " recloud.png"
39- description = " Create database using Redis Enterprise Cloud"
39+ description = " Create database using Redis Enterprise Cloud"
4040 preview = " recloud.png"
4141 page = " /create/rediscloud"
4242 />
4343 </div >
4444
4545
46- <div class = " col" >
47- <RedisCard
48- title = " Redis on Heroku"
49- description = " Create Redis database on Heroku"
46+ <div className = " col" >
47+ <RedisCard
48+ title = " Redis on Heroku"
49+ description = " Create Redis database on Heroku"
5050 page = " /create/heroku"
5151 />
5252 </div >
5353</div >
5454
55- <div class = " row" >
56- <div class = " col" >
57- <RedisCard
58- title = " Redis on Azure Cache"
59- description = " Create Redis database on Azure Cache"
55+ <div className = " row" >
56+ <div className = " col" >
57+ <RedisCard
58+ title = " Redis on Azure Cache"
59+ description = " Create Redis database on Azure Cache"
6060 page = " /create/azure"
6161 />
6262 </div >
6363
6464
65- <div class = " col" >
65+ <div className = " col" >
6666 <RedisCard
6767 title = " Redis on Google Cloud"
6868 imgPath = " recloud.png"
@@ -73,7 +73,7 @@ The following quick starts shows various ways of how to get started and create a
7373</div >
7474
7575
76- <div class = " col" >
76+ <div className = " col" >
7777 <RedisCard
7878 title = " Redis on AWS"
7979 description = " Create Redis database on AWS"
@@ -82,18 +82,18 @@ The following quick starts shows various ways of how to get started and create a
8282 </div >
8383</div >
8484
85- <div class = " row" >
85+ <div className = " row" >
8686
87- <div class = " col" >
87+ <div className = " col" >
8888 <RedisCard
8989 title = " Redis on Docker"
90- description = " Create Redis database on Docker"
90+ description = " Create Redis database on Docker"
9191 page = " /create/docker"
9292 />
9393 </div >
9494
9595
96- <div class = " col" >
96+ <div className = " col" >
9797 <RedisCard
9898 title = " Redis on Kubernetes"
9999 imgPath = " recloud.png"
@@ -104,18 +104,18 @@ The following quick starts shows various ways of how to get started and create a
104104</div >
105105
106106
107- <div class = " col" >
107+ <div className = " col" >
108108 <RedisCard
109109 title = " Redis from Source"
110110 description = " Create Redis database from Source"
111111 page = " /create/from-source"
112- />
112+ />
113113 </div >
114114</div >
115115
116- <div class = " row" >
116+ <div className = " row" >
117117
118- <div class = " col" >
118+ <div className = " col" >
119119 <RedisCard
120120 title = " Redis on Mac"
121121 description = " Create Redis database on Mac using Homebrew"
@@ -126,6 +126,3 @@ The following quick starts shows various ways of how to get started and create a
126126
127127
128128</div >
129-
130-
131-
0 commit comments