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: phpredis/phpredis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.0.1
Choose a base ref
...
head repository: phpredis/phpredis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.2
Choose a head ref
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 22, 2023

  1. Find our callback by pattern with PSUBSCRIBE

    * Use the pattern Redis provides us not the channel, if this is
    a wildcard based `PSUBSCRIBE` payload.
    
    * Don't test whether our slots match in `SSUBSCRIBE` when not in cluster
      mode.
    
    Fixes #2395
    michael-grunder authored and yatsukhnenko committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    f404ecb View commit details
    Browse the repository at this point in the history
  2. Fix flaky test and OBJECT in a pipeline.

    * We weren't properly passing `z_tab` through to the underlying OBJECT
      handler, which was causing PhpRedis to crash if you tried to execute
      the OBJECT command in a pipeline.
    
    * Rework the `testTouch` unit test to try and avoid erroneous failures
      due to CI instance CPU scheduling.
    michael-grunder authored and yatsukhnenko committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3ec80ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abb3708 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    yatsukhnenko committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    c9e9236 View commit details
    Browse the repository at this point in the history
  5. 6.0.2

    yatsukhnenko committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    62cf943 View commit details
    Browse the repository at this point in the history
Loading