fix: make docs + go.mod cleanup post-redis merge (#11521)
This commit is contained in:
parent
3c5d71b7cd
commit
cb0df019ec
3
go.mod
3
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
|
||||
|
|
|
|||
|
|
@ -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+)
|
||||
|
|
|
|||
Loading…
Reference in New Issue