Last Version

Redis Client with Circuit-Breaker 1.0.2

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

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

io.github.pareshvpatil
ArtifactId

ArtifactId

redis-with-circuitbreaker
Version

Version

1.0.2
Type

Type

jar
Description

Description

Redis 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

https://github.com/pareshvpatil/redis-with-circuitbreaker
Source Code Management

Source Code Management

https://github.com/pareshvpatil/redis-with-circuitbreaker

Download redis-with-circuitbreaker 1.0.2


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

Dependencies

compile (8)

Group / Artifact Type Version
org.springframework.boot : spring-boot jar 2.0.3.RELEASE
org.springframework.boot : spring-boot-autoconfigure jar 2.0.3.RELEASE
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.3.RELEASE
org.springframework.boot : spring-boot-starter-data-redis jar 2.0.3.RELEASE
redis.clients : jedis jar 2.9.0
org.springframework.cloud : spring-cloud-starter-netflix-hystrix jar 2.0.1.RELEASE
com.fasterxml.jackson.dataformat : jackson-dataformat-xml jar 2.9.5
org.springframework.boot : spring-boot-starter-log4j2 jar 2.0.4.RELEASE

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 1.5.10.RELEASE
org.jmockit : jmockit jar 1.21

Project Modules

There are no modules declared in this project.