When I connected to a Redis fork called Redka a while ago using this library, an error occurred because the QUIT command had already been removed.
Later, I learned from the official documentation that the QUIT command has been deprecated in Redis 7.2.0 and that it is now better to simply disconnect the Websocket.
so this library is needing improvement.
When I connected to a Redis fork called Redka a while ago using this library, an error occurred because the QUIT command had already been removed. Later, I learned from the official documentation that the QUIT command has been deprecated in Redis 7.2.0 and that it is now better to simply disconnect the Websocket. so this library is needing improvement.