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

Memcache support, initially for tweets #211

Merged
merged 3 commits into from
May 14, 2017

Commits on May 11, 2017

  1. Memcache support, initially for tweets

    This could be expanded to support: servers.php and stream.php.
    Work is part of SteamLUG#208
    johndrinkwater committed May 11, 2017
    Configuration menu
    Copy the full SHA
    3f2af6b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2017

  1. Configuration menu
    Copy the full SHA
    2cba8f0 View commit details
    Browse the repository at this point in the history
  2. Avoid the else branch for memcache use, makes code clearer

    When access to memcache is offline, fetchOrStore will still return the
    result of the function call; this makes the code more readable and
    prevents copy/paste errors for the false branch. This mirrors the
    behaviour added for the servers memcache update.
    
    This does remove error reporting for memcache calls… because otherwise
    passing in false here would produce errors in log for every visit.
    johndrinkwater committed May 12, 2017
    Configuration menu
    Copy the full SHA
    67c59dc View commit details
    Browse the repository at this point in the history