Mac
Redis 설치
beginner
2023. 5. 24. 09:30
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/
Install Redis on macOS
Use Homebrew to install and start Redis on macOS
redis.io
728x90