We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cfe7a commit 37d834bCopy full SHA for 37d834b
workspace/redis/01/readme.md
@@ -4,4 +4,4 @@
4
5
## References
6
7
-* https://github.com/go-redis/redis)
+* https://github.com/go-redis/redis
workspace/senior/p1/readme3.md
@@ -79,9 +79,6 @@ brew services restart mysql
79
80
## Mac安装Redis
81
82
-* `redis.conf`路径:/usr/local/etc/redis.conf
83
-* `redis-server`路径:/usr/local/opt/redis/bin/redis-server
84
-
85
1. 使用homebrew安装
86
87
```bash
@@ -106,4 +103,8 @@ brew services restart mysql
106
103
brew services start redis
107
104
```
108
105
109
+
+使用homebrew安装Redis后,相关文件的路径如下:
+* `redis.conf`路径:/usr/local/etc/redis.conf
110
+* `redis-server`路径:/usr/local/opt/redis/bin/redis-server
0 commit comments