mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 08:30:51 +00:00
Fix protected mode error message typo.
This commit is contained in:
parent
edd4d555df
commit
08c7bba32a
@ -619,7 +619,7 @@ static void acceptCommonHandler(int fd, int flags, char *ip) {
|
||||
"-DENIED Redis is running in protected mode because protected "
|
||||
"mode is enabled, no bind address was specified, no "
|
||||
"authentication password is requested to clients. In this mode "
|
||||
"connections are only accepted from the lookback interface. "
|
||||
"connections are only accepted from the loopback interface. "
|
||||
"If you want to connect from external computers to Redis you "
|
||||
"may adopt one of the following solutions: "
|
||||
"1) Just disable protected mode sending the command "
|
||||
|
Loading…
x
Reference in New Issue
Block a user