-
Redis/MacOs Redis 설치DEV/other things 2024. 8. 29. 10:03
1. 설치
brew install redis
+ brew가 설치되어 있지 않은 경우...
https://seokbong.tistory.com/5
2. redis 서버 실행
redis-server
3. 새로운 터미널을 통해 cli 실행
redis-cli
'DEV > other things' 카테고리의 다른 글
trumbowyg color picker bug (0) 2024.09.04 trumbowyg table bug (0) 2024.09.04 Redis/MacOs Redis 설치 후 "Could not connect to Redis at 127.0.0.1:6379: Connection refused" 에러 (0) 2024.08.29 Certbot을 통해 무료 SSL 발급받기(임시 및 갱신) (0) 2024.08.19 linux systemctl을 사용하지 못하는 경우 (0) 2024.08.13