danielfm / pybreaker

Python implementation of the Circuit Breaker pattern.
BSD 3-Clause "New" or "Revised" License
508 stars 74 forks source link

Add TTL to Redis Storage #81

Open rodrigobraga opened 1 year ago

rodrigobraga commented 1 year ago

Changes Redis Storage to set the TTL if parameter exists.

This PR maybe closes #69

Note: The Redis function "setnx" is deprecated.

rodrigobraga commented 6 months ago

@danielfm I opened this PR without discuss in a issue (for exemple) with you (and other members) if TTL is really interesting.

What you think? Make sense or is better close this PR?