From da1ba8b00b28fe2c0692b8f48a93f0aa2ef56676 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Wed, 25 Mar 2026 10:14:45 +0100 Subject: [PATCH] performance.md: Fix Redis list --- docs/infrastructure_and_maintenance/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/infrastructure_and_maintenance/performance.md b/docs/infrastructure_and_maintenance/performance.md index e8a46683e1..abe38d4ead 100644 --- a/docs/infrastructure_and_maintenance/performance.md +++ b/docs/infrastructure_and_maintenance/performance.md @@ -69,7 +69,7 @@ You can build them by running `yarn encore prod`, or by setting the environmenta ### Redis-compatible data stores -Redis and its alternatives, like Valkey, can in some cases perform better than filesystem cache even with a single server, as it offers better general performance for operations invalidating cache. +- Redis and its alternatives, like Valkey, can in some cases perform better than filesystem cache even with a single server, as it offers better general performance for operations invalidating cache. - However, pure read performance is slower, especially if the next points aren't optimized. - With cache being on different node(s) than web server, make sure to try to tune latency between the two.