License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.duanxinyuan |
ArtifactId | ArtifactIdcache-redis |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncache-redis
Redis缓存库,支持single/sentinel/sharded/cluster四种集群方式,支持布隆过滤器,支持分布式锁
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cache-redis-1.2.0.pom | |
cache-redis-1.2.0.jar | 94 KB |
cache-redis-1.2.0-sources.jar | 42 KB |
cache-redis-1.2.0-javadoc.jar | 297 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.duanxinyuan/cache-redis/ -->
<dependency>
<groupId>com.github.duanxinyuan</groupId>
<artifactId>cache-redis</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.duanxinyuan/cache-redis/
implementation 'com.github.duanxinyuan:cache-redis:1.2.0'
// https://jarcasting.com/artifacts/com.github.duanxinyuan/cache-redis/
implementation ("com.github.duanxinyuan:cache-redis:1.2.0")
'com.github.duanxinyuan:cache-redis:jar:1.2.0'
<dependency org="com.github.duanxinyuan" name="cache-redis" rev="1.2.0">
<artifact name="cache-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.duanxinyuan', module='cache-redis', version='1.2.0')
)
libraryDependencies += "com.github.duanxinyuan" % "cache-redis" % "1.2.0"
[com.github.duanxinyuan/cache-redis "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.duanxinyuan : util-config | jar | 1.1.0 |
redis.clients : jedis | jar | 3.2.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.projectlombok : lombok | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.apache.logging.log4j : log4j-api | jar | 2.12.1 |
org.apache.logging.log4j : log4j-core | jar | 2.12.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.12.1 |