투케이2K

3. (Redis/레디스) [Mac Os] Redis 서비스 실행 , 중지 , 상태 확인 방법 - services start , stop, info 본문

Redis (RDS)

3. (Redis/레디스) [Mac Os] Redis 서비스 실행 , 중지 , 상태 확인 방법 - services start , stop, info

투케이2K 2024. 1. 26. 21:19

[개발 환경 설정]

개발 언어 : Redis

 
 

[방법 설명]

 

// [redis background로 실행]
brew services start redis



// [redis background로 재실행]
brew services restart redis



// [redis background로 중지]
brew services stop redis



// [redis 실행 상태 확인]
brew services info redis
 

[결과 출력]

 

 
반응형
Comments