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
- Host: GitHub
- URL: https://github.com/sbcd90/hystrix-redis-poc
- Owner: sbcd90
- Created: 2017-11-28T05:15:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T02:57:44.000Z (over 8 years ago)
- Last Synced: 2025-02-26T06:31:49.531Z (over 1 year ago)
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.