write_redis plugin: Use the prefix for the "values" set, too.
authorFlorian Forster <octo@collectd.org>
Thu, 25 Jun 2015 20:11:17 +0000 (22:11 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 25 Jun 2015 20:13:23 +0000 (22:13 +0200)
commitd561993fd1bfb93df203484c4c225aca8b45f041
tree6ec47295252b1536727524d2d867616efe71fe57
parentb914b8bf2c6580fd78836399e0aaa851eb4883c5
write_redis plugin: Use the prefix for the "values" set, too.

Make the code match the documentation and use the prefix for the set of all
metrics, too. Also add documentation for the "Prefix" option and let the
default prefix be set at compile time.
src/collectd.conf.in
src/collectd.conf.pod
src/write_redis.c