Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@mbg mbg released this 12 May 14:21
· 12 commits to main since this release
6359db2

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