domhub-realtime-sse-redis

Manage real-time SSE event streaming in DomHub with Redis pub/sub.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/saschadudkin-sketch/rezidence4 --skill domhub-realtime-sse-redis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domhub-realtime-sse-redis
Source: https://github.com/saschadudkin-sketch/rezidence4/tree/main/.agents/skills/domhub-realtime-sse-redis
Command: npx skills add https://github.com/saschadudkin-sketch/rezidence4 --skill domhub-realtime-sse-redis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires redis, sse, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the complexity of managing real-time events in DomHub, leveraging Redis for efficient event handling and delivery.

Core Features & Use Cases

  • Real-time Event Management: Handles the setup and management of Server-Sent Events (SSE) for real-time updates.
  • Redis Integration: Utilizes Redis for pub/sub fanout, ensuring efficient event distribution across tenants.
  • Event Health Checks: Provides tools for monitoring the health of event streams and Redis connectivity.
  • Tenant-Specific Delivery: Ensures that events are delivered to the correct tenant scope without data leakage.
  • Hydration and Updates: Manages both initial data hydration and incremental updates to maintain up-to-date information.

Quick Start

Register the demo complex in Registry and start the SSE stream for event health checks.

Frequently Asked Questions about domhub-realtime-sse-redis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Server-Sent Events with Redis for real-time event management?

This Skill sets up SSE endpoints and utilizes Redis pub/sub for efficient event distribution and health monitoring. It handles tenant-scoped event delivery to ensure real-time updates reach the correct clients without data leakage.

How does Redis pub/sub fanout work for tenant-scoped SSE delivery?

It leverages Redis pub/sub to distribute events across tenants and manages tenant-specific SSE delivery. This approach guarantees that real-time data updates are scoped correctly and prevents data leakage between tenants.

Do I need Redis to handle real-time SSE streaming for backend applications?

Redis is required as a dependency to enable pub/sub fanout and event health checks. The Skill relies on Redis capabilities to manage SSE setup, distribute real-time events, and monitor stream connectivity.

What is the best way to monitor real-time event stream health and Redis connectivity?

The Skill provides event health check tools to monitor the status of real-time SSE streams and Redis connectivity. Registering the demo complex and starting the SSE stream enables these ongoing health monitoring capabilities.

How to manage initial data hydration and incremental updates via SSE?

The Skill manages both initial data hydration and incremental updates to maintain current information. It uses Redis to push real-time events through SSE streams, ensuring clients receive both the baseline state and subsequent changes.