Redis(in-memory data structure store) 알아보기 0. 개요 Redis5.x 버전 설치 및 사용 방법 그리고 Spring Data Redis와의 연동방법을 실습합니다. daddyprogrammer.org에서 연재 및 소스 Github 등록 https://daddyprogrammer.org/post/series/redis-in-memory-data-structure-store/ 1. 실습 환경 Redis 5.x Java 8~11 SpringBoot 2.x Spring-Data-Redis JPA, H2 Intellij Community 2. 목차 Redis Install Document https://daddyprogrammer.org/post/1229/redis-single-instance/ Redis – cluster Document https://daddyprogrammer.org/post/1601/redis-cluster/ Redis – SpringBoot2 redis cluster : strings, lists, hashs, sets, sortedsets, geo, hyperloglog Document https://daddyprogrammer.org/post/2241/redis-spring-data-redis-cluster-structure-comands/ Git https://github.com/codej99/SpringRedisCluster/tree/feature/rediscluster Redis – Spring-data-redis : @Cacheable, @CachePut, @CacheEvict, @RedisHash Document https://daddyprogrammer.org/post/3217/redis-springboot2-spring-data-redis-cacheable-cacheput-cacheevict/ Git https://github.com/codej99/SpringRedisCluster/tree/feature/redisannotation Redis – spring-data-redis : 발행/구독(pub/sub) 모델의 구현 Document https://daddyprogrammer.org/post/3688/redis-spring-data-redis-publish-subscribe/ Git https://github.com/codej99/SpringRedisCluster/tree/feature/pubsub Redis – reactive redis Document https://daddyprogrammer.org/post/4056/reactive-redis/ Git https://github.com/codej99/SpringRedisCluster/tree/feature/reactive