redis-distributed-lock
参考 https://my.oschina.net/dengfuwei/blog/1600681 实现的redis分布式锁
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRedis Данные Базы данных |
| Группа | Группаcom.wf2311 |
| Идентификатор | Идентификаторredis-distributed-lock |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеredis-distributed-lock
redis分布式锁
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| redis-distributed-lock-1.0.0.pom | 3 KB |
| Обзор |
<!-- 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分布式锁