Last Version

sentinel-redis 1.0.0

基于redis单机/redis集群的分布式限流降级插件(不支持熔断),不需要引入第三方Java服务,能够快速部署。

License

License

Categories

Categories

Redis Data Databases Sentinel Container Microservices
GroupId

GroupId

com.github.hetianyi
ArtifactId

ArtifactId

sentinel-redis
Version

Version

1.0.0
Type

Type

jar
Description

Description

sentinel-redis
基于redis单机/redis集群的分布式限流降级插件(不支持熔断),不需要引入第三方Java服务,能够快速部署。
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/sentinel-redis

Download sentinel-redis 1.0.0


<!-- 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"]

Dependencies

compile (6)

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

Project Modules

There are no modules declared in this project.