Skip to content

Commit c5e7409

Browse files
committed
Update README.md
1 parent abb853b commit c5e7409

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,15 @@ To add another server, add the same environment variables, but change 0 to 1 (2
100100

101101
- PHP >= 7.4
102102
- redis, memcache(d), opcache or apcu php extensions (if none of them is installed, only the Server tab will be available)
103+
- Redis server >= 3.0.0
103104
- Memcached server >= 1.4.18
104105

106+
> **Note**
107+
>
108+
> For better performance, always use extensions, however:
109+
> - If the Redis extension is not installed, the system will use a Predis client (if you are using composer, install Predis manually via `composer require predis/predis`)
110+
> - If the Memcache(d) extension is not installed, the system will use a custom PHPMem client.
111+
105112
## Testing
106113

107114
PHPUnit

0 commit comments

Comments
 (0)