From: Pavel Rochnyack Date: Mon, 28 May 2018 11:52:27 +0000 (+0700) Subject: redis plugin: polished a bit X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=f9a0faefa82ff02ee938758981b54b5f39348d8e;p=collectd.git redis plugin: polished a bit --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 715a1864..925d7d65 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1265,7 +1265,7 @@ # Port "6379" # Timeout 2000 # -# Database 0 +# #Database 0 # Type "queue_length" # Instance "myqueue" # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index c097a488..cb18247b 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7276,7 +7276,7 @@ which configures the connection parameters for this node. Port "6379" Timeout 2000 - Database 0 + #Database 0 Type "queue_length" Instance "myqueue" @@ -7324,7 +7324,7 @@ There may be an arbitrary number of queries to execute. =item B I -This index selects the redis database to use for queries. Defaults +This index selects the Redis logical database to use for query. Defaults to C<0>. =item B I