mac 에 Homebrew 를 통 해 redis 를 설치 합 니 다.

1344 단어 linuxmac
Homebrew 를 사용 하여 redis 를 설치 하면 대량의 설치 와 설정 작업량 을 줄 일 수 있 습 니 다.
설치 명령 brew install redis 설치 완료 후 알림 정보
To have launchd start redis at login: 
ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents 
Then to load redis now: 
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist 
Or, if you don’t want/need launchctl, you can just run: 
redis-server /usr/local/etc/redis.conf

부팅 redis 명령$ln-sfv/usr/local/opt/redis/*.plist~/Library/LaunchAgent
launchctl 을 사용 하여 redis server$launchctl load~/Library/LaunchAgent/homebrew.mxcl.redis.plist 시작
프로필 을 사용 하여 redis server$redis-server/usr/local/etc/redis.conf 를 시작 합 니 다.
redis server 의 자체 시작$launchctl unload~/Library/LaunchAgent/homebrew.mxcl.redis.plist 를 중지 합 니 다.
redis 프로필 의 위치/usr/local/etc/redis.conf
redis 와 파일 brewuninstallredis rm~/Library/LaunchAgent/homebrew.mxcl.redis.plist 를 마 운 트 해제 합 니 다.
redis server 가$redis-cli ping 을 시작 할 지 테스트 합 니 다.

좋은 웹페이지 즐겨찾기