An open API service indexing awesome lists of open source software.

https://github.com/sbcd90/hystrix-redis-poc

A simple POC with Hystrix & using Redis as fallback cache
https://github.com/sbcd90/hystrix-redis-poc

Last synced: 11 months ago
JSON representation

A simple POC with Hystrix & using Redis as fallback cache

Awesome Lists containing this project

README

          

hystrix-redis-poc
=================

- A simple Cloudfoundry POC showing how to use Hystrix & redis as fallback.
- Also, contains POC for how hystrix collapses multiple requests into one using `HystrixCollapser`.