mirror of https://mirror.osredm.com/root/redis.git
Remove leftover after CONFIG SET bind change. (#9129)
This commit is contained in:
parent
8284544adb
commit
a49b766860
|
@ -178,11 +178,6 @@ start_server {tags {"introspection"}} {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# TODO: Remove this when CONFIG SET bind "" is fixed.
|
|
||||||
if {$::external} {
|
|
||||||
append skip_configs bind
|
|
||||||
}
|
|
||||||
|
|
||||||
set configs {}
|
set configs {}
|
||||||
foreach {k v} [r config get *] {
|
foreach {k v} [r config get *] {
|
||||||
if {[lsearch $skip_configs $k] != -1} {
|
if {[lsearch $skip_configs $k] != -1} {
|
||||||
|
|
Loading…
Reference in New Issue