注册
登录
Redis
>>
SpringRedisCluster
>>
返回
项目作者:
codej99
项目描述 :
Intergration SpringBoot2 + RedisCluster
高级语言:
Java
项目主页:
项目地址:
git://github.com/codej99/SpringRedisCluster.git
创建时间:
2019-04-28T16:30:06Z
项目社区:
https://github.com/codej99/SpringRedisCluster
开源协议:
下载
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