hercules-team / augeas

A configuration editing tool and API
http://augeas.net/
GNU Lesser General Public License v2.1
486 stars 199 forks source link

Redis lens parse error with the default Redis configuration for v6 and v7 #827

Open rodehoed opened 6 months ago

rodehoed commented 6 months ago

Hi,

I rewrote the original report. The Redis lens does not support certain new configuration options in Redis 6 and 7.

v6

oom-score-adj-values 0 200 800 bind 127.0.0.1 -::1

v7

proc-title-template "{title} {listen-addr} {server-mode}"

Workaround Commenting it does solves it.

Othe info The above settings are in the default Redis configuration file. So it's a 100% hit with the above versions.