質問編集履歴

1

redisのパスを追記

2018/11/10 05:38

投稿

abab7200
abab7200

スコア120

test CHANGED
File without changes
test CHANGED
@@ -38,17 +38,19 @@
38
38
 
39
39
 
40
40
 
41
- redisは起動できている。
41
+ redisのパス
42
42
 
43
43
  ```
44
44
 
45
- ps -ef | grep redis
45
+ $ which redis-server
46
46
 
47
- ユーザー名 28525 24515 0 05:12 pts/0 00:00:00 redis-server *:6379
47
+ /usr/local/bin/redis-server
48
-
49
- ユーザー名 28574 27998 0 05:18 pts/1 00:00:00 grep --color=auto redis
50
48
 
51
49
  ```
50
+
51
+
52
+
53
+
52
54
 
53
55
 
54
56