- ๐บ๐ฆUkraine blade_ukraine
The patch changed for the latest module changes.
- ๐ฎ๐ณIndia rakesh.regar Rajasthan, India
rakesh.regar โ made their first commit to this issueโs fork.
I needed a good/fast way to queue items but didn't want to queue up the same items multiple times. However, to make sure that I didn't queue up the same item again that required a way to denote this either in the queue or elsewhere. The queue seemed like a logical place. This appears to work... however, I am not that familiar with PhpRedis so I can't say for sure.
I did try to implement for ReliableQueue, however, with multi() it simple did not support well as it didn't add to the available Items as expected BUT it still added a new item to availableListKey and thus the count would forever be incorrect and always show more items in the queue than there actually where. I *think* that the non-reliable queue is good enough for my purpose here and I only implemented that one.
If the implementation is crazy please let me know.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The patch changed for the latest module changes.
rakesh.regar โ made their first commit to this issueโs fork.