Fix multiple redis server bug, do not cache the TCP connections

Fixes #178
This commit is contained in:
Cameron Sparr
2015-09-10 11:21:40 -06:00
parent a55f6498c8
commit f7a4317990
2 changed files with 29 additions and 35 deletions

View File

@@ -11,6 +11,7 @@ will still be backwards compatible if only `url` is specified.
### Bugfixes
- [#170](https://github.com/influxdb/telegraf/issues/170): Systemd support
- [#175](https://github.com/influxdb/telegraf/issues/175): Set write precision before gathering metrics
- [#178](https://github.com/influxdb/telegraf/issues/178): redis plugin, multiple server thread hang bug
## v0.1.8 [2015-09-04]