Features
Support for realtime events
Add support for subscribe()
which enables the server-sent events based realtime feed. Read more about it in the live-updates section of micro-analytics-cli documentation. It uses redis pub/sub under the hood making it work across different instances.
Bugfixes
Upgraded ioredis
to version 3.1.1, which contains a few bug fixes.