r

redis-with-circuitbreaker

Spring boot Redis Client with monitored hystrix commands to enable pooling for individual redis commands and fallbacks handled for graceful responses
https://github.com/pareshvpatil/redis-with-circuitbreaker
MIT License
Paresh Patil
文件下载
文件名 操作
redis-with-circuitbreaker-1.0.2.jar 下载
redis-with-circuitbreaker-1.0.2.pom 下载
redis-with-circuitbreaker-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.pareshvpatil</groupId>
  <artifactId>redis-with-circuitbreaker</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.pareshvpatil:redis-with-circuitbreaker:1.0.2'
Gradle Kotlin
implementation("io.github.pareshvpatil:redis-with-circuitbreaker:1.0.2")
Scala SBT
libraryDependencies += "io.github.pareshvpatil" % "redis-with-circuitbreaker" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pareshvpatil', module='redis-with-circuitbreaker', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.pareshvpatil" name="redis-with-circuitbreaker" rev="1.0.2" />
Leiningen
[io.github.pareshvpatil/redis-with-circuitbreaker "1.0.2"]
Apache Buildr
'io.github.pareshvpatil:redis-with-circuitbreaker:jar:1.0.2'