You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Fix an issue with .multi after a reconnect on node 0.10
Add .path to .createClient options object for unix sockets
This commit is contained in:
@@ -161,7 +161,7 @@ module.exports = {
|
||||
},
|
||||
killConnection: function (client) {
|
||||
// Change the connection option to a non existing one and destroy the stream
|
||||
client.connectionOption = {
|
||||
client.connection_option = {
|
||||
port: 65535,
|
||||
host: '127.0.0.1',
|
||||
family: 4
|
||||
|
Reference in New Issue
Block a user