/
githubmirror
/
magento2
Обзор
Документация
Войти
/
githubmirror
/
magento2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.4-develop
lib/internal/Magento/Framework/App/Backpressure/SlidingWindow/ValkeyRequestLogger.php
18 строк
432 B
Alexandra Zota
ACP2E-4899: Order Rate Limit feature incompatible with Valkey cache backend
05 май 2026, 11:00
05 май 2026, 11:00
0b9cb27
Код
Авторство
О чём код?
<?php /** * Copyright 2026 Adobe * All Rights Reserved. */ declare(strict_types=1); namespace Magento\Framework\App\Backpressure\SlidingWindow; /** * Logging requests to Valkey * * Valkey is a Redis-compatible in-memory store. This class extends the Redis request logger * to leverage the same functionality while allowing to treat Valkey as a separate backend. */ class ValkeyRequestLogger extends RedisRequestLogger { }