You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
feat: return channel number and channels from subscribe / unsubscribe calls
This commit is contained in:
@@ -309,6 +309,7 @@ describe('connection tests', function () {
|
||||
assert.strictEqual(client.stream.listeners('timeout').length, 0);
|
||||
done();
|
||||
});
|
||||
client.end(true);
|
||||
});
|
||||
|
||||
it('clears the socket timeout after a connection has been established', function (done) {
|
||||
|
Reference in New Issue
Block a user