Releases: mbg/network-wait
Releases · mbg/network-wait
v0.2
What's Changed
- Add
Network.Wait.Redis
module with functions to wait for Redis servers to become ready to accept connections. This module and its dependency onhedis
are not enabled by default. Thenetwork-wait:redis
flag must be enabled for this package's Redis support. - #5 - Generalise the
recoveringWith
function to allow it to return the result of a computation. - The functions for TCP/Sockets now return the
Socket
if they are successful. - The functions for PostgreSQL now return the
Connection
if they are successful.
Full changes: v0.1.2...v0.2