| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdio.github.pareshvpatil |
| ArtifactId | ArtifactIdredis-with-circuitbreaker |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRedis Client with Circuit-Breaker
Spring boot Redis Client with monitored hystrix commands to enable pooling for individual
redis commands and fallbacks handled for graceful responses
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.pareshvpatil/redis-with-circuitbreaker/ -->
<dependency>
<groupId>io.github.pareshvpatil</groupId>
<artifactId>redis-with-circuitbreaker</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pareshvpatil/redis-with-circuitbreaker/
implementation 'io.github.pareshvpatil:redis-with-circuitbreaker:1.0.2'
// https://jarcasting.com/artifacts/io.github.pareshvpatil/redis-with-circuitbreaker/
implementation ("io.github.pareshvpatil:redis-with-circuitbreaker:1.0.2")
'io.github.pareshvpatil:redis-with-circuitbreaker:jar:1.0.2'
<dependency org="io.github.pareshvpatil" name="redis-with-circuitbreaker" rev="1.0.2">
<artifact name="redis-with-circuitbreaker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pareshvpatil', module='redis-with-circuitbreaker', version='1.0.2')
)
libraryDependencies += "io.github.pareshvpatil" % "redis-with-circuitbreaker" % "1.0.2"
[io.github.pareshvpatil/redis-with-circuitbreaker "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.5.10.RELEASE |
| org.jmockit : jmockit | jar | 1.21 |