node_redis_cluster
node_redis_cluster copied to clipboard
client.quit does not actually quit the connection to redis server
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.
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.