dify/api/libs/broadcast_channel/redis
QuantumGhost 7c207327e3 fix(api): StreamsBroadcastChannel start reading messages from the end
Setting initial `_last_id` to `0-0` would causing every
subscription to receive one copy of the event stream,
which is  not compatible with the current frontend / backend communication protocol.
2026-03-24 22:28:54 +08:00
..
__init__.py feat: support redis 7.0 shared pub and sub (#28333) 2025-11-21 10:33:52 +08:00
_subscription.py fix(api): excessive high CPU usage caused by RedisClientWrapper (#32212) 2026-02-11 09:49:29 +08:00
channel.py fix(api): excessive high CPU usage caused by RedisClientWrapper (#32212) 2026-02-11 09:49:29 +08:00
sharded_channel.py fix(api): excessive high CPU usage caused by RedisClientWrapper (#32212) 2026-02-11 09:49:29 +08:00
streams_channel.py fix(api): StreamsBroadcastChannel start reading messages from the end 2026-03-24 22:28:54 +08:00