[DEV] study&learn
article thumbnail
Spring Boot에 Redis 적용
스프링 2023. 1. 25. 09:36

Reference Redis 설치 및 간단한 사용 방법 (Mac) [SpringBoot] Redis+SMTP 인증메일 구현 Spring Boot 에서 Redis 사용하기 [Spring Boot + Redis] 스프링 부트 Redis 사용해보기 [Redis] AWS EC2에 redis-server setup 하기 [REDIS] 📑 redis.conf 파일 설정 항목 정리 LRU Cache 이해하기 0. Local 에 Redis 설치(Mac OS) # brew 로 redis 설치 brew install redis # redis 시작 명령어 brew services start redis # brew services stop redis # brew services restart redis # redis cli ..