h0x91b / redis-fast-driver

78 stars 13 forks source link

Callback for unsubscribe #33

Closed sirganya closed 2 years ago

sirganya commented 4 years ago

When I execute

redis.rawcall([ 'unsubscribe', 'myChannel' ], (err, res) => {
    console.log(res);
});

The callback is not executed. Is this the expected behaviour?

h0x91b commented 2 years ago

Sorry for the late response, it doesn't

Screen Shot 2021-09-23 at 13 44 20