728x90
기본 환경
- Spring Boot 3.2.3
- Java 17
- Gradle_Dependency
- Spring Boot
- 'org.springframework.boot:spring-boot-starter'
- 'org.springframework.boot:spring-boot-starter-web'
- Redis
- 'org.springframework.boot:spring-boot-starter-data-redis'
- 이외에 Redisson 등 다양한 Redis Dependency 가 있다.
- 'org.springframework.session:spring-session-data-redis'
- 'org.springframework.boot:spring-boot-starter-data-redis'
- Spring Boot
Lettuce 가장 많이 사용되는 라이브러리로, Spring Data Redis에 내장되어 있음
Spring Data Redis는 RedisTemplate라는 Redis 조작의 추상 레이어를 제공함
728x90
'DB' 카테고리의 다른 글
[Redis] Pub/Sub을 이용한 채팅방 구현 (0) | 2024.03.01 |
---|---|
[Redis]리더 보드란? (0) | 2024.03.01 |
[Redis] Data Type (Sorted Sets, Bitmaps, HyperLogLog) (0) | 2024.02.23 |
[Redis] Data Type (Strings, Lists, Sets, Hashes) (0) | 2024.02.23 |
[Redis] Redis란? (0) | 2024.02.20 |