Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

[WIP] External sharded cache #12955

Closed
wants to merge 11 commits into from

Commits on Jun 4, 2022

  1. Implement ExternalShardedCache backed by Redis

    Uses consistent hashing and multiple Redis shards to provide external
    scalable caching.
    Fizzadar committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    0c1cf93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db912ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80b81fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eccb908 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76cb134 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cf2872 View commit details
    Browse the repository at this point in the history
  7. Add WIP changelog

    Fizzadar committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    393578b View commit details
    Browse the repository at this point in the history
  8. Update poetry lock

    Fizzadar committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    20b47f4 View commit details
    Browse the repository at this point in the history
  9. Linting

    Fizzadar committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    2210899 View commit details
    Browse the repository at this point in the history
  10. Typing fixes

    Fizzadar committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    9370ea6 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Fix comment typo

    Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
    Fizzadar and clokep authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    4c7d475 View commit details
    Browse the repository at this point in the history