lykmapipo / kue-scheduler

A job scheduler utility for kue, backed by redis and built for node.js
246 stars 47 forks source link

Added support for database selection. #43

Closed vincentheet closed 7 years ago

vincentheet commented 8 years ago

Changed the key to be dynamic on which the listener subscribes since it contains the database id. Currently supports a default redis connection (node-redis) and ioredis (for usage with Sentinels or Cluster).

lykmapipo commented 7 years ago

@vincentheet

I will publish changes this weekend