Remove leftover after CONFIG SET bind change. (#9129)

This commit is contained in:
Yossi Gottlieb 2021-06-22 14:03:00 +03:00 committed by GitHub
parent 8284544adb
commit a49b766860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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 {}
foreach {k v} [r config get *] {
if {[lsearch $skip_configs $k] != -1} {