Skip to content

Commit 1eaac5d

Browse files
committed
Updated Windows
1 parent fe67d98 commit 1eaac5d

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

docs/create/windows/index-windows.mdx

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: index-windows
33
title: Create Redis database on Microsoft Windows 10
4-
sidebar_label: Redis on Windows 10
4+
sidebar_label: Redis on Windows
55
slug: /create/windows
66
---
77

@@ -70,9 +70,6 @@ Please note: By default, Redis has 0-15 indexes for databases, you can change th
7070

7171
- [Windows 8.1 for Redis ](https://redislabs.com/blog/redis-on-windows-8-1-and-previous-versions/)
7272
- [Redis on Windows 10 - Video](https://www.youtube.com/watch?v=1psWME8UH_0)
73-
- [Running Redis on Windows 10 – Part I of III](https://redislabs.com/blog/redis-on-windows-10/)
74-
75-
7673

7774

7875

hotfix

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#Install brew (if you don't have it already)
2+
3+
#According to the brew official website you only to paste need one command on the console:
4+
# $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
5+
6+
#Install NVM using brew
7+
# $ brew install nvm
8+
9+
#Load it in the terminal
10+
#$ mkdir -p ~/.nvm
11+
echo $'export NVM_DIR="$HOME/.nvm"\n. "/usr/local/opt/nvm/nvm.sh"' >> ~/.bash_profile
12+
13+
#Restart your current terminal
14+
15+
source ~/.bash_profile
16+
17+
# Install node version 8 or whatever version you want
18+
19+
nvm use 14

0 commit comments

Comments
 (0)