Skip to content

Commit e352ee4

Browse files
authored
performance.md: Fix Redis list (#3104)
1 parent 2c35bad commit e352ee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/infrastructure_and_maintenance/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can build them by running `yarn encore prod`, or by setting the environmenta
6969

7070
### Redis-compatible data stores
7171

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.
7373
- However, pure read performance is slower, especially if the next points aren't optimized.
7474
- With cache being on different node(s) than web server, make sure to try to tune latency between the two.
7575

0 commit comments

Comments
 (0)