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 Simon Bumford, Founder of EveryHost10 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 9 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 12.3. 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.

    official cache & session storeRedislicence changed 2024Valkey 9BSD-3, foundation-backedOpenSearch 2OpenSearch 3

    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 9 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 9 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 12.3, Adobe's recommended engines for 2.4.9 (MariaDB 11.8 LTS is also supported). 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 12.3, 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 9, 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 9 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 12.3, Adobe's recommended engines, fully supported and patched
    • 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

    Magento Open Source 2.4.9 reached General Availability on 12 May 2026, alongside Adobe Commerce 2.4.9. Both releases share the same underlying changes: 581 bug fixes, Valkey replacing Redis as the official cache, OpenSearch 3 support added, stricter PHP and database version requirements, and Apache ActiveMQ Artemis as a supported queue.

    Redis Inc. changed Redis's licence in March 2024 from BSD to a dual-licence model (Redis Source Available License and Server Side Public License), making it incompatible with many open-source distribution models. The Linux Foundation forked the last BSD version (Redis 7.2.4) into a new project called Valkey, backed by AWS, Google Cloud, Oracle, Ericsson and Snap. Adobe has switched Magento 2.4.9's CLI tooling and recommended cache stack to Valkey for licensing certainty and long-term open-source compatibility.

    Not immediately. Magento 2.4.9 still works with Redis 7.2 due to wire-protocol compatibility, but Valkey is now the officially supported and recommended path. Adobe has signalled that Redis support will be deprecated in future versions. The pragmatic recommendation is to migrate to Valkey 9 during your 2.4.9 upgrade window rather than carrying technical debt forward.

    If you're on Redis 7.2 or earlier, yes: Valkey 9 can load Redis 7.2 RDB files directly. If you're on Redis 7.4 or later, no: Redis 7.4 introduced internal format changes that Valkey cannot read. You must migrate using replication: configure Valkey as a replica of your Redis instance, wait for sync, then cut over. Plan for this if you've already upgraded Redis recently.

    No. Magento 2.4.9 supports both OpenSearch 2.x and 3.x. OpenSearch 3 is the preferred version and adds improvements to relevance scoring and aggregation performance, but you can continue running 2.x for now. If you do upgrade to OpenSearch 3, index format changes mean a full Magento reindex is required during the upgrade window.

    PHP 8.3, 8.4, or 8.5. PHP 8.2 support has been removed in 2.4.9. For production stability, PHP 8.4 is the safest choice today: it's been stable for over a year and has the widest extension compatibility. PHP 8.5 is supported but only became stable in late 2025, so allow time for extension vendors to validate compatibility before using it in production.

    MySQL 8.4 or MariaDB 12.3 (Adobe's recommended database engines for 2.4.9; MariaDB 11.8 LTS is also supported). Older versions (MySQL 8.0, MariaDB 10.6, MariaDB 10.11) are no longer supported on Magento 2.4.9: the upgrade will fail at the schema validation step if your database engine isn't current.

    For a single store with standard extensions and no major customisations, plan for a four-to-eight-hour upgrade window on a staging environment, then a one-to-two-hour cutover to production with DNS pre-lowered for zero downtime. The biggest variables are extension compatibility (every extension needs to be tested against 2.4.9), the Redis-to-Valkey switch if applicable, and a full reindex against OpenSearch 3. For complex stores or B2B, budget two to three days of staging work before scheduling the production cutover.

    Several long-standing issues are resolved in 2.4.9. The most operationally significant: the Fixed Product Tax (FPT) infinite-loading cart bug is fixed; duplicate full-page-cache entries caused by query-parameter ordering are eliminated; checkout reliability under high concurrency is improved; and Inventory Management performance for multi-source stores is much faster. The full release notes are on Adobe Experience League.

    Yes. EveryHost Magento hosting includes Valkey support, OpenSearch 3, PHP 8.4 (and 8.5 in staging), MySQL 8.4 and MariaDB 12.3. Migration to 2.4.9, including the Redis-to-Valkey transition, is included free with managed hosting plans. We're a Magento Open Source specialist and have been preparing for the 2.4.9 stack changes since the beta was published in March.

    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.