<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Real-Time Messaging on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/real-time-messaging/</link><description>Recent content in Real-Time Messaging on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 07 Nov 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/real-time-messaging/index.xml" rel="self" type="application/rss+xml"/><item><title>Intermediate Topics: Publish/Subscribe (Pub/Sub)</title><link>https://ai-blog.noorshomelab.dev/redis-guide/redis-pubsub/</link><pubDate>Fri, 07 Nov 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/redis-guide/redis-pubsub/</guid><description>&lt;p&gt;Redis is not just a data store; it&amp;rsquo;s also a powerful &lt;strong&gt;message broker&lt;/strong&gt; through its &lt;strong&gt;Publish/Subscribe (Pub/Sub)&lt;/strong&gt; mechanism. Pub/Sub allows different parts of your application (or even entirely separate applications) to communicate in a decoupled, real-time fashion.&lt;/p&gt;
&lt;p&gt;In Pub/Sub:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Publishers&lt;/strong&gt; send messages to a &lt;code&gt;channel&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Subscribers&lt;/strong&gt; listen for messages on specific &lt;code&gt;channels&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;When a message is published to a channel, all subscribers to that channel immediately receive the message.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Key characteristics:&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>