• 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 1.14.5 (Nulled)

Feb 14, 2020
58
43
18
25
Iran
Redis cache was introduced giving more edge to the object cache scene than the current memcache option and redis cache is much more effective and efficient.

For redis supporting hosting, they have official redis cache plugin for wordpress.

There is a pro version of this official plugin as listed in the below link:

objectcache.pro

Object Cache Pro for WordPress

A business class Redis object cache backend that’s truly reliable, highly-optimized and fully customizable, with a dedicated engineer when you most need it.
objectcache.pro


Do anyone has this resource? If so, can we have this?
 
Hi pro, i got License: Invalid
my config working for me for version 1.13

Code:
define('WP_REDIS_CONFIG', [
'token' => 'vYgPURcKzmz7M9TxUP4uYVG1l0mb1bu3JkaDTSQGzHezUWZfNyeGSmu0LKRT', // 60 chars random string
'host' => '127.0.0.1',
'port' => 6379,
'database' => 1, // change for each site
'timeout' => 1,
'read_timeout' => 0.5,
'async_flush' => true,
'split_alloptions' => true,
'prefetch' => true,
'debug' => false,
'save_commands' => false,

Is your version 1.14.3 nulled and working?.
I got your nulled here: https://babia.to/resources/redis-cache-pro.21507/

2022-06-02 16_58_45-Window.png
 
For people who is experiencing licence problem, use config above and go to phpmyadmin options table, search for "rediscache_license" and set it to

"O:8:"stdClass":6:{s:4:"plan";N;s:5:"state";s:5:"valid";s:5:"token";
N;s:12:"organization";N;s:10:"last_check";i:1949320211;s:11:"valid_as_of"
;i:1949320211;}" without ""
 
  • Like
Reactions: skypeleft
In directory /redis-cache-pro/src/License.php go to line 201 and replace code .
Code :

return (object) [
'plan' => $this->plan,
'state' => 'valid',
'token' => "Babiato!lovers!never!giveup",
'organization' => 'organization',
'last_check' => current_time('timestamp'),
'valid_as_of' => current_time('timestamp'),
];

If token not working properly you can change to : $this->token
 
Add below codes to functions.php (theme folder) :

// Force the object cache drop-in to be valid
add_filter( 'objectcache_validate_dropin', '__return_false' );

// Force object cache drop-in version to be up-to-date
add_filter( 'objectcache_validate_dropin_version', '__return_false' );

// Disable filesystem health check
add_filter( 'objectcache_check_filesystem', '__return_false' );
 
  • Like
Reactions: skypeleft
For people who is experiencing licence problem, use config above and go to phpmyadmin options table, search for "rediscache_license" and set it to

"O:8:"stdClass":6:{s:4:"plan";N;s:5:"state";s:5:"valid";s:5:"token";
N;s:12:"organization";N;s:10:"last_check";i:1949320211;s:11:"valid_as_of"
;i:1949320211;}" without ""
In directory /redis-cache-pro/src/License.php go to line 201 and replace code .
Code :

return (object) [
'plan' => $this->plan,
'state' => 'valid',
'token' => "Babiato!lovers!never!giveup",
'organization' => 'organization',
'last_check' => current_time('timestamp'),
'valid_as_of' => current_time('timestamp'),
];

If token not working properly you can change to : $this->token
Add below codes to functions.php (theme folder) :

// Force the object cache drop-in to be valid
add_filter( 'objectcache_validate_dropin', '__return_false' );

// Force object cache drop-in version to be up-to-date
add_filter( 'objectcache_validate_dropin_version', '__return_false' );

// Disable filesystem health check
add_filter( 'objectcache_check_filesystem', '__return_false' );
I did it alls, but still can't Enabled Cache: Automatic updates for Object Cache Pro are disabled, because the license token is not valid.
2022-06-03 07_16_49-Window.png 2022-06-03 07_17_28-Window.png 2022-06-03 07_18_09-Window.png

2022-06-03 07_19_20-Window.png

Please show me your config screenshot, thank in advance.
 
Last edited:
I did it alls, but still can't Enabled Cache: Automatic updates for Object Cache Pro are disabled, because the license token is not valid.
2022-06-03 07_16_49-Window.png 2022-06-03 07_17_28-Window.png 2022-06-03 07_18_09-Window.png

2022-06-03 07_19_20-Window.png

Please show me your config screenshot, thank in advance.
Paste below codes in wp-config.php file :

define('WP_REDIS_CONFIG', [
'token' => 'Babiato!lovers!never!giveup',
'host' => 'ip or domain of your redis server',
'port' => 6379, //redis port
'database' => 0, // change for each site
'maxttl' => 86400 * 7,
'timeout' => 1.0,
'read_timeout' => 1.0,
'split_alloptions' => true,
'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
 
Paste below codes in wp-config.php file :

define('WP_REDIS_CONFIG', [
'token' => 'Babiato!lovers!never!giveup',
'host' => 'ip or domain of your redis server',
'port' => 6379, //redis port
'database' => 0, // change for each site
'maxttl' => 86400 * 7,
'timeout' => 1.0,
'read_timeout' => 1.0,
'split_alloptions' => true,
'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
Still not working for me
 
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