Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: CachedRedisStorage will now default to flushing a batch ASAP to… #294

Closed
wants to merge 2 commits into from

Commits on Apr 24, 2024

  1. feat: CachedRedisStorage will now default to flushing a batch ASAP to…

    … reduce the length of time the cache is out of sync with Redis counters.
    
    Setting a flushing_period is still supported to have a delay before flushing which can be useful to reduce the load on the Redis server in exchange for having staler counters in limitador. 
    
    Signed-off-by: Hiram Chirino <[email protected]>
    chirino committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    9a580b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Replace watch::channel with Notify

    Signed-off-by: Hiram Chirino <[email protected]>
    chirino committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e935047 View commit details
    Browse the repository at this point in the history