[Java] Spring Boot Redis 환경 구성 및 활용하기 -1 : 환경 구성 및 데이터 조작 방법
·
Java/Spring Boot
해당 글에서는 Spring Boot 환경에서 Redis를 다루는 방법에 대해 알아봅니다. 💡 [참고] Redis 관련해서 구성 내용에 대해 궁금하시면 아래의 글을 참고하시면 도움이 됩니다.분류링크Redis(Remote Dictionary Server) 이해하기 -1 : 구조 및 특징, 아키텍처https://adjh54.tistory.com/447Redis(Remote Dictionary Server) 이해하기 -2 : MacOS 로컬 환경 구성 및 명령어https://adjh54.tistory.com/448Dockerfile을 이용한 Redis 환경 구성 및 실행방법https://adjh54.tistory.com/449해당 글에 대한 Github Repositoryhttps://github.com/ad..