node_redis_cluster icon indicating copy to clipboard operation
node_redis_cluster copied to clipboard

client.quit does not actually quit the connection to redis server

Open kaustubhagrawal2000 opened this issue 9 years ago • 1 comments

Hi. We have had a problem where, when we try and quit the connection by client.quit() the tcp connection to redis server is not actually quit/killed/ended. it still remains and we got a lot of connections on redis server.

I just took a look at the code and could nto find a line of code which actually ended the stream connection.

Any updates on this would be really appriciated.

kaustubhagrawal2000 avatar Aug 05 '15 03:08 kaustubhagrawal2000

Hey,

In that context client is a regular node_redis RedisClient instance, so the method quit you are calling is from there and your issue should be there and not here.

joaojeronimo avatar Aug 05 '15 09:08 joaojeronimo