Skip to content

Releases: arjunmehta/node-georedis

3.1.1 - Much better auto detection of interface

24 Mar 22:06
Compare
Choose a tag to compare

The module will now queue any transactions with Redis while it detects which interface to use. Once it detects the interface it will drain the queue on the appropriate interface.

This fixes a bug causing missing locations if the interface was switched (due to auto detection) after adding locations. This usually happened if locations were added immediately after calling the initialize method.

All changes since 3.1.0: 680dc5d...master

3.1.0 - Support for ioredis and fakeredis

17 Mar 22:35
Compare
Choose a tag to compare

Better support for redis libraries other than node-redis.

  • ioredis has been tested and works.
  • fakeredis works as well. Except with node 6. For this reason fakeredis is unofficially supported.

3.0.4 - Bug fixes

20 Feb 17:35
Compare
Choose a tag to compare
  • Fixes a bug that crashes when a query is made on a non-existent location