1
1
---
2
2
id : 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
5
5
slug : /create
6
6
---
7
7
@@ -12,8 +12,8 @@ The following quick starts shows various ways of how to get started and create a
12
12
13
13
14
14
15
- <div class = " row" >
16
- <div class = " col" >
15
+ <div className = " row" >
16
+ <div className = " col" >
17
17
<RedisCard
18
18
title = " Redis Stack"
19
19
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
22
22
</div >
23
23
24
24
25
- <div class = " col" >
25
+ <div className = " col" >
26
26
<RedisCard
27
27
title = " Redis Functions"
28
28
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
32
32
33
33
34
34
35
- <div class = " col" >
36
- <RedisCard
37
- title = " Redis Enterprise Cloud"
35
+ <div className = " col" >
36
+ <RedisCard
37
+ title = " Redis Enterprise Cloud"
38
38
imgPath = " recloud.png"
39
- description = " Create database using Redis Enterprise Cloud"
39
+ description = " Create database using Redis Enterprise Cloud"
40
40
preview = " recloud.png"
41
41
page = " /create/rediscloud"
42
42
/>
43
43
</div >
44
44
45
45
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"
50
50
page = " /create/heroku"
51
51
/>
52
52
</div >
53
53
</div >
54
54
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"
60
60
page = " /create/azure"
61
61
/>
62
62
</div >
63
63
64
64
65
- <div class = " col" >
65
+ <div className = " col" >
66
66
<RedisCard
67
67
title = " Redis on Google Cloud"
68
68
imgPath = " recloud.png"
@@ -73,7 +73,7 @@ The following quick starts shows various ways of how to get started and create a
73
73
</div >
74
74
75
75
76
- <div class = " col" >
76
+ <div className = " col" >
77
77
<RedisCard
78
78
title = " Redis on AWS"
79
79
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
82
82
</div >
83
83
</div >
84
84
85
- <div class = " row" >
85
+ <div className = " row" >
86
86
87
- <div class = " col" >
87
+ <div className = " col" >
88
88
<RedisCard
89
89
title = " Redis on Docker"
90
- description = " Create Redis database on Docker"
90
+ description = " Create Redis database on Docker"
91
91
page = " /create/docker"
92
92
/>
93
93
</div >
94
94
95
95
96
- <div class = " col" >
96
+ <div className = " col" >
97
97
<RedisCard
98
98
title = " Redis on Kubernetes"
99
99
imgPath = " recloud.png"
@@ -104,18 +104,18 @@ The following quick starts shows various ways of how to get started and create a
104
104
</div >
105
105
106
106
107
- <div class = " col" >
107
+ <div className = " col" >
108
108
<RedisCard
109
109
title = " Redis from Source"
110
110
description = " Create Redis database from Source"
111
111
page = " /create/from-source"
112
- />
112
+ />
113
113
</div >
114
114
</div >
115
115
116
- <div class = " row" >
116
+ <div className = " row" >
117
117
118
- <div class = " col" >
118
+ <div className = " col" >
119
119
<RedisCard
120
120
title = " Redis on Mac"
121
121
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
126
126
127
127
128
128
</div >
129
-
130
-
131
-
0 commit comments