• 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
What helps to know if it will work is to install free. In my case neither the pro nor the free. And I've been to PHP Selector and I was successful. Redis and opcache assets. Any tips?
 
error fix:

PHP:
<?php
define('WP_REDIS_CONFIG', [
    'token' => 'Vwwz2Xjf3RLsjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFCi',
    'host' => '127.0.0.1',
    'port' => 6379,
    'database' => 13, // change for each site
    'maxttl' => 3600 * 24 * 7, // 7 days
    'timeout' => 1.0,
    'read_timeout' => 0.5,
    'async_flush' => true,
    'split_alloptions' => true,
    'prefetch' => true,
    'debug' => false,
    'save_commands' => false,
]);

define('WP_REDIS_DISABLED', false);
define('WP_CACHE_KEY_SALT', 'domain.com');
?>
 
error fix:

PHP:
<?php
define('WP_REDIS_CONFIG', [
    'token' => 'Vwwz2Xjf3RLsjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFCi',
    'host' => '127.0.0.1',
    'port' => 6379,
    'database' => 13, // change for each site
    'maxttl' => 3600 * 24 * 7, // 7 days
    'timeout' => 1.0,
    'read_timeout' => 0.5,
    'async_flush' => true,
    'split_alloptions' => true,
    'prefetch' => true,
    'debug' => false,
    'save_commands' => false,
]);

define('WP_REDIS_DISABLED', false);
define('WP_CACHE_KEY_SALT', 'domain.com');
?>
I will try this one
 
I will try this one
It couldn't work in your case, because your problems are not in WordPress or with the plug-in itself, but in your system setup. You will need a experienced person who knows how to configure a redis server and the PHP setup and extensions.
 
  • Like
Reactions: nwrk
Hi
I success install Redis Object Cache Pro on first WP site on Litespeed Cyberpanel VPS
How could I install on second site? are there any instuction for this?
Thanks
 
Lalo, if you downloaded phpredis you probably didn't enable it. Just enable php extension for phpredis in php.ini file. Add line at the end of file, something like this extension=redis.so or whatever
 
  • Love
Reactions: Lalo
Can someone explain this to me?

2022-09-18 19_35_57-Object Cache Pro ‹ — WordPress - Brave.png

This error message says it all :)
Maybe the next questions to you is "how to enable redis php extension on litespeed server"
Im not expert on this, but you can find anything on google :D
 
Last edited:
  • Love
Reactions: Lalo
Memcached and redis are temporarily disabled due to global intrusion announcements by these cache modules. LiteSpeed cache is already active on the server so they won't be missed.

In my case the server gave me this information
Should we remove this plugin from our websites?
 
  • Haha
Reactions: Legolas
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