Skip to content

Commit

Permalink
Updated Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ajeetraina committed May 10, 2021
1 parent fe67d98 commit 1eaac5d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
5 changes: 1 addition & 4 deletions docs/create/windows/index-windows.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: index-windows
title: Create Redis database on Microsoft Windows 10
sidebar_label: Redis on Windows 10
sidebar_label: Redis on Windows
slug: /create/windows
---

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

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





19 changes: 19 additions & 0 deletions hotfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#Install brew (if you don't have it already)

#According to the brew official website you only to paste need one command on the console:
# $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

#Install NVM using brew
# $ brew install nvm

#Load it in the terminal
#$ mkdir -p ~/.nvm
echo $'export NVM_DIR="$HOME/.nvm"\n. "/usr/local/opt/nvm/nvm.sh"' >> ~/.bash_profile

#Restart your current terminal

source ~/.bash_profile

# Install node version 8 or whatever version you want

nvm use 14

0 comments on commit 1eaac5d

Please sign in to comment.