RedisSMQ v3.0.0 Release Notes

Release Date: 2021-09-08 // over 2 years ago
    • ๐Ÿš€ A major release v3 is out.
    • ๐Ÿš€ Starting from this release, only active LTS and maintenance LTS Node.js releases are supported.
    • โฌ†๏ธ Upgrading your installation to the newest version should be straightforward as most APIs are compatible with some exceptions.
    • Project codebase has been migrated to TypeScript to make use of strong typings.
    • JavaScript's users are always first class citizens.
    • ๐Ÿ›  Fixed a compatibility issue between ioredis and redis when calling multi.exec().
    • ๐Ÿ›  Fixed typing inconsistencies (ConfigRedisDriver and RedisDriver types) between redis-smq and redis-smq-monitor.
    • ๐Ÿ‘Œ Improved scheduler mechanics, refactored GC, and updated tests.
    • Introduced RedisClient.
    • โšก๏ธ Updated docs.