redis-distributed-lock
参考 https://my.oschina.net/dengfuwei/blog/1600681 实现的redis分布式锁
License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.wf2311 |
ArtifactId | ArtifactIdredis-distributed-lock |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionredis-distributed-lock
redis分布式锁
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
redis-distributed-lock-1.0.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wf2311/redis-distributed-lock/ -->
<dependency>
<groupId>com.wf2311</groupId>
<artifactId>redis-distributed-lock</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wf2311/redis-distributed-lock/
implementation 'com.wf2311:redis-distributed-lock:1.0.0'
// https://jarcasting.com/artifacts/com.wf2311/redis-distributed-lock/
implementation ("com.wf2311:redis-distributed-lock:1.0.0")
'com.wf2311:redis-distributed-lock:pom:1.0.0'
<dependency org="com.wf2311" name="redis-distributed-lock" rev="1.0.0">
<artifact name="redis-distributed-lock" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wf2311', module='redis-distributed-lock', version='1.0.0')
)
libraryDependencies += "com.wf2311" % "redis-distributed-lock" % "1.0.0"
[com.wf2311/redis-distributed-lock "1.0.0"]
参考 https://my.oschina.net/dengfuwei/blog/1600681 实现的redis分布式锁