| 1 | // A sample subscriber showing how the subscribe method and pSubscribe method work. |
| 2 | // https://redis.io/commands/subscribe/ |
| 3 | // https://redis.io/commands/pSubscribe/ |
| 4 | // This consumes messages published by pubsub-publisher.js |
nothing calls this directly
no test coverage detected