Redis protected-mode

Redis protected-mode 是3.2 之后加入的新特性,在Redis.conf的注释中,我们可以了解到,他的具体作用和启用条件 可以看到 Protected-mode 是为了禁止公网访问redis cache,加强redis安全的。 它启用的条件,有两个: 1) 没有bind IP 2) 没有设置访问密码 如果启用了,则只能够通过lookback ip(127.0.0.1)访问Red
相关文章
相关标签/搜索