Releases: ledgetech/lua-resty-qless
Releases · ledgetech/lua-resty-qless
Release list
v0.02
- Shuffled round robin reserver is now seeded for randomness.
- The
jobtable itself is now passed through to jobs, not justjob.data. - Jobs are passed into middleware, for either manipulation or to have things added such as connections to services.
- Redis connections are now handled by the connector module is this fork: https://github.com/pintsized/lua-resty-redis.