You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Familiar with the open source projects, imitate RedisReentrantLock to implement distributed locks based on MySQL, distributed read-write locks based on MySQL, and Redis; Write relevant test cases; Write relevant design and usage documents
Project output requirements:
Implement a distributed lock based on Mysql, which has the following characteristics: reentrant; lock expiration mechanism to prevent deadlock; non-blocking lock feature.
Implement a distributed read-write lock based on MySQL and Redis, which has the following characteristics: reentrant read and write locks; lock expiration mechanism to prevent deadlock; non-blocking lock feature.
aospace-admin
changed the title
Implementing Distributed Lock Based on Common Middleware like Mysql and Redis
Implementing Distributed Lock Based on Common Middleware like MySQL and Redis
May 18, 2023
Description:
Familiar with the open source projects, imitate RedisReentrantLock to implement distributed locks based on MySQL, distributed read-write locks based on MySQL, and Redis; Write relevant test cases; Write relevant design and usage documents
Project output requirements:
Project Technical Requirements:
Open Source Summer Official Website
实现基于 MySQL、Redis 等常用中间件的分布式锁
描述
熟悉已发布的开源项目 ,模仿 RedisReentrantLock 实现基于 MySQL 的分布式锁、基于 MySQL、Redis 的分布式读写锁;编写相关的测试用例;撰写相关设计、使用文档
项目产出要求
项目技术要求
开源之夏官网
The text was updated successfully, but these errors were encountered: