https://github.com/webmasterdevlin/redisdemo
https://github.com/webmasterdevlin/redisdemo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webmasterdevlin/redisdemo
- Owner: webmasterdevlin
- Created: 2019-05-07T16:17:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T16:17:55.000Z (about 7 years ago)
- Last Synced: 2025-01-26T13:41:43.865Z (over 1 year ago)
- Language: JavaScript
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### How to run
Install Redis on Mac through [Homebrew] or Windows through [Chocolatey]
```sh
$ brew install redis
$ choco install redis-64
```
Then run the following command.
```sh
$ npm i
$ redis-server
$ node index.js
$ node server.js
```
[//]: # "These are reference links"
[Homebrew]:
[Chocolatey]: