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