The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added ability to heartbeat redis instances
instances:
- name: 'redis_1'
connection: 'redis'
url: 'redis://localhost:6379'
query: 'SET key1 value1; GET key1; DEL key1'
interval: 3
timeout: 2
- Added feature to specify custom instance query
- Fixed issue with package namespace
- Added download script
- First release of
heartbeat
.