Releases: arjunmehta/node-georedis
Releases · arjunmehta/node-georedis
3.1.1 - Much better auto detection of interface
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
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
- Fixes a bug that crashes when a query is made on a non-existent location