1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-09 00:22:08 +03:00

update changelog

This commit is contained in:
Bryce Baril
2014-07-10 21:23:44 -07:00
parent 8b5d55fecd
commit a8403a0110

View File

@@ -1,6 +1,7 @@
Changelog
=========
* Set socket_keepalive to prevent long-lived client timeouts. (mohit)
* Correctly reset retry timer. (ouotuo)
* Domains protection from bad user exit. (Jake Verbaten)
* Fix reconnection socket logic to prevent misqueued entries. (Iain Proctor)