New: AI Workforce - waiting list open →

    Release news — published 14 May 2026

    Magento 2.4.9 is GA

    Redis is Out. Valkey is In. Here's What UK Store Owners Need to Do.

    By EveryHost Magento Team10 min read

    TL;DR

    Magento Open Source 2.4.9 reached GA on 12 May 2026 alongside Adobe Commerce 2.4.9. Three changes UK store owners need to plan for now: Valkey 8 has officially replaced Redis as the supported cache and session store (driven by Redis's 2024 licence change); OpenSearch 3 is now supported (with 2.x still working for backward compatibility); and the stack requirements have tightened to PHP 8.3/8.4/8.5, MySQL 8.4, and MariaDB 11.4. 581 bug fixes ship in the same release, including the long-standing FPT infinite-loading cart bug.

    The headline change: Redis has been replaced by Valkey

    The most operationally significant change in Magento 2.4.9 isn't OpenSearch 3 or the new PHP version requirements — it's that Adobe has officially switched the cache and session store from Redis to Valkey.

    The backstory: in March 2024, Redis Inc. changed Redis's licence from BSD to a dual-licence model (Redis Source Available License and Server Side Public License). This is incompatible with many open-source distribution models and broke long-standing arrangements with cloud providers and Linux distributions. In April 2024, the Linux Foundation forked the last BSD-licensed version of Redis (Redis 7.2.4) into a new project called Valkey, backed by AWS, Google Cloud, Oracle, Ericsson and Snap. Valkey is a drop-in replacement for Redis at the wire-protocol level — the same commands, the same client libraries, the same data structures — but with a fully open BSD-3 licence and a foundation-backed governance model.

    Magento 2.4.9 makes the switch official: the CLI tooling now uses Valkey commands, Adobe's documentation has been updated to reference Valkey rather than Redis, and the recommended cache stack ships Valkey 8 by default. Adobe has signalled that Redis-specific support will be deprecated in future Magento releases — staying on Redis is now a deferred-cost decision, not a long-term one.

    What this means in practice depends on what you're currently running. If your Magento store is on Redis 7.2 or earlier, you can swap in Valkey 8 at your next convenient maintenance window — RDB files copy across directly because the formats are compatible. If you've already upgraded to Redis 7.4 or later, the path is harder: Redis 7.4 introduced internal format changes that Valkey cannot read, so you must migrate using replication (configure Valkey as a replica of your Redis instance, wait for full sync, then cut over). EveryHost handles both migration paths as part of managed hosting onboarding.

    OpenSearch 3 support added

    Magento 2.4.9 adds support for OpenSearch 3.x while keeping backward compatibility with OpenSearch 2.x. OpenSearch 3 brings improved relevance scoring, faster aggregation performance, and a number of bug fixes around catalogue search behaviour, but it's not a forced upgrade — store owners can stay on OpenSearch 2.x for now and migrate to 3.x in a later window.

    The trade-off is that OpenSearch 3 introduces index format changes that aren't backward-compatible with OpenSearch 2. If you upgrade, a full Magento reindex is required during the upgrade window. For large catalogues this can be the longest-running step in the entire 2.4.9 migration — budget time accordingly.

    PHP and database requirements tighten

    PHP 8.2 is removed. Magento 2.4.9 supports PHP 8.3, 8.4, and 8.5. PHP 8.4 is the safest production choice today — it has been stable for over a year and has the widest extension compatibility. PHP 8.5 only reached stability in late 2025; expect a handful of less-actively-maintained extensions to need updates before they're 8.5-ready.

    Database versions are strict. MySQL 8.4 or MariaDB 11.4 — both LTS releases with long support windows. Older versions (MySQL 8.0, MariaDB 10.6, MariaDB 10.11) are no longer supported. The upgrade will fail at the schema validation step if your engine isn't current, so this is the first thing to check before scheduling any upgrade work.

    Apache ActiveMQ Artemis is now a supported message queue, alongside RabbitMQ. For stores running heavy asynchronous workloads (Inventory Management, order processing, indexing queues), Artemis can be a more predictable choice than RabbitMQ under load.

    581 bug fixes — the ones store owners actually feel

    Adobe has shipped 581 bug fixes in 2.4.9. A handful are operationally significant for any store that's been running 2.4.x for a while:

    • FPT infinite-loading cart fix. Stores using Fixed Product Tax with certain quote-rule combinations could get a checkout-cart loop that left customers stuck on a spinning page. Resolved in 2.4.9.
    • Duplicate FPC entries from query parameters. Pages were being cached multiple times when query-string parameter order varied, bloating Varnish memory. The full-page-cache key generation now normalises parameter order.
    • Inventory Management performance improvements for multi-source stores. Source assignment queries that previously took multiple seconds on stores with 5+ sources now complete in milliseconds.
    • Checkout reliability under concurrent load. Race conditions in order placement during peak traffic (Black Friday-style bursts) have been hardened, reducing the rate of order-creation failures.

    UK Magento 2.4.9 upgrade checklist

    If you're planning a 2.4.9 upgrade in the next 60–90 days, run through these in order:

    1. Audit your database engine version. If you're not on MySQL 8.4 or MariaDB 11.4, that's your first migration — independent of Magento.
    2. Check PHP version. Anything below 8.3 needs to move. PHP 8.4 is the recommended target.
    3. Inventory every installed Magento extension and check vendor compatibility statements for 2.4.9 specifically. Extensions that haven't been updated since 2.4.7 will likely need work.
    4. Decide on Redis-to-Valkey strategy. If on Redis 7.2 or earlier, plan a swap-in. If on Redis 7.4+, plan a replication-based migration.
    5. Decide on OpenSearch 2.x vs 3.x. Stay on 2.x if you want minimal change. Upgrade to 3.x if you have a long upgrade window and want the relevance improvements.
    6. Build a staging environment on the target stack (PHP 8.4, MySQL 8.4, Valkey 8, OpenSearch 2.x or 3.x). Run the Magento 2.4.9 upgrade end-to-end on staging.
    7. Run a full functional test pass — checkout, payments, email, search, admin, reports, extensions. Anything broken is a blocker, not a "we'll fix it later".
    8. Schedule the cutover with DNS TTL pre-lowered. Most cutovers complete in one to two hours after staging is signed off.

    Where EveryHost stands on the 2.4.9 stack

    EveryHost managed Magento hosting is ready for 2.4.9 on every front:

    • Valkey 8 available as a drop-in replacement for Redis, with replication-based migration support for stores on Redis 7.4+
    • OpenSearch 3 ready, with OpenSearch 2.x still supported for stores that want a staged upgrade
    • PHP 8.4 in production, PHP 8.5 available in staging for extension compatibility testing
    • MySQL 8.4 and MariaDB 11.4 — both LTS, with full support and patching
    • Free Magento migration includes the Redis-to-Valkey transition for stores moving to EveryHost as part of a 2.4.9 upgrade

    EveryHost is a Magento Open Source specialist — we've been preparing for the 2.4.9 stack changes since the beta was published in March. If you'd like to plan a 2.4.9 upgrade with UK-based Magento engineers, call 0333 577 6191 or use the contact form.

    Frequently Asked Questions

    Frequently Asked Questions

    Sources and further reading

    • Adobe Experience League — Magento Open Source 2.4.9 release notes
    • Adobe Experience League — Adobe Commerce 2.4.9 release notes
    • Linux Foundation — Valkey project announcement
    • Plumrocket — Magento 2.4.9: The Biggest Magento Shift in Years
    • MGT Commerce — Redis to Valkey Migration for Magento

    Planning a Magento 2.4.9 upgrade?

    EveryHost is a UK Magento Open Source specialist with Valkey, OpenSearch 3, PHP 8.4 and MySQL 8.4 ready in production. Free migration included.