728x90
전제
Homebrew가 설치되어 있어야 한다.
$ brew --version
이 명령이 실패하면 Homebrew 설치한다.
설치
$ brew install redis

실행
$ redis-server

참고 블로그 : https://dejavuhyo.github.io/posts/install-redis-on-mac-os/
'Back-End > Study' 카테고리의 다른 글
Spring IoC(제어의 역전) / DI(의존성 주입) (0) | 2022.11.24 |
---|---|
Spring과 Spring Boot (0) | 2022.11.24 |
[Mac M2] UTM위에 우분투 설치 (0) | 2022.09.25 |
DAO와 Mapper 인터페이스 (0) | 2022.08.14 |
@RequiredArgsConstructor - Dependency Injection (0) | 2022.08.11 |