License |
License |
---|---|
Categories |
CategoriesRedis Data Databases Sentinel Container Microservices |
GroupId | GroupIdcom.github.hetianyi |
ArtifactId | ArtifactIdsentinel-redis |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsentinel-redis
基于redis单机/redis集群的分布式限流降级插件(不支持熔断),不需要引入第三方Java服务,能够快速部署。
|
Project URL |
Project URL |
Filename | Size |
---|---|
sentinel-redis-1.0.0.pom | |
sentinel-redis-1.0.0.jar | 32 KB |
sentinel-redis-1.0.0-sources.jar | 23 KB |
sentinel-redis-1.0.0-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hetianyi/sentinel-redis/ -->
<dependency>
<groupId>com.github.hetianyi</groupId>
<artifactId>sentinel-redis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/sentinel-redis/
implementation 'com.github.hetianyi:sentinel-redis:1.0.0'
// https://jarcasting.com/artifacts/com.github.hetianyi/sentinel-redis/
implementation ("com.github.hetianyi:sentinel-redis:1.0.0")
'com.github.hetianyi:sentinel-redis:jar:1.0.0'
<dependency org="com.github.hetianyi" name="sentinel-redis" rev="1.0.0">
<artifact name="sentinel-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='sentinel-redis', version='1.0.0')
)
libraryDependencies += "com.github.hetianyi" % "sentinel-redis" % "1.0.0"
[com.github.hetianyi/sentinel-redis "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.hetianyi : springboot-common | jar | 1.0.1 |
org.springframework.boot : spring-boot-starter-data-redis Optional | jar | 2.2.2.RELEASE |
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.2.2.RELEASE |
org.springframework.boot : spring-boot-starter-aop | jar | 2.2.2.RELEASE |
org.projectlombok : lombok Optional | jar | 1.18.10 |
com.google.guava : guava Optional | jar | 28.1-jre |