PyRSMQ Versions Save

Python Implementation of Redis Simple Message Queue Algorithm

v0.5.0

7 months ago
  • Require Python 3.6+
  • Code cleanup
  • Fix for scenario where consumer breaks if redis is restarted (#4)

v0.4.5

2 years ago

Re-release of 0.4.4 as that never made it to PyPi

v0.4.4

3 years ago
  • Allow extending the transaction for deleteMessage to perform other actions in same transaction (#9) (@yehonatanz)
  • Use redis timestamp in milliseconds instead of local in seconds (#11) (@yehonatanz)
  • Convert queue attributes to numbers when elligible (#12) (@yehonatanz)

v0.4.3

3 years ago
  • v0.4.3
    • Don't encode sent message if it is of type bytes (#6) (@yehonatanz)
    • Allow delay and vt to be float (round only after converting to millis) (#7) (@yehonatanz)
    • Convert ts from str/bytes to int in receive/pop message (#8) (@yehonatanz)