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