[Request] Redis object cache pro wordpress plugin

bluvia

Active member
Feb 6, 2021
236
82
28
how I can add phpredis to php.ini ?

Redis installed and active but I face below message.

1657975191933.png

1657975353572.png
 

Legolas

Active member
Trusted Uploader
Feb 26, 2019
175
216
43
how I can add phpredis to php.ini ?

Redis installed and active but I face below message.

1657975191933.png

1657975353572.png
Yes, you have the Redis server up and running, but that doesn't means that you have the phpredis module installed and loaded. Check that as the error message says. You'll need that extension to allow PHP communicate with Redis server.
 

bluvia

Active member
Feb 6, 2021
236
82
28
I have added redis to php.ini and now I face below message

1658002748483.png
 

Attachments

  • 1658002030069.png
    1658002030069.png
    14.4 KB · Views: 187
Last edited:

Legolas

Active member
Trusted Uploader
Feb 26, 2019
175
216
43
I have added resid to php.ini and now I face below message

1658002030069.png
You will need to add the plugin configuration into the wp-config.php file. Look in other messages to know how. Good luck! :)
 

ckeeper

Well-known member
Nov 8, 2019
623
376
63
I solved token issue but now I have below message , pain in the neck :)

1658003809668.png
Just remove under wp-config.php the line 'compression' => 'zstd',
if the next error is igbinary also rmove this line as well 'serializer' => 'igbinary',
 
  • Like
Reactions: Legolas

4c0u8

Member
Jul 16, 2022
52
3
8
Or (Ubuntu & Debian etc.) ..

apt install php8.1-zstd
apt install php8.1-igbinary
or
apt install php8.1-lz4
apt install php8.1-igbinary

..for lz4 compression. The installation of the missing modules using apt (is as shown) for php8.1. If you are using a different (for example 7.4) version of PHP, then the extension installation will look like this

apt install php7.4-lz4
apt install php7.4-zstd
apt install php7.4-igbinary

PHP version check

On the Linux, it installs with higher than standard permission, if you don´t have that permisssion you have type sudo before each command. Then enter the password when prompted..

sudo apt install php...
 
Last edited:

bobsmith

Busy in real life so uploads will be soon
Null Master
Trusted Uploader
May 4, 2022
2,976
2,942
113
UK
Closed as was only a request thread and not a nulling request.
 
  • Like
Reactions: xLab

Forum statistics

Threads
69,545
Messages
910,351
Members
240,400
Latest member
paraipan

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu