Redis Object Cache Pro By ObjectCache

Redis Object Cache Pro By ObjectCache v1.23.1 Nulled

No permission to download

sonn1220

Active member
May 4, 2022
331
60
28
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?
 

csms

New member
May 7, 2021
5
0
1
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');
?>
 

sonn1220

Active member
May 4, 2022
331
60
28
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
 

Legolas

Active member
Trusted Uploader
Feb 26, 2019
175
216
43
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

dbbuda

Active member
Feb 17, 2021
111
57
28
Thank you very much. Works fine for me. I only had to restart httpd so that new wp-config settings can be applied
 

komozuro

Member
Banned User
May 5, 2022
40
47
18
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
 

dbbuda

Active member
Feb 17, 2021
111
57
28
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

gundring

Member
Oct 24, 2018
70
47
18
36
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

Barnabas2

New member
Sep 14, 2022
6
6
3
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

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