Redis Object Cache Pro By ObjectCache

Redis Object Cache Pro By ObjectCache v1.17.0 Nulled

No permission to download

CodeKeeper

Active member
Dec 14, 2019
155
78
28
So, do you mean Redis cach pro is not needed if Nginx Fastcig Cache was already used on site please?

Thanks
As good as I can explain, Redis provides database cache while Nginx cache provides dynamic page cache. Both are different!! So, for peak performance, it's best to use both!!
 
  • Like
Reactions: pathankp

pathankp

Member
Nov 5, 2020
37
63
18
So, do you mean Redis cach pro is not needed if Nginx Fastcig Cache was already used on site please?

Thanks

Well in my experience if you have a small website with less than 5K visitors a month you don't really need Redis. However, redis is a database cache, it will help improve the overall performance of your website that is if you have a website with massive database and lots of visitors.
Now to be clear, the redis cache pro or Object Cache Pro is a wordpress plugin. To use it you need to install redis on your server first. This plugin gives you access to manipulate or flush the database cache from your WordPress dashboard.

So much hype around this, I would rather have Varnish with the free version of this plugin.
And yes, i've tested both settings.
Varnish is HTTP Cache, we use it as a proxy to serve static and dynamic content to end user. However, it will not help if you have a large database. And I agree with you that the free version of this plugin is enough for most of the websites. However, the the pro version has its perks.
 

the_truth

Well-known member
Babiato Lover
Null Master
Trusted Uploader
Mar 22, 2021
471
308
63
Here is the nulled file by me @Tomz and @xLab .
Thanks to @Sdhillon225 for untouched version of plugin!

I think i have removed all the callback to the dev.

Redis Object Pro 1.17.1 NULLED AND TESTED

give feedback if work for u

P.S.: Deactivate and remove previous old versions (the name of the folder is different now)

Screenshot as proof of working plugin on my side:
Immagine 2023-01-31 201213.jpg
 

Attachments

  • object-cache-pro.zip
    382.3 KB · Views: 228

dm1try

Active member
Nov 19, 2019
173
104
43
Here is the nulled file by me @Tomz and @xLab .
Thanks to @Sdhillon225 for untouched version of plugin!

I think i have removed all the callback to the dev.

Redis Object Pro 1.17.1 NULLED AND TESTED

give feedback if work for u

P.S.: Deactivate and remove previous old versions (the name of the folder is different now)

Screenshot as proof of working plugin on my side:
Immagine 2023-01-31 201213.jpg

What token should be in the wp-config.php file? Shows error "Failed to initialize object cache: License `token` must be a 60 characters long string".
 

the_truth

Well-known member
Babiato Lover
Null Master
Trusted Uploader
Mar 22, 2021
471
308
63
What token should be in the wp-config.php file? Shows error "Failed to initialize object cache: License `token` must be a 60 characters long string".

On WordPress wp-config.php, keep the following code on top:

Code:

PHP:
define( 'WP_REDIS_CONFIG', [
'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
'client' => 'phpredis',
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0,
'maxttl' => 3600 * 24 * 7,
'timeout' => 1.5,
'read_timeout' => 1.5,
'retry_interval' => 300,
'retries' => 5,
'split_alloptions' => true,
'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
 
Last edited:

gundring

Member
Oct 24, 2018
70
47
18
35
Here is the nulled file by me @Tomz and @xLab .
Thanks to @Sdhillon225 for untouched version of plugin!

I think i have removed all the callback to the dev.

Redis Object Pro 1.17.1 NULLED AND TESTED

give feedback if work for u

P.S.: Deactivate and remove previous old versions (the name of the folder is different now)

Screenshot as proof of working plugin on my side:
Immagine 2023-01-31 201213.jpg

Thanks a lot bro! this is must have plugin for wordpress!
 
  • Like
Reactions: the_truth

kakalotfreedom

New member
May 26, 2020
26
9
3
Here is the nulled file by me @Tomz and @xLab .
Thanks to @Sdhillon225 for untouched version of plugin!

I think i have removed all the callback to the dev.

Redis Object Pro 1.17.1 NULLED AND TESTED

give feedback if work for u

P.S.: Deactivate and remove previous old versions (the name of the folder is different now)

Screenshot as proof of working plugin on my side:
Immagine 2023-01-31 201213.jpg
HI, I installed it but my website still shows 1.17.0 :( any idea to fix it? Thanks
 

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