Skip to content

chore: undeprecate the redis cache backend#62195

Open
susnux wants to merge 1 commit into
masterfrom
chore/un-deprecate-redis
Open

chore: undeprecate the redis cache backend#62195
susnux wants to merge 1 commit into
masterfrom
chore/un-deprecate-redis

Conversation

@susnux

@susnux susnux commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Summary

There are good reasons to have both backends supported, first the phpredis backend allows in some cases for higher performance. But also predis allows to use redis / valkey in cases where:

  • phpredis does not yet support a new version of valkey / redis
  • its not possible to install 3rdparty PHP extensions like phpredis

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@susnux susnux requested a review from a team as a code owner July 15, 2026 14:54
@susnux susnux requested review from Altahrim, CarlSchwan, come-nc and salmart-dev and removed request for a team July 15, 2026 14:54
@susnux susnux added the 3. to review Waiting for reviews label Jul 15, 2026
@susnux susnux added this to the Nextcloud 35 milestone Jul 15, 2026
@susnux

susnux commented Jul 15, 2026

Copy link
Copy Markdown
Contributor Author

/backport to stable34

There are good reasons to have both backends supported,
first the phpredis backend allows in some cases for higher performance.
But also predis allows to use redis / valkey in cases where:
- phpredis does not yet support a new version of valkey / redis
- its not possible to install 3rdparty PHP extensions like phpredis

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux force-pushed the chore/un-deprecate-redis branch from d47f102 to 3a76c57 Compare July 16, 2026 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants