Skip to content

Clean up unused instances of Mem (redis)

Fridtjof requested to merge cleanup-unused-mem into master

What does this MR do?

Just some housekeeping. I added modern return type annotations to Mem and removed it from some classes that do not use it, or that are on their way out (XhrMethods 👀)

How confident are you it won't break things if deployed?

should be fine if CI passes

Links to related issues

How to test

just see if it explodes :D

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • set a "for:" label to indicate who will be affected by this change
  • added to the next milestone (see https://gitlab.com/foodsharing-dev/foodsharing/-/milestones, unless it has a "for:Dev" label)
  • added an entry to CHANGELOG.md
  • added a short text that can be used in the release notes

Merge request reports