From fbfe4c1e21d117a481126b76e913f368bf7703f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Kru=CC=88ss?= Date: Thu, 18 Jun 2026 14:44:59 -0700 Subject: [PATCH] docs: mention Relay in the extra extensions list Point readers to Relay (a high-performance drop-in replacement for the redis extension) from the extra extensions section, since it's provided as a layer via brefphp/extra-php-extensions. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/environment/php.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment/php.mdx b/docs/environment/php.mdx index bffa067f8..87e41ac6f 100644 --- a/docs/environment/php.mdx +++ b/docs/environment/php.mdx @@ -114,7 +114,7 @@ extension=soap Due to space limitations in AWS Lambda, Bref runtimes cannot include every possible PHP extensions. These additional PHP extensions can be included as separate AWS Lambda layers. -All extra PHP extensions are found in [brefphp/extra-php-extensions](https://github.com/brefphp/extra-php-extensions). +All extra PHP extensions are found in [brefphp/extra-php-extensions](https://github.com/brefphp/extra-php-extensions). These include [Relay](https://relay.so) — a high-performance drop-in replacement for the `redis` extension that keeps a copy of your Redis data in shared memory. Contributions to add more PHP extensions are welcomed.