nim-lang / redis

Official redis wrapper for Nim.
Other
128 stars 35 forks source link

disconnect proc without sending QUIT command #39

Closed r-4981 closed 2 months ago

r-4981 commented 2 months ago

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.