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

https://github.com/4lessandrodev/redis-queue

simple redis queue example
https://github.com/4lessandrodev/redis-queue

Last synced: about 1 month ago
JSON representation

simple redis queue example

Awesome Lists containing this project

README

          

# Redis Queue

A simple queue example using redis

## How to run

Build redis from docker

```sh

$ make redis

# Or

$ make start

```

Run index.js with nodejs

```sh

$ npm start

```