JAVA/Redis

JAVA/Redis

[Redis/kafka] 데이터베이스 동시성 문제 해결 코드 (STEP 4. Redis, Redisson, kafka로 과부하 줄이기)

GitHub - oddnine/spring-concurrency-problem-solving: 스프링 동시성 문제 해결 과정 with Redis, kafka 스프링 동시성 문제 해결 과정 with Redis, kafka. Contribute to oddnine/spring-concurrency-problem-solving development by creating an account on GitHub. github.com [Redis/kafka] 데이터베이스 동시성 문제 해결 코드 (STEP 3. Redisson, kafka로 과부하 줄이기) GitHub - oddnine/spring-concurrency-problem-solving: 스프링 동시성 문제 해결 과정 with Redis, kafka 스프링..

JAVA/Redis

[Spring/Redis] 데이터베이스 동시성 문제 해결 코드 (STEP 2. Redisson 분산 락)

GitHub - oddnine/spring-concurrency-problem-solving: 스프링 동시성 문제 해결 과정 with Redis, kafka 스프링 동시성 문제 해결 과정 with Redis, kafka. Contribute to oddnine/spring-concurrency-problem-solving development by creating an account on GitHub. github.com [Spring/Redis] 데이터베이스 동시성 문제 해결 코드 (STEP 1. LOCK) GitHub - oddnine/spring-concurrency-problem-solving: 스프링 동시성 문제 해결 과정 with Redis, kafka 스프링 동시성 문제 해결 과정 with ..

JAVA/Redis

[Redis] 도커 컴포즈로 Redis와 RedisInsight 설치해보자.

Redis란? Redis is an open source (BSD licensed), in-memory data structure store used as a database, cache, message broker, and streaming engine. Redis는 데이터베이스, 캐시, 메시지 브로커 및 스트리밍 엔진으로 사용되는 오픈 소스(BSD 라이선스), 메모리 내 데이터 구조 저장소 입니다. Redis는 캐시 기반의 인메모리 데이터 저장소로 분류하며 NoSQL 데이터베이스의 한 종류다. Redis는 메모리에 데이터를 저장하고 조회하는 빠른 성능을 제공하고 데이터는 키-값(key-value) 형태로 저장한다. 데이터의 구조는 문자열, 해시, 리스트, Set, Sorted Set 등 다양하게 활용..

혁키
'JAVA/Redis' 카테고리의 글 목록