eredis v1.0.7 Release Notes

Release Date: 2015-03-04 // about 9 years ago
    • If an eredis_sub_client needs to reconnect to Redis, the controlling process is now notified with the message {eredis_reconnect_attempt, Pid}. If the reconnection attempt fails, the message is {eredis_reconnect_failed, Pid, Reason}. Thanks to Piotr Nosek for the patch.

    • ๐Ÿ—„ No more deprecation warnings of the queue type on OTP 17. Thanks to Daniel Kempkens for the patch.

    • ๐Ÿ›  Various spec fixes. Thanks to Hernan Rivas Acosta and Anton Kalyaev.