All Versions
14
Latest Version
Avg Release Cycle
264 days
Latest Release
2051 days ago

Changelog History
Page 2

  • v1.0 Changes

    • ๐Ÿ‘Œ 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.

  • v0.7.0 Changes

    • ๐Ÿ‘Œ Support added for pipelining requests, which allows batching multiple requests in a single call to eredis. Thanks to Dave Peticolas (jdavisp3) for the implementation.
  • v0.6.0 Changes

    • ๐Ÿ‘Œ Support added for transactions, by Dave Peticolas (jdavisp3) who implemented parsing of nested multibulks.
  • v0.5.0 Changes

    • ๐Ÿ”ง Configurable reconnect sleep time, by Valentino Volonghi (dialtone)

    • ๐Ÿ‘Œ Support for using eredis as a poolboy worker, by Valentino Volonghi (dialtone)