is not current version
Last Version 1.0.2

io.github.pareshvpatil:redis-with-circuitbreaker 1.0.0

Spring boot Redis Client with monitored hystrix commands to enable pooling for individual redis commands and fallbacks handled for graceful responses

Categories

Categories

Redis Data Databases
GroupId

GroupId

io.github.pareshvpatil
ArtifactId

ArtifactId

redis-with-circuitbreaker
Version

Version

1.0.0
Type

Type

jar

Download redis-with-circuitbreaker 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.pareshvpatil/redis-with-circuitbreaker/ -->
<dependency>
    <groupId>io.github.pareshvpatil</groupId>
    <artifactId>redis-with-circuitbreaker</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pareshvpatil/redis-with-circuitbreaker/
implementation 'io.github.pareshvpatil:redis-with-circuitbreaker:1.0.0'
// https://jarcasting.com/artifacts/io.github.pareshvpatil/redis-with-circuitbreaker/
implementation ("io.github.pareshvpatil:redis-with-circuitbreaker:1.0.0")
'io.github.pareshvpatil:redis-with-circuitbreaker:jar:1.0.0'
<dependency org="io.github.pareshvpatil" name="redis-with-circuitbreaker" rev="1.0.0">
  <artifact name="redis-with-circuitbreaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pareshvpatil', module='redis-with-circuitbreaker', version='1.0.0')
)
libraryDependencies += "io.github.pareshvpatil" % "redis-with-circuitbreaker" % "1.0.0"
[io.github.pareshvpatil/redis-with-circuitbreaker "1.0.0"]