Request for clarification of TTL message functions in documentation #118
-
I am looking for clarification of the following function calls, in terms of their behaviour: https://github.com/weyoss/redis-smq/blob/master/docs/api/classes/ProducibleMessage.md#setttl I have a queue on which I put messages onto at specific intervals and I'd like to ensure the existing queued item is either dropped (or ideally, that I can't add a duplicate message until the queued item has been processed). Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Messages can be set to expire when not delivered within a given amount of time or to have a consumption timeout while being in process. |
Beta Was this translation helpful? Give feedback.
Messages can be set to expire when not delivered within a given amount of time or to have a consumption timeout while being in process.