From cb0df019eccdd75314fe5322620bd4cdc3cd895a Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Tue, 19 Jul 2022 08:50:47 -0600 Subject: [PATCH] fix: make docs + go.mod cleanup post-redis merge (#11521) --- go.mod | 3 +-- plugins/inputs/redis/README.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index cb9948cd3..e4278b8be 100644 --- a/go.mod +++ b/go.mod @@ -60,6 +60,7 @@ require ( github.com/go-ldap/ldap/v3 v3.4.1 github.com/go-logfmt/logfmt v0.5.1 github.com/go-ping/ping v0.0.0-20210201095549-52eed920f98c + github.com/go-redis/redis/v7 v7.4.1 github.com/go-redis/redis/v8 v8.11.5 github.com/go-sql-driver/mysql v1.6.0 github.com/go-stomp/stomp v2.1.4+incompatible @@ -173,8 +174,6 @@ require ( modernc.org/sqlite v1.17.3 ) -require github.com/go-redis/redis/v7 v7.4.1 - require ( cloud.google.com/go v0.102.1 // indirect cloud.google.com/go/compute v1.6.1 // indirect diff --git a/plugins/inputs/redis/README.md b/plugins/inputs/redis/README.md index 939a6b8a8..2512499c0 100644 --- a/plugins/inputs/redis/README.md +++ b/plugins/inputs/redis/README.md @@ -28,8 +28,7 @@ The Redis input plugin gathers metrics from one or many Redis servers. # # Can be "string", "integer", or "float" # type = "string" - ## specify server connection parameters - # username = "myuser" + ## specify server password # password = "s#cr@t%" ## specify username for ACL auth (Redis 6.0+)