• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Redis Object Cache Pro By ObjectCache

Redis Object Cache Pro By ObjectCache v.1.20.2 Nulled

No permission to download
define( 'WP_REDIS_CONFIG', [
'token' => "...",
'host' => '127.0.0.1',
'port' => 6379,
'database' => 1,
'maxttl' => 3600 * 24,
'timeout' => 1.0,
'read_timeout' => 1.0,
'compression' => 'zstd',
'serializer' => 'igbinary',
'async_flush' => true,
'client' => 'phpredis',
'split_alloptions' => true,
'retry_interval' => 300,
'shared' => true,
'prefetch' => true,
'debug' => false,
'prefix' => DB_NAME,
'save_commands' => false,
'non_persistent_groups' => [
'litespeed',
],
]);
define( 'WP_REDIS_DISABLED', false );

This plugin is a little difficult to use. Because you need to have good knowledge of Linux. I am using a config like this and there are 9 sites on the same server. all working perfectly.
You need to make some adjustments to use redis on different sites on the same server. I marked these settings as "bold".
 
  • Like
Reactions: NA.VU and hellearth
define( 'WP_REDIS_CONFIG', [
'token' => "...",
'host' => '127.0.0.1',
'port' => 6379,
'database' => 1,
'maxttl' => 3600 * 24,
'timeout' => 1.0,
'read_timeout' => 1.0,
'compression' => 'zstd',
'serializer' => 'igbinary',
'async_flush' => true,
'client' => 'phpredis',
'split_alloptions' => true,
'retry_interval' => 300,
'shared' => true,
'prefetch' => true,
'debug' => false,
'prefix' => DB_NAME,
'save_commands' => false,
'non_persistent_groups' => [
'litespeed',
],
]);
define( 'WP_REDIS_DISABLED', false );

This plugin is a little difficult to use. Because you need to have good knowledge of Linux. I am using a config like this and there are 9 sites on the same server. all working perfectly.
You need to make some adjustments to use redis on different sites on the same server. I marked these settings as "bold".
I don't know why but this pro version not working for some of my websites (hosting websites).
I see it's working fine on my VPS websites only!.
2022-07-06 13_58_13-Window.png
 
Thanks for submitting the guide.
I tried this way, but every 10 minutes admin account is logged out :(
The strange thing is that the other 2 sites work perfectly, don't know why :(
i had the same problem. for this you need to delete all redis cache.
You need to constantly clear the cache via the plugin or redis-cli. You have to do this for every setting change. I sent you the whole tip. You can follow the developer website for other settings.
 
I don't know why but this pro version not working for some of my websites (hosting websites).
I see it's working fine on my VPS websites only!.
2022-07-06 13_58_13-Window.png
Connection refused error shows that the plugin could not connect to redis. There is something wrong with your redis or wp-config.php settings.

I have personally experienced all the problems mentioned in the subject. These issues have nothing to do with the plugin.
 
  • Like
Reactions: skypeleft
Connection refused error shows that the plugin could not connect to redis. There is something wrong with your redis or wp-config.php settings.

I have personally experienced all the problems mentioned in the subject. These issues have nothing to do with the plugin.
It's confusing how the free version works properly.
For free version config
Code:
/**AZDIGI Redis Cache**/
define('WP_REDIS_SCHEME', 'unix');
define('WP_REDIS_PATH','/home/abccoo/redis/redis.sock');
define('WP_REDIS_CLIENT', 'pecl');
define('WP_CACHE_KEY_SALT', 'domain.com');
define('WP_REDIS_MAXTTL', '900');
define('WP_REDIS_SELECTIVE_FLUSH', true);

2022-07-06 16_13_48-Window.png
 
Your version of Redis looks very old. I am using Redis 7.0. So I don't recommend using pecl.
If you can write the whole scenario for me privately, I can support you.
 
I found a problem when I try to activate everything fine in plugin dashboard.

Screenshot 2022-07-06 160812.png

but in wp Site Health still show Invalid Licensed token

Screenshot 2022-07-06 160916.png

there're anything wrong here?
thank you for your help.
this is my configuration

Code:
define( 'WP_REDIS_CONFIG', [
    'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
    'host' => '127.0.0.1',
    'port' => 6379,
    'database' => 0, // change for each site
    'maxttl' => 3600 * 24 * 7, // 7 days
    'timeout' => 1.0,
    'read_timeout' => 1.0,
    'split_alloptions' => true,
    'debug' => false,
]);
 
I found a problem when I try to activate everything fine in plugin dashboard.

Screenshot 2022-07-06 160812.png

but in wp Site Health still show Invalid Licensed token

Screenshot 2022-07-06 160916.png

there're anything wrong here?
thank you for your help.
this is my configuration

Code:
define( 'WP_REDIS_CONFIG', [
    'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
    'host' => '127.0.0.1',
    'port' => 6379,
    'database' => 0, // change for each site
    'maxttl' => 3600 * 24 * 7, // 7 days
    'timeout' => 1.0,
    'read_timeout' => 1.0,
    'split_alloptions' => true,
    'debug' => false,
]);
change token setting with this;
Vwwz2Xjf3RLsjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFDR

(In the real world this token setting is not important. because the verifications in the license part have been removed. If the plugin works when you enter the wrong license code, it will continue to work.)
 
  • Like
Reactions: Sovichetra
change token setting with this;
Vwwz2Xjf3RLsjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFDR

(In the real world this token setting is not important. because the verifications in the license part have been removed. If the plugin works when you enter the wrong license code, it will continue to work.)
thank you for help I tried to change that but still the same
plugin look working fine but my team still talking about wp site health that's why I asking for help 🥰
thank you agian
 
thank you for help I tried to change that but still the same
plugin look working fine but my team still talking about wp site health that's why I asking for help 🥰
thank you agian
You need to delete all caches from the system.
Like Opcode or Redis.
 
  • Like
Reactions: Sovichetra
Sure. I did it all, but still can't connect.
This is for my website on a share hosting.
2022-07-06 13_58_13-Window.png
The free version I use, this is my configuration, I am a standalone server, I recommend a standalone server or vps here, and my php version is 7.4, I hope it can help you.
 

Attachments

Free version and this v1.15.1 worked fine for me until today and restart the server . Redis was not starting and
Error: "Connect refu....."
It helped me:
In redis.conf: "daemonize no" change to "daemonize yes".
I have no idea when it changed and it started to pair up with problems.
Maybe it will help you too.
 
Free version and this v1.15.1 worked fine for me until today and restart the server . Redis was not starting and
Error: "Connect refu....."
It helped me:
In redis.conf: "daemonize no" change to "daemonize yes".
I have no idea when it changed and it started to pair up with problems.
Maybe it will help you too.
VPS?
Try clean cache use command: redis-cli flushall
 
this is redis server problem. It has nothing to do with the plugin.
You can resolve the error with the following command.

Code:
redis-server --daemonize yes
 
Sure. I did it all, but still can't connect.
This is for my website on a share hosting.
2022-07-06 13_58_13-Window.png
This happened to me.
I downloaded this Plugin: https://wordpress.org/plugins/download-plugins-dashboard/
Then create a Plugin download from a live website. Installation website doesn't work. And it can work normally.
The thing is that this new installation site has an automatic logout error like I mentioned in the old comments.
 
change token setting with this;
Vwwz2Xjf3RLsjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFDR

(In the real world this token setting is not important. because the verifications in the license part have been removed. If the plugin works when you enter the wrong license code, it will continue to work.)
The token only needs to be full of characters. The plugin works normally despite the error message token :D
 
define( 'WP_REDIS_CONFIG', [
'token' => "...",
'host' => '127.0.0.1',
'port' => 6379,
'database' => 1,
'maxttl' => 3600 * 24,
'timeout' => 1.0,
'read_timeout' => 1.0,
'compression' => 'zstd',
'serializer' => 'igbinary',
'async_flush' => true,
'client' => 'phpredis',
'split_alloptions' => true,
'retry_interval' => 300,
'shared' => true,
'prefetch' => true,
'debug' => false,
'prefix' => DB_NAME,
'save_commands' => false,
'non_persistent_groups' => [
'litespeed',
],
]);
define( 'WP_REDIS_DISABLED', false );

This plugin is a little difficult to use. Because you need to have good knowledge of Linux. I am using a config like this and there are 9 sites on the same server. all working perfectly.
You need to make some adjustments to use redis on different sites on the same server. I marked these settings as "bold".

This configuration is working with my website, no logout after more than 1 hour 😍
The thing is I can't use 'compression' => 'zstd',. Do you have instructions to turn it on?

Thank you for your help !!!
 
Last edited:
no one has mentioned it but redis will cause a huge vulnerability in the server's database if a password or firewall is not set.
Add a configuration like this inside the code structure and set a redis password on your web server.

wp-config.php enter:

'password' => 'urenter',

In my case it's enough to add parameters to the docker extension as an example.

Paramerer Name:
REDIS_PASSWORD
 
  • Like
Reactions: hellearth
no one has mentioned it but redis will cause a huge vulnerability in the server's database if a password or firewall is not set.
Add a configuration like this inside the code structure and set a redis password on your web server.

wp-config.php enter:

'password' => 'urenter',

In my case it's enough to add parameters to the docker extension as an example.

Paramerer Name:
REDIS_PASSWORD
Do you have more information, any articles?
 
This configuration is working with my website, no logout after more than 1 hour 😍
The thing is I can't use 'compression' => 'zstd',. Do you have instructions to turn it on?

Thank you for your help !!!

All of the problems in the topic are related to the redis installation on the server.
You need a good knowledge of linux to take full advantage of this plugin.
There may be connection errors in the Redis pecl installation.
Redis 5.0+ is the recommended version.
Redisphp 5.3.2 is the recommended version.
Use igbinary serializer and zsdt/lzf compressor. This is the way to get the best performance from the plugin.
For shared hosting, follow the instructions on the developer site.
If you have your own VPS, you don't need to use a password.
You need to give a separate ID for each site.

I shared all the answers to these questions in the topic description.
Please submit your question after a detailed review.
 
  • Like
Reactions: hellearth
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock