Backend/Redis
맥북 redis-cli 설치 및 명령어 정리
findmypiece
2021. 4. 15. 23:22
728x90
일단 homebrew는 기본적으로 설치되어 있어야 하고 아래와 같이 설치하면 된다.
brew tap aoki/redis-cli
brew update && brew doctor
brew install redis-cli
참고
github.com/aoki/homebrew-redis-cli
명령어 참고: freeblogger.tistory.com/10
728x90