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

Middleware for caching succesful GET responses with Redis automatically #630

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

Commits on Jul 24, 2023

  1. Init

    Jatutep Bunupuradah authored and Jatutep Bunupuradah committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f14ed30 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    bangbaew committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    28f0a9d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    bangbaew committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    da64589 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Don't get connection on no-store directive

    If no-store directive is specified, don't get Redis connection so it won't have any bottleneck connecting to the Redis server.
    Jatutep Bunupuradah authored and Jatutep Bunupuradah committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    510697c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. versioned dependencies

    Jatutep Bunupuradah authored and Jatutep Bunupuradah committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    9e01805 View commit details
    Browse the repository at this point in the history
  2. remove dead code, cache_max_age

    Jatutep Bunupuradah authored and Jatutep Bunupuradah committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    d14d4fb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. rename under cache/redis

    robjtede committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    e28b038 View commit details
    Browse the repository at this point in the history