RookedsyscSpringSpringEtc ProgrammingEtc ProgrammingAlgorithmAlgorithmTheoryTheoryNodeNodeBlogBlogIntroduceIntroduce
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • Next Step
    • 마이크로 서비스 이론
    • 마이크로 서비스 패턴
    • 도메인 주도 설계
  • Java란?
      • 코테용 자바
      • 자바 문법
      • 코틀린 기초 자료형
      • 코틀린 조건문
      • 코틀린 반복문
      • 코틀린 함수
      • 코틀린 클래스
    • 웹 개발 기초
    • 멀티 모듈
    • Useful Annotation
  • Spring
    • Spring 설정
    • Rest API
    • Request & Response
    • Exception & Validation
    • Container & Context
    • Interceptor & Filter
    • Pagination
    • Auth
    • Spring Security
    • Spring Cloud
    • Junit과 Test
    • Monitoring
    • Spring Batch
    • Spring 관점 지향 프로그래밍
    • Spring 팁
    • Message Queue
    • JPA Quick Start
    • 연관관계 매핑
    • QueryDSL
    • JPA 이론
    • JPA를 사용하며 겪은 에러 모음
    • Redis
    • WebFlux란?
    • JVM
    • 봉투패턴
    • Redis
    • Kafka
    • 직렬화 / 역직렬화
    • HTTP / WEB 통신
    • MS Office 파일 입출력
    • Thymeleaf
    • 동시성 관련
    • 롤문철(진행 중)
    • Thymeleaf 쇼핑몰(중단)
    • 배달앱

On This Page

  • Annotation
  • RedisHash
  • Indexed
Question? Give us feedback → (opens in a new tab)Edit this page
Spring
JPA
Redis

Spring Data Redis

Spring Data Redis는 Jedis, Lettuce, Redisson 등의 라이브러리를 사용하여 Redis를 사용할 수 있도록 지원하는 프로젝트이다.
기본적으로 Lettuce를 사용하도록 설정되어 있으며, Jedis를 사용하도록 설정할 수 있다.

Annotation

RedisHash

Indexed

JPA를 사용하며 겪은 에러 모음WebFlux란?

Rookedsysc