PyRSMQ
PyRSMQ copied to clipboard
Python Implementation of Redis Simple Message Queue Algorithm
Hello Team, This looks like a wonderful project, kudos to the developers who developed this. I see we are using random str for message_id, rather than using random string i...
Passing the message_id in as `bytes` to `.deleteMessage` will delete the message from the ZSET but not the HASH when using python3.x. https://github.com/mlasevich/PyRSMQ/blob/8e8221e762c3ca290975d33a3933c41fb955c01a/src/rsmq/cmd/delete_message.py#L38-L40 `tx.zrem` seems to function just fine passing...
From the given options, I'm unable to tell if there is a way for the producer to tell whether his sent message has been picked up by any consumer. Is...
Password as an argument for redis connection
While we're dealing with transactions, I though it would be great to expose `sendMessage` transactions. This would allow storing job data in redis and publishing it to consumers in one...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...