Closed alphamarket closed 1 year ago
Same problem in Ubuntu Focal Fossa 20.04
I just changed my library to work with redis to this library
I just changed my library to work with redis to this library
I used to use the redis-plus-plus library, and it worked properly. However, I encountered an issue with its pub/sub implementation. I wanted to listen to a Redis channel without consuming excessive CPU resources. Additionally, I wanted to achieve this without employing the uv_loop for creating event behavior. Do you have any experience with this situation?
I just changed my library to work with redis to this library
I used to use the redis-plus-plus library, and it worked properly. However, I encountered an issue with its pub/sub implementation. I wanted to listen to a Redis channel without consuming excessive CPU resources. Additionally, I wanted to achieve this without employing the uv_loop for creating event behavior. Do you have any experience with this situation?
No, I don't have any experience on that topic; I usually handle pub/sub operations using Kafka as MQ, which is very easy to use and doesn't require that much of resources, You can signal the data in Kafka, and the other component will pick it up.
Also please be advised that this library doesn't support cluster Redis deployments; if you are doing something serious.
Describe the bug When I am trying to compile the project I am getting the following error from CMake:
To Reproduce Steps to reproduce the behavior:
Expected behavior I can compile the project the without any problem.
Screenshots
Desktop: