Redis Data Source 1.2.0
Highlights
- Added Redis Cluster and Sentinel support.
- Improved RedisTimeSeries commands.
- Supported Scoped template variables introduced in Grafana 7.1.
- Added Streaming capabilities.
Features / Enhancements
- Added docker cmd line option to start in README #31
- How to query a specific database inside the same Redis single node #34
- Update docker-compose to load datasource from the repository and add development file #39
- Use "ScopedVars" when applying template variables #37 (fix for #36)
- Refactoring to support new commands and modules #42
- Add support for TS.GET, TS.INFO, and TS.QUERYINDEX commands #45
- Add Redis dashboard to support multiple Redis instances #49
- Plugin executable missing for arm64 architecture #48 (Grafana SDK: grafana/grafana-plugin-sdk-go#221)
- Return 0 for all buckets with 0 counts on time-series
TS.RANGE
queries #50 - Add Redis Cluster support and update monitoring dashboard #52
- Connection issue to Redis deployed in k8s (Sentinel) #38
- MRANGE: add fill zero option #53
- Add Streaming capabilities to visualize INFO command #57
Bug fixes
- Slowlog returns 'No data' for Redis 3.0.6 #33
- Fix backend lint issues #41
- ts.mrange returns no data when label has spaces within #44
Thanks to @viragtripathi, @Ultraseamus, @filipecosta90, and @dpipemazo for contributing!