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.