Redis 를 사용하여 성능 최적화
오늘은 스프링 애플리케이션에 Redis 의 캐싱 기능을 적용하여 보다 빠른 응답 속도를 내도록 만들어보겠다. 0. Redis 설치로컬 PC 에서 Redis 를 설치하고 테스트할 것이다. https://github.com/microsoftarchive/redis/releases Releases · microsoftarchive/redisRedis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes - microsoftarchive/redisgithub.com..