eredis v1.0 Release Notes

    • ๐Ÿ‘Œ Support added for pubsub thanks to Dave Peticolas (jdavisp3). Implemented in eredis_sub and eredis_sub_client is a subscriber that will forward messages from Redis to an Erlang process with flow control. The user can configure to either drop messages or crash the driver if a certain queue size inside the driver is reached.

    • ๐Ÿ›  Fixed error handling when eredis starts up and Redis is still loading the dataset into memory.