본문 바로가기
IT

Redis 설치하기(cli로 설치)

by 뽀리님 2023. 11. 27.

실행환경

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

 

[Tool] Medis2 : Redis GUI Client 프로그램(Mac M1 가능)

이제 좀 redis를 알아보려고 하는데, 계속 터미널에서 확인해야하니 명령어를 계속 찾아봐야해서 너무 번거로웠다.. 그래서 뭔가 gui툴이라던지 다른 프로그램이 없을까봐 찾아봤다. 그중에서 내

pearlluck.tistory.com

 

실행되면 잘되는것이당.

 

'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