Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: colinmollenhour/Cm_Cache_Backend_Redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.13.0
Choose a base ref
...
head repository: colinmollenhour/Cm_Cache_Backend_Redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on Jan 3, 2020

  1. Updated to Support Sentinel Auth

    Added Configuration with Sentinel AUTH Support
    tschirmer authored Jan 3, 2020
    Copy the full SHA
    7e877aa View commit details
  2. Merge pull request #149 from tschirmer/master

    Updated to Support Sentinel Auth
    colinmollenhour authored Jan 3, 2020
    Copy the full SHA
    5dd4032 View commit details

Commits on Feb 28, 2020

  1. 151 fix

    ilnytskyi authored Feb 28, 2020
    Copy the full SHA
    d58327f View commit details

Commits on Mar 10, 2020

  1. Copy the full SHA
    02eef64 View commit details

Commits on Mar 11, 2020

  1. Harden _decodeData in the face applications which convert php notices…

    … into exceptions resulting in cache entries not being regenerated
    Xon committed Mar 11, 2020
    Copy the full SHA
    0996fcb View commit details
  2. Merge pull request #154 from Xon/decodeDataTweaks

    Harden _decodeData
    colinmollenhour authored Mar 11, 2020
    Copy the full SHA
    a4cfd52 View commit details

Commits on Apr 24, 2020

  1. Track Credit 1.11.1;

    - Add TLS support
    - Php 7.3+ support
    - Minor redis command fixes
    Xon committed Apr 24, 2020
    Copy the full SHA
    cdc23e9 View commit details

Commits on Apr 25, 2020

  1. Merge pull request #157 from Xon/credis_update

    Track Credit 1.11.1
    colinmollenhour authored Apr 25, 2020
    Copy the full SHA
    39b3257 View commit details

Commits on Jun 4, 2020

  1. Merge pull request #152 from ilnytskyi/ilnytskyi-patch-1

    Fix when get Object(Credis_Client) to decode
    colinmollenhour authored Jun 4, 2020
    Copy the full SHA
    1132d90 View commit details

Commits on Feb 27, 2021

  1. Copy the full SHA
    b19e3a5 View commit details

Commits on Mar 2, 2021

  1. Merge pull request #163 from nemphys/lua-clean-fix

    Fix bug in lua clean script (tags not removed from global list of tags)
    colinmollenhour authored Mar 2, 2021
    Copy the full SHA
    0b042d2 View commit details

Commits on May 20, 2022

  1. Fix PHP 8.1 deprecation error

    zamu87 authored May 20, 2022
    Copy the full SHA
    e75ea1e View commit details

Commits on Jun 11, 2022

  1. Copy the full SHA
    08154b2 View commit details

Commits on Jun 20, 2022

  1. Merge pull request #166 from bbakalov/fix-php81-warning-array-access

    Fix PHP 8.1 Warning: Trying to access array offset on value of type bool
    colinmollenhour authored Jun 20, 2022
    Copy the full SHA
    068a4e1 View commit details
  2. Merge pull request #165 from zamu87/master

    Fix PHP 8.1 warning with sentinel
    colinmollenhour authored Jun 20, 2022
    Copy the full SHA
    30915e6 View commit details

Commits on Jul 5, 2022

  1. Copy the full SHA
    c0fca0b View commit details
  2. Copy the full SHA
    f5d8553 View commit details

Commits on Aug 11, 2022

  1. Copy the full SHA
    933c6ab View commit details

Commits on Aug 12, 2022

  1. Merge pull request #169 from shiftedreality/fix-auth

    Add username to auth params
    colinmollenhour authored Aug 12, 2022
    Copy the full SHA
    6661e3f View commit details

Commits on Dec 29, 2022

  1. Handle LOADING exception during read. (#171)

    Handle LOADING state when reading from slave by reading from master and when reading from master by retrying after 1 second wait.
    colinmollenhour authored Dec 29, 2022
    Copy the full SHA
    841d59e View commit details

Commits on Jan 18, 2023

  1. Copy the full SHA
    fe7b9a2 View commit details
  2. Copy the full SHA
    f91db67 View commit details
  3. Copy the full SHA
    38cc1d4 View commit details
  4. Replace DEL commands with UNLINK. (#160)

    Co-authored-by: Colin Mollenhour <colin@mollenhour.com>
    jonashrem and colinmollenhour authored Jan 18, 2023
    Copy the full SHA
    d87ca37 View commit details
  5. Copy the full SHA
    dd4fe9b View commit details
  6. Copy the full SHA
    6bc6f63 View commit details
  7. Copy the full SHA
    3fc3e91 View commit details

Commits on Oct 25, 2023

  1. Enable use_lua by default.

    Lua mode has proven to work best and has been supported in all non-eol versions of Redis for a very long time so it is now the default.
    colinmollenhour authored Oct 25, 2023
    Copy the full SHA
    dc2fd4f View commit details

Commits on Dec 21, 2023

  1. Copy the full SHA
    d403f44 View commit details

Commits on Aug 20, 2024

  1. Copy the full SHA
    c2e14be View commit details
Loading