Update funktioniert nicht: shopware.cache.redis_prefix

Moin,
soeben Shopware Updaten wollen, was leider nicht funktioniert… Aktuell bin ich auf 6.4.12 und PHP 8.1. Als erstes kommt folgendes:

$ php bin/console system:update:prepare
Run Update preparations
07:37:45 CRITICAL  [console] Error thrown while running command "system:update:prepare". Message: "You have requested a non-existent parameter "shopware.api.rate_limiter"." ["exception" => Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException^ { …},"command" => "system:update:prepare","message" => "You have requested a non-existent parameter "shopware.api.rate_limiter"."]

In ParameterBag.php line 93:

  You have requested a non-existent parameter "shopware.api.rate_limiter".

also hab ich die entsprechende shopware.yml angelegt und folgendes eingefügt

shopware:
  api:
    rate_limiter:
      login:
        enabled: false
      oauth:
        enabled: true
        policy: 'time_backoff'
        reset: '24 hours'
        limits:
          - limit: 3
            interval: '10 seconds'
          - limit: 5
            interval: '60 seconds'

wie in den Shopware Docs angegeben. Und jetzt:

$ php bin/console system:update:prepare
Run Update preparations
07:43:35 CRITICAL  [console] Error thrown while running command "system:update:prepare". Message: "You have requested a non-existent parameter "shopware.cache.redis_prefix"." ["exception" => Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException^ { …},"command" => "system:update:prepare","message" => "You have requested a non-existent parameter "shopware.cache.redis_prefix"."]

In ParameterBag.php line 93:

  You have requested a non-existent parameter "shopware.cache.redis_prefix".


system:update:prepare

Dummerweise finde ich zu shopware.cache.redis_prefix nichts. Weiß jemand hier weiter?

Grüße