-
Notifications
You must be signed in to change notification settings - Fork 130
原理介绍
Wuwenliang edited this page Jul 13, 2018
·
1 revision
本文对redis-distributed-lock涉及到的原理知识进行介绍。
redis-distributed-lock的核心模块redis-distributed-lock-starter核心为springboot的自动配置,
SnoWalker