The way you produce content is so amazing, it feels like your channel has millions of subscribers, I'm sure you have a long and prosperous path in front of you! I'm glad I'm following you since the very beginning of your channel!
Redis Streams is persisted. You can read from any point in the stream at any time. You can have multiple consumers and consumer groups reading from the stream at different points as well. The video is worth checking out. I try to make it very simple to digest. Let me know if you have other questions.
There's no guaranteed way you can ensure that no message has been lost if using solely Redis Pub/Sub. If you cannot tolerate message loss, Redis Pub/Sub is probably not ideal for your use case. However, Redis Streams, the topic of our next video, has mecanisms to ensure that the message was acknowledged by the consumer.
Love this! Really appreciate you making this video! I especially love the hands-on portion where you really coded up and showed it live.
Thank you so much for the kind words!
The way you produce content is so amazing, it feels like your channel has millions of subscribers, I'm sure you have a long and prosperous path in front of you! I'm glad I'm following you since the very beginning of your channel!
Thanks for the motivation, Du. I really appreciate your support
Great video, thank you!
Great video bro! Greetings from Redis Brazil!
Thank you!
Very informative and explanation was very clear..😊
Thank you for the feedback!
Would it be recommended for IOT devices to use REDIS pub/sub as broker or I shoud be use other broker as "emqx" ?
I think the best would be using Redis Streams if you wanna go with Redis. Check out my video on Redis Streams as well.
Understanding Redis Streams
ua-cam.com/video/rBlnHJZKD_M/v-deo.html
@@RaphaelDeLio but always without persistence right?
Redis Streams is persisted. You can read from any point in the stream at any time. You can have multiple consumers and consumer groups reading from the stream at different points as well. The video is worth checking out. I try to make it very simple to digest. Let me know if you have other questions.
And how do you ensure that as a subscriber that you don't lose any message?
There's no guaranteed way you can ensure that no message has been lost if using solely Redis Pub/Sub. If you cannot tolerate message loss, Redis Pub/Sub is probably not ideal for your use case. However, Redis Streams, the topic of our next video, has mecanisms to ensure that the message was acknowledged by the consumer.
@@RaphaelDeLio cool
brasileiro falando um inglês violento. Parabens
Obrigado!