Notice
Recent Posts
Recent Comments
Tags
- django 엑셀불러오기
- ASP.Net Core 404
- 말줄임표시
- SSD 복사
- javascript 바코드 생성
- 하드 윈도우 복사
- asp ftp
- XSS PHP
- asp.net core swagger
- jquery 바코드생성
- XSS방어
- javascript redirection
- 하드 마이그레이션
- asp.net core Select
- swagger 500 error
- ViewData
- Mac Oracle
- 원격ftp
- 맥 오라클설치
- 타임피커
- asp.net Select
- 바코드 생성하기
- JavaScript
- simpe ftp
- TempData
- asp.net dropdownlist
- ViewBag
- 강제이동
- php 캐쉬제거
- 404에러페이지
목록SQL/Redis (1)
웹개발자의 기지개
[Redis] Mac 에서 Redis 설치하기
https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-redis/install-redis-on-mac-os/ Install Redis on macOSUse Homebrew to install and start Redis on macOSredis.io # HomeBrew 설치 (이미 설치되어 있다면 재설치 필요 X) $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # HomeBrew 설치 여부 확인 $ brew --version # redis 설치 $ brew install redis # redis ..
SQL/Redis
2026. 2. 12. 12:28