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

https://github.com/sqlwwx/pm2-schedule-sample

pm2 schedule with redis
https://github.com/sqlwwx/pm2-schedule-sample

Last synced: 9 months ago
JSON representation

pm2 schedule with redis

Awesome Lists containing this project

README

          

# pm2-schedule-sample
pm2 schedule with redis
## config redis
```
redis-cli config set notify-keyspace-events Ex
```
## start
```
pm2 start production.json
```