Skip to content

Commit

Permalink
docs: add notes regard phpredis version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat committed Jan 23, 2025
1 parent 6c2716d commit f5ac1cd
Show file tree
Hide file tree
Showing 5 changed files with 753 additions and 985 deletions.
2 changes: 2 additions & 0 deletions docs/installation/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ systemctl enable nginx

## Installing PHP

> Note to avoid Redis related issues, you need to make sure phpredis extension is correctly installed and version >= 6.0.2
Debian 12 (bookworm) comes with an older version of PHP, so we'll install it using the PHP repository at packages.sury.org/php

To add the Debian DPA for packages.sury.org/php, you can follow these steps:
Expand Down
2 changes: 2 additions & 0 deletions docs/installation/rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ systemctl enable nginx

## Installing PHP

> Note to avoid Redis related issues, you need to make sure phpredis extension is correctly installed and version >= 6.0.2
Red Hat Enterprise Linux 9.4 comes with PHP version of 8.0, now we change it to remi repo php-8.4

```bash
Expand Down
2 changes: 2 additions & 0 deletions docs/installation/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ systemctl enable nginx

## Installing PHP

> Note to avoid Redis related issues, you need to make sure phpredis extension is correctly installed and version >= 6.0.2
We'll install PHP using the PPA source from deb.sury.org

```bash
Expand Down
Loading

0 comments on commit f5ac1cd

Please sign in to comment.