node-georedis

Super fast geo queries.

MIT License

Downloads
6.2K
Stars
192
Committers
7

Bot releases are visible (Hide)

node-georedis - 3.1.1 - Much better auto detection of interface Latest Release

Published by arjunmehta over 7 years ago

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: https://github.com/arjunmehta/node-georedis/compare/680dc5d14d56d21cacc0b2f917637a7235db4262...master

node-georedis - 3.1.0 - Support for ioredis and fakeredis

Published by arjunmehta over 7 years ago

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.
node-georedis - 3.0.4 - Bug fixes

Published by arjunmehta over 7 years ago

  • Fixes a bug that crashes when a query is made on a non-existent location