Browse Source

📝 更新 RedisTemplate 分布式锁模块的 README 文件

3.x
Yangkai.Shen 2 years ago
parent
commit
aefab0b2fd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      demo-distributed-lock/demo-distributed-lock-redis/README.md

+ 1
- 1
demo-distributed-lock/demo-distributed-lock-redis/README.md View File

@@ -1,6 +1,6 @@
## spring-boot-demo-distributed-lock-redis

> 此 demo 主要演示了 Spring Boot 如何基于 RedisTemplate 实现一个分布式锁
> 此 demo 主要演示了 Spring Boot 如何基于 RedisTemplate 实现一个分布式锁,支持集群部署、支持可重入、支持自动续期等功能

## 1.开发步骤



Loading…
Cancel
Save