<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Streams on PlumePHP</title><link>https://plumephp.com/tags/streams/</link><description>Recent content in Streams on PlumePHP</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Sun, 16 Aug 2026 13:00:00 +0800</lastBuildDate><atom:link href="https://plumephp.com/tags/streams/index.xml" rel="self" type="application/rss+xml"/><item><title>Redis 消息队列深度对比：Pub/Sub、Streams 与 Kafka/RabbitMQ 选型指南</title><link>https://plumephp.com/redis-message-queue-comparison/</link><pubDate>Sun, 16 Aug 2026 13:00:00 +0800</pubDate><guid>https://plumephp.com/redis-message-queue-comparison/</guid><description>&lt;p&gt;消息队列是现代分布式系统的核心基础设施。Redis 作为广为人知的内存数据库，在消息队列领域提供了 Pub/Sub 和 Streams 两套方案。与此同时，Apache Kafka 和 RabbitMQ 长期占据专业消息中间件的主导地位。它们之间不是简单的替代关系，而是在延迟、吞吐量、持久化与运维成本之间做出了不同的权衡。本文将从架构原理到生产实战，全方位对比这四种方案，帮助你做出准确的技术选型。&lt;/p&gt;</description></item><item><title>Redis 消息队列：Pub/Sub 广播与 Streams 持久化消息实战</title><link>https://plumephp.com/redis-pub-sub-streams/</link><pubDate>Thu, 13 Aug 2026 10:00:00 +0800</pubDate><guid>https://plumephp.com/redis-pub-sub-streams/</guid><description>&lt;p&gt;Redis 不只是缓存数据库，它在消息队列领域也占据重要位置。从早期的 Pub/Sub 发布订阅，到 Redis 5.0 引入的 Streams 流数据结构，Redis 提供了两种截然不同但各有适用场景的消息传递模型。本文将深入对比这两种方案的原理、命令、风险与实战用法，并给出与 Kafka、RabbitMQ 的专业选型对比。&lt;/p&gt;</description></item></channel></rss>