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

Лицензия

Лицензия

Категории

Категории

Redis Данные Базы данных
Группа

Группа

io.github.pareshvpatil
Идентификатор

Идентификатор

redis-with-circuitbreaker
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Ссылка на сайт

Ссылка на сайт

https://github.com/pareshvpatil/redis-with-circuitbreaker
Система контроля версий

Система контроля версий

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

Скачать redis-with-circuitbreaker

Как подключить последнюю версию

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

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
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 Необязательный 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)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 1.5.10.RELEASE
org.jmockit : jmockit jar 1.21

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.0.2
1.0.1
1.0.0