mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Merge pull request #3023 from itamarhaber/patch-2
Removes an extra space in protected mode message
This commit is contained in:
commit
7837c480e8
@ -625,7 +625,7 @@ static void acceptCommonHandler(int fd, int flags, char *ip) {
|
||||
"1) Just disable protected mode sending the command "
|
||||
"'CONFIG SET protected-mode no' from the loopback interface "
|
||||
"by connecting to Redis from the same host the server is "
|
||||
" running, however MAKE SURE Redis is not publicly accessible "
|
||||
"running, however MAKE SURE Redis is not publicly accessible "
|
||||
"from internet if you do so. Use CONFIG REWRITE to make this "
|
||||
"change permanent. "
|
||||
"2) Alternatively you can just disable the protected mode by "
|
||||
|
Loading…
Reference in New Issue
Block a user