
[트러블 슈팅] 인기 검색어 구현 Redis 설정 및 문제 해결하기
·
DBMS/Redis
1. 레디스 설정package com.example.eightyage.global.config;import org.springframework.cache.CacheManager;import org.springframework.cache.annotation.EnableCaching;import org.springframework.context.annotation.Bean;import org.springframework.context.annotation.Configuration;import org.springframework.data.redis.cache.RedisCacheConfiguration;import org.springframework.data.redis.cache.RedisCacheManager;..