728x90
SMALL
Mac 은 brew 통해 Redis 를 설치할 수 있다.
brew install redis
brew services start redis 를 입력하여 Redis를 실행시킨다.
$ brew services start redis
$ brew services stop redis
$ brew services restart redis
redis-cli 를 입력하여 CLI를 사용할 수 있다.
$ redis-cli
https://redis.io/docs/getting-started/installation/install-redis-on-mac-os/
728x90
'Mac' 카테고리의 다른 글
brew tap 명령어 (0) | 2023.05.26 |
---|---|
환경설정 - MacOS / VS Code / Spring Boot / React (3) (0) | 2023.04.25 |
환경설정 - MacOS / VS Code / Spring Boot / React (2) (0) | 2023.04.21 |
환경설정 - MacOS / VS Code / Spring Boot / React (1) (0) | 2023.04.20 |
Spectacle 설치 (0) | 2023.03.19 |