Closed sirganya closed 3 years ago
When I execute
redis.rawcall([ 'unsubscribe', 'myChannel' ], (err, res) => { console.log(res); });
The callback is not executed. Is this the expected behaviour?
Sorry for the late response, it doesn't
When I execute
The callback is not executed. Is this the expected behaviour?