• 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
IMPORTANT INFORMATION.
I came across traces of backdoor in the plugin shared on some stupid forums. When you install the plugin, it takes a lot of your information and can access your ftp files! After that, the admin can steal your password and completely hack your site! As babiato, we do not accept any responsibility in this regard! The babia.to files here are the original files and the license system has been removed.
Thank you!
 
Babak updated Redis Object Cache Pro with a new update entry:

Redis Object Cache Pro v1.16.1 Nulled

Download Redis Object Cache Pro v1.16.1 Nulled Free
v1.16.1 - 2022-08-29 - Big Thanks To @legolas

### Fixed
- Fixed health check condition

v1.16.0 - 2022-08-22
### Added
- Added WordPress 6.1 `wp_cache_flush_group()` support
- Added REST API endpoint for plugin options
- Added `objectcache_omit_analytics_footnote` filter
- Added connection retries
- Added support for `OBJECTCACHE_CONFIG` environment variable
- Added integration for WP User Manager
- Added...

Read the rest of this update entry...
 
Friend what does that mean? Could you give me a direction. grateful for your precise time @skypeleft

Eviction Policy​

To avoid Redis running out of memory and your site going down, it’s recommended to set Redis’ maxmemory-policy configuration option to allkeys-lru or allkeys-lfu.

If this causes too much CPU usage in your particular set up, you can use a reasonable maxttl for your setup. See configuration options.
 
i have a proble when try active Redis Object Cache Pro.

"Failed to initialize object cache: License `token` must be a 60 characters long string"

Anyone help me ?
 
Could anybody share a nulled version? It says
Code:
Failed to initialize object cache: License `token` must be a 60 characters long string
Appreciate that.
 
i have a proble when try active Redis Object Cache Pro.

"Failed to initialize object cache: License `token` must be a 60 characters long string"

Anyone help me ?
Could anybody share a nulled version? It says
Code:
Failed to initialize object cache: License `token` must be a 60 characters long string
Appreciate that.

You have to generate a token that has exactly 60 characters, you can try using random characters (unprofessional) until you reach exactly 60 characters and it will work.

If you have read the publication about this resource you will have noticed that there are 2 configurations: One is normal and the other is high performance. Both have a variable called "Token" that inside it has the word "babiato", you must change that "babiato" for a value of 60 digits.
 
Mine stopped working after 24 hours. What can I do?

An object cache error has occurred:

Remove reference to igbinary from your config file because your redis php extension is not compiled with igbinary support. That's it.
 
Mine stopped working after 24 hours. What can I do?

An object cache error has occurred:

Use the recommended configuration:

PHP:
define('WP_REDIS_CONFIG', [
    'token' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
    'host' => '127.0.0.1',
    'port' => 6379,
    'database' => 0, // change for each site
    'maxttl' => 3600 * 24 * 7, // 7 days
    'timeout' => 2.5,
    'read_timeout' => 2.5,
    'split_alloptions' => true,
    'debug' => false,
]);

define('WP_REDIS_DISABLED', false);

You can find it on the overview page of this resource. Replace token with the one you are using (random 60 chars length)
 
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