You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
chore: refactor parts out of the index.js file
This commit is contained in:
@@ -15,6 +15,6 @@ client.set('foo').catch((err) => {
|
||||
})
|
||||
})
|
||||
process.nextTick(() => {
|
||||
client.stream.destroy()
|
||||
client._stream.destroy()
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user