Closed sirganya closed 4 years ago
You must use separate Redis clients, a subscription is a special mode, you can not use regular commands when a client in this mode...
check: https://github.com/h0x91b/redis-fast-driver/blob/master/example-pubsub.js
I wanted to write a test to publish and subscribe to the same channel. What's the best way to get around this error?