Io constructor.
See cog-loader#options for details on options, however the defaults should usually suffice in most cases.
Close all open connections that Io has made. While the connections should close automatically when the process exits, it's still recommended to call this function to avoid "unexpected closures".
Utility function to generate UUIDv1
Get the instantiated rabbit module.
If rabbit has not been activated, throw an error.
Get the instantiated mongo module.
If mongo has not been activated, throw an error.
Get the instantiated redis module.
If redis has not been activated, throw an error.
Generated using TypeDoc
The Io class. You should usually not be directly instantiating this class, rather calling the export= function instead.