Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Make sure you have Scoop installed
- If not, install it:
- 1) Make sure you have Scoop installed
- (powershell)
- Set-ExecutionPolicy RemoteSigned -scope CurrentUser
- irm get.scoop.sh | iex
- Add the extras bucket (contains Redis)
- 2) Add the extras bucket (contains Redis)
- (powershell)
- scoop bucket add extras
- 3) Install Redis
- (powershell)
- scoop install redis
- 4) Start Redis manually After installing, start it by running:
- (powershell)
- redis-server
- You’ll see logs like:
- * Ready to accept connections
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement