1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

Update pub-sub.md

This commit is contained in:
Leibale Eidelman
2023-01-25 13:41:53 -05:00
committed by GitHub
parent 9decde68ab
commit c6e1124dff

View File

@@ -26,7 +26,7 @@ The event listener signature is as follows:
buffers: Set<Listener>;
strings: Set<Listener>;
}
)`.
)
```
## Subscribing