Skip to content

Releases: mbg/network-wait

v0.2

12 May 14:21
@mbg mbg
6359db2
Compare
Choose a tag to compare

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 on hedis are not enabled by default. The network-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