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

'Backend > Redis' 카테고리의 다른 글

Redis Cluster 동작방식  (0) 2021.04.28
redis 옵션 정리  (0) 2021.04.27
Redis 구성 방법  (0) 2021.04.27
Redis 커넥션 풀  (0) 2021.04.15
Redis null 값 캐싱하지 않기  (0) 2021.04.15