@cryptotaxi247 / netdata-1 / commits / d594a238b

go.d redis: fix default "address" in config_schema.json (#18320)

Ilya Mashchenko committed Aug 12, 2024 at 19:41 UTC d594a238ba4b1b8d00c2fa117205f633a7a9bdaa
1 file changed +1 -1
src/go/plugin/go.d/modules/redis/config_schema.json
+1 -1
@@ -15,7 +15,7 @@
15 "title": "URI",
16 "description": "The URI specifying the connection details for the Redis server.",
17 "type": "string",
18 - "default": "redis://@localhost:9221"
18 + "default": "redis://@localhost:6379"
19 },
20 "timeout": {
21 "title": "Timeout",