1
0
mirror of https://github.com/redis/node-redis.git synced 2025-12-25 00:40:59 +03:00

Update pub-sub.md

This commit is contained in:
Leibale Eidelman
2024-02-19 13:10:38 -08:00
committed by GitHub
parent 2309d09ca1
commit 5ba5e093a8

View File

@@ -1,6 +1,6 @@
# Pub/Sub
The Pub/Sub API is implemented by `RedisClient` and `RedisCluster`.
The Pub/Sub API is implemented by `RedisClient`, `RedisCluster`, and `RedisSentinel`.
## Pub/Sub with `RedisClient`