You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redis released [version 5](https://github.com/redis/node-redis/releases/tag/redis%405.0.0) , but the only breaking change that is affecting us is:
```
Connection Management:
client.QUIT/quit() is replaced by client.close()
client.disconnect() has been renamed to client.destroy()
```
I tried to make it a non breakable change, by allowing both close and quit
0 commit comments