쿠폰 발급 API 서버
redis distributed-lock concurrency-control jpa-hibernate optimistic-lock redisson-lock pessimistic-lock
-
Updated
Feb 10, 2025 - Kotlin
쿠폰 발급 API 서버
Controle de concorrência em vendas com Spring Cache + Redis • Cache read-through (@Cacheable) • Lock distribuído (Redisson RLock) • Lock otimista (JPA @Version) • Prevenção de race condition e overselling sob alta concorrência
A real-time voting system designed to handle concurrent requests, using row-level locking to prevent race conditions and rate limiting for stability under high traffic.
To associate your repository with the pessimistic-lock topic, visit your repo's landing page and select "manage topics."