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.