# Syn Redis Pubsub

> Redis: pub/sub and stream messaging

- Skill: `legendtkl/syn-redis-pubsub` (Agent Skill)
- Install (CLI): `npx skillmds@latest add legendtkl/syn-redis-pubsub`
- Raw SKILL.md: https://api.skillmd.com/api/skills/legendtkl/syn-redis-pubsub/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: legendtkl (https://skillmd.com/u/legendtkl)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/legendtkl/syn-redis-pubsub

---


# Redis: pub/sub and stream messaging

## When to use

Use this skill for pub/sub and stream messaging in Redis. This skill
specifically handles pub/sub and stream messaging and nothing else in the
Redis family.

## Procedure

Use PUBLISH/SUBSCRIBE and Redis Streams with consumer groups, acknowledgements, and pending-entry recovery for at-least-once delivery.

## Notes

This is the Redis skill dedicated to pub/sub and stream messaging.
Sibling skills cover other Redis capabilities; this one
is the right choice only when the task is about pub/sub and stream messaging.

