diff --git a/plugins/inputs/redis/redis.go b/plugins/inputs/redis/redis.go index 002269fb7..2f7f9f5b4 100644 --- a/plugins/inputs/redis/redis.go +++ b/plugins/inputs/redis/redis.go @@ -35,7 +35,7 @@ type Redis struct { Commands []*RedisCommand `toml:"commands"` Servers []string `toml:"servers"` Username string `toml:"username"` - Password string `toml:"passowrd"` + Password string `toml:"password"` tls.ClientConfig