Changelog¶
Changes in v1.3.0¶
- Add support for redislite to allow operation without installing a redis server.
- Implement CI/CD pipeline to automate the build and testing against multiple python versions.
Changes in v0.2.7¶
serializerargument ofHotQueue.putmethod now supportsNonefor plain text serialization- If multiple messages are passed to
HotQueue.putthey will be sent in the same command for a significant performance benefit
Changes in v0.2.6¶
- Removed the
HotQueue.__repr__method as it is no longer supported
Changes in v0.2.5¶
- Fixed a bug in v0.2.4 that prevented install in some environments
Changes in v0.2.4¶
HotQueue.workerdecorator method can now be used to decorate a class method
Changes in v0.2.3¶
- Added support for custom serialization (JSON, etc)
Changes in v0.2.2¶
- Added
key_for_namefunction
Changes in v0.2.1¶
HotQueue.workerdecorator method can now be used without any keyword arguments
Changes in v0.2.0¶
- Renamed
HotQueue.dequeuemethod toget - Renamed
HotQueue.enqueuemethod toput - Added
HotQueue.workerdecorator method HotQueue.getmethod now supports block and timeout arguments- Added test suite
Changes in v0.1.0¶
- Initial release