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
- Host: GitHub
- URL: https://github.com/4lessandrodev/redis-queue
- Owner: 4lessandrodev
- Created: 2022-07-10T11:27:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-10T11:27:47.000Z (almost 4 years ago)
- Last Synced: 2025-01-07T14:23:32.545Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```