In the repo: https://github.com/adjust/redismq , I saw you guys did implement the BufferedQueue to improve the performance of the queue.
However, now I don't see it anymore. At the moment I got an issue with the queue when there are a lot of requests coming, adding elements to the queue is quite slow.
Do you have any plans to bring BufferedQueue back?
Thank you.
Hi everyone,
In the repo: https://github.com/adjust/redismq , I saw you guys did implement the BufferedQueue to improve the performance of the queue. However, now I don't see it anymore. At the moment I got an issue with the queue when there are a lot of requests coming, adding elements to the queue is quite slow. Do you have any plans to bring BufferedQueue back? Thank you.