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

Implement client side caching #521

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 4, 2020

  1. Configuration menu
    Copy the full SHA
    94029d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    8d523ee View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Refine panic messages

    * panic with actual predefined error
    holykol committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    7234c4d View commit details
    Browse the repository at this point in the history
  2. Switch local cache implementation

    * Use LRU cache with TTL support
    holykol committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    cea6f92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8212033 View commit details
    Browse the repository at this point in the history
  4. Support caching expiring keys

    * Put key's TTL in local cache
    * Use pipelining to save RTT
    * Improve tests running time
    holykol committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    c5224cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a960b93 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Avoid cache race conditions

    * And some other minor improvements
    holykol committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    8132792 View commit details
    Browse the repository at this point in the history