Skip to content

Commit e0c8b67

Browse files
committed
Added reference to Redis OM under Create page
1 parent b00ffbc commit e0c8b67

File tree

7 files changed

+40
-0
lines changed

7 files changed

+40
-0
lines changed

docs/create/windows/index-windows.mdx

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ sidebar_label: Redis on Windows
55
slug: /create/windows
66
authors: [ajeet]
77
---
8+
import Tabs from '@theme/Tabs';
9+
import TabItem from '@theme/TabItem';
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
import RedisCard from '@site/src/theme/RedisCard';
12+
813

914
You can install Redis on Windows 10 using Windows Subsystem for Linux(a.k.a WSL2).
1015
WSL2 is a compatibility layer for running Linux binary executables natively on Windows 10 and Windows Server 2019.
@@ -65,6 +70,41 @@ Please note: By default, Redis has 0-15 indexes for databases, you can change th
6570
```bash
6671
sudo service redis-server stop
6772
```
73+
### Next Step
74+
75+
76+
77+
<div class="row text--center">
78+
79+
<div class="col ">
80+
<div className="ri-container">
81+
82+
#### How to run Redis GUI tool on Windows
83+
84+
![Windows logo](/img/logos/windows.png)
85+
86+
[Follow this tutorial](/explore/redisinsightv2/windows/index-windows) in order to run RedisInsight on Windows
87+
88+
89+
</div>
90+
</div>
91+
92+
<div class="col">
93+
<div className="ri-container">
94+
95+
#### Model Redis data in your .NET Applications
96+
97+
98+
99+
100+
![redis OM logo](/img/logos/redisom.gif)
101+
102+
Learn how to [connect to Redis database with Redis OM Dotnet](/develop/dotnet/redis-om-dotnet/connecting-to-redis)
103+
104+
</div>
105+
</div>
106+
</div>
107+
68108

69109

70110
### References

static/img/logos/redis_om.png

1.85 MB
Loading

static/img/logos/redisinsight.png

2.75 KB
Loading

static/img/logos/redisom.gif

20.4 KB
Loading

static/img/logos/windows.png

6.9 KB
Loading

static/img/redisinsight.png

2.75 KB
Loading

static/img/windows.png

36.8 KB
Loading

0 commit comments

Comments
 (0)