forked from loveincode/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59413a0
commit b9de9d5
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
12 - Practice (problems encountered during development)/java 远程redis.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
密码 | ||
|
||
|
||
Redis服务器开启远程访问 https://blog.csdn.net/xujian_2001/article/details/78927706 | ||
|
||
redis.conf文件 | ||
protected-mode no | ||
bind 127.0.0.1 注释掉 | ||
|
||
防火墙原因 | ||
https://blog.csdn.net/wlwlwlwl015/article/details/50456072/ | ||
|
||
|
||
https://blog.csdn.net/qq_31189355/article/details/75103678 |