Problem/Motivation
Remove drupal/redis patch from 5.4.x, same as already done in 6.1.x.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | issue-3554788-redis-patch-no-longer-applies.patch | 1.05 KB | danrod |
Issue fork wxt-3554788
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
danrodComment #3
danrodI added the patch for the 5.4.x branch, please review.
Comment #4
danrodComment #5
al_trottier commentedI don't see the changes in the fork.
Comment #6
smulvih2Ya this is more of a placeholder ticket, it is just the removal of the redis patch from composer.json, same change as parent ticket.
Comment #7
danrodSorry, I forgot to include the patch
Comment #8
danrodThere you go, this patch should work for the 5.4.x branch, this one removes the patch and upgrades redis to 1.10. Please review.
Comment #9
al_trottier commentedThank you. According to @smulvih2, I think we should switch from patch #37 to #49 instead of removing it.
Comment #10
smulvih2@al_trottier correct, for 6.1.x we updated drupal/redis to ^1.10 and switched the patch for #49. I think we can do the same thing for 5.4.x, since that version of drupal/redis is good for D10 and D11. This was an important patch so want to make sure we don't drop it from 5.4.x.
Comment #11
smulvih2Comment #12
smulvih2This has been included in release 5.4.4.
Comment #14
danrod