All Versions
14
Latest Version
Avg Release Cycle
264 days
Latest Release
1726 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.0 Changes
๐ Support added for pubsub thanks to Dave Peticolas (jdavisp3). Implemented in
eredis_sub
anderedis_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)