Compare commits
3 Commits
release_1.
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ef657d0ba | ||
|
|
0f9ce0441e | ||
|
|
bc1fd8fc71 |
28
README.md
28
README.md
@@ -1,11 +1,13 @@
|
|||||||
# 项目简介
|
# 项目简介
|
||||||
|
|
||||||
[lock](https://github.com/houbb/lock) 为 java 设计的分布式锁。
|
[lock](https://github.com/houbb/lock) 为 java 设计的分布式锁,开箱即用,纵享丝滑。
|
||||||
|
|
||||||
[](http://mvnrepository.com/artifact/com.github.houbb/lock)
|
[](http://mvnrepository.com/artifact/com.github.houbb/lock)
|
||||||
[](https://www.travis-ci.org/houbb/lock?branch=master)
|
[](https://www.travis-ci.org/houbb/lock?branch=master)
|
||||||
[](https://coveralls.io/github/houbb/lock?branch=master)
|
[](https://coveralls.io/github/houbb/lock?branch=master)
|
||||||
|
|
||||||
|
开源地址:[https://github.com/houbb/lock](https://github.com/houbb/lock)
|
||||||
|
|
||||||
## 目的
|
## 目的
|
||||||
|
|
||||||
- 开箱即用,支持注解式和过程式调用
|
- 开箱即用,支持注解式和过程式调用
|
||||||
@@ -14,6 +16,8 @@
|
|||||||
|
|
||||||
- 内置支持多种 redis 的整合方式
|
- 内置支持多种 redis 的整合方式
|
||||||
|
|
||||||
|
- 渐进式设计,可独立于 spring 使用
|
||||||
|
|
||||||
- 整合 spring
|
- 整合 spring
|
||||||
|
|
||||||
- 整合 spring-boot
|
- 整合 spring-boot
|
||||||
@@ -258,4 +262,24 @@ public @interface Lock {
|
|||||||
|
|
||||||
持有锁的线程可以多次获取锁
|
持有锁的线程可以多次获取锁
|
||||||
|
|
||||||
- [x] 分布式锁注解支持
|
- [x] 分布式锁注解支持
|
||||||
|
|
||||||
|
# 拓展阅读
|
||||||
|
|
||||||
|
[Redis 分布式锁](https://houbb.github.io/2018/09/08/redis-learn-42-distributed-lock-redis)
|
||||||
|
|
||||||
|
[java 从零实现 redis 分布式锁](https://houbb.github.io/2018/09/08/redis-learn-43-distributed-lock-redis-java-impl)
|
||||||
|
|
||||||
|
# 缓存相关工具
|
||||||
|
|
||||||
|
[cache: 手写渐进式 redis](https://github.com/houbb/cache)
|
||||||
|
|
||||||
|
[common-cache: 通用缓存标准定义](https://github.com/houbb/common-cache)
|
||||||
|
|
||||||
|
[redis-config: 兼容各种常见的 redis 配置模式](https://github.com/houbb/redis-config)
|
||||||
|
|
||||||
|
[lock: 开箱即用的分布式锁](https://github.com/houbb/lock)
|
||||||
|
|
||||||
|
[resubmit: 防重复提交](https://github.com/houbb/resubmit)
|
||||||
|
|
||||||
|
[rate-limit: 限流](https://github.com/houbb/rate-limit/)
|
||||||
|
|||||||
Reference in New Issue
Block a user