You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/infrastructure_and_maintenance/performance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ You can build them by running `yarn encore prod`, or by setting the environmenta
69
69
70
70
### Redis-compatible data stores
71
71
72
-
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.
72
+
-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.
73
73
- However, pure read performance is slower, especially if the next points aren't optimized.
74
74
- With cache being on different node(s) than web server, make sure to try to tune latency between the two.
0 commit comments