An open API service indexing awesome lists of open source software.

https://github.com/webmasterdevlin/redisdemo


https://github.com/webmasterdevlin/redisdemo

Last synced: 6 months ago
JSON representation

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]: