실행환경
MAC(intel) 기준
1 설치하기
$brew install redis
2 실행하기
$brew services start redis
$brew services stop redis
$brew services restart redis
$redis-server
3 설정파일경로
$ /usr/local/etc/redis.conf
4.실행하기
Medis 를 설치하여 실행하였다.
설치는 여기 참조
https://pearlluck.tistory.com/723
실행되면 잘되는것이당.
'IT' 카테고리의 다른 글
ElasticSearch (1) | 2023.11.28 |
---|---|
[Docker] ElasticSearch 설치하기 (1) | 2023.11.28 |
[Docker] Kafka 설치하기 (0) | 2023.11.23 |
[MySQL] MySQL 특수문자 Replace 처리 (0) | 2023.11.15 |
ORM(Object-Relational Mapping) (0) | 2023.11.08 |