• 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
Hello can someone help me with the configuration specificly the code to integrate in wp-config im lost there my server already have redis configuration but when i install the plugin it recommand WP_REDIS_CONFIG and in the site they give

define('WP_REDIS_CONFIG', [
'token' => '<your-license-token>',
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0, // change for each site
'maxttl' => 86400 * 7,
'timeout' => 1.0,
'read_timeout' => 1.0,
// 'prefetch' => true,
// 'split_alloptions' => true,
'debug' => false,
]);

wich i dont understand
any help ???
'token' => '<your-license-token>', Fill any 60 character
 
  • Like
Reactions: lectora
I tried this version and free version, ran multiple test with query monitor and barely see more than a 50-100 ms diffrence if that (sort of random on both versions). Not sure if its worth the headache. Also the free version has the handy admin menu bar to flush the object cache.

Every once and while I notice I have to flush the redis cache with woocommerce plugins. Not sure if the Pro versions handles that better in terms of compatibility with woocommerce than the free version. But in terms of performance on a fairly beefy server with almost no performance gains.
 
I tested Object Cache Pro on several sites using the Query Monitor plugin, but the results were not good.

The page load speed is lower than the free version of the Redis Object Cache plugin.

I don't know if this is due to a problem with the crack, or is the official original version supposed to be like this?

Anyone else have the same situation?
Same, I get more cache hits, but slower speeds on qury monitor? Why use the Pro version then? What is more stable?
 
Here's 1.19.0 Untouched, no idea how to null though.

Changelog:

## 1.19.0 - 2023-07-21
### Added

- Added `strict` configuration option
- Added group flush log widget
- Added link to settings to dashboard widget
- Added Relay memory health check
- Added support for `OBJECTCACHE_PREFER_RELAY` environment variable
- Added support for `path` and `socket` configuration options
- Added support for `redis-error.php` template
- Added `objectcache_cleanup_transients` filter
- Added `--skip-transients` option to `wp redis enable`

### Changed
- Render connection exceptions similar to WordPress database errors
- Throw exception when selecting non-existent database
- Delete all transients from database after enabling cache
- Support logging early flushes before plugin code was initialized
- Improved `WP_Query::get_posts()` performance using `split_the_query`

- Made Relay diagnostics more helpful
- Renamed `relay-memory-active` to `relay-memory-used`

- Not longer recommend disabling `prefetch` and `split_alloptions` when using Relay

### Fixed

- Display Relay's memory consumption more accurately
- Improve handling non-fatal `MGET` failures
- Prevent `wp_cache_init()` initializing twice
- Avoid rare fatal error when parsing JSON responses
- Avoid confusing hiredis error message Relay connection times out
- Avoid fatal error when `gmt_offset` is not valid
 

Attachments

  • redis-cache-pro.zip
    396.8 KB · Views: 60
Here's 1.19.0 Untouched, no idea how to null though.

Changelog:

## 1.19.0 - 2023-07-21
### Added
- Added `strict` configuration option
- Added group flush log widget
- Added link to settings to dashboard widget
- Added Relay memory health check
- Added support for `OBJECTCACHE_PREFER_RELAY` environment variable
- Added support for `path` and `socket` configuration options
- Added support for `redis-error.php` template
- Added `objectcache_cleanup_transients` filter
- Added `--skip-transients` option to `wp redis enable`

### Changed
- Render connection exceptions similar to WordPress database errors
- Throw exception when selecting non-existent database
- Delete all transients from database after enabling cache
- Support logging early flushes before plugin code was initialized
- Improved `WP_Query::get_posts()` performance using `split_the_query`

- Made Relay diagnostics more helpful
- Renamed `relay-memory-active` to `relay-memory-used`

- Not longer recommend disabling `prefetch` and `split_alloptions` when using Relay

### Fixed

- Display Relay's memory consumption more accurately
- Improve handling non-fatal `MGET` failures
- Prevent `wp_cache_init()` initializing twice
- Avoid rare fatal error when parsing JSON responses
- Avoid confusing hiredis error message Relay connection times out
- Avoid fatal error when `gmt_offset` is not valid
@xLab please, can you null this?
 
If you don't want to wait. Here are two files from the unmodified 1.19.0 .zip file (post #589), which I modified according to version 1.18.1 published here.

The Lincence.php file belongs to the /src/ folder
The Licensing.php file belongs to the /src/Plugin/ folder

Just copy the files into the specified paths of the unzipped 1.19.0 archive, zip them again and upload them to WP. I tested it on localhost, the modification works. I provide no warranty and support.
 

Attachments

  • edited-files.zip
    5.6 KB · Views: 24
  • Like
Reactions: Galactus
If you don't want to wait. Here are two files from the unmodified 1.19.0 .zip file (post #589), which I modified according to version 1.18.1 published here.

The Lincence.php file belongs to the /src/ folder
The Licensing.php file belongs to the /src/Plugin/ folder

Just copy the files into the specified paths of the unzipped 1.19.0 archive, zip them again and upload them to WP. I tested it on localhost, the modification works. I provide no warranty and support.
Thank you!
 

v1.19.0 - 2023-07-21 (Nulled)

Added​

  • Added strict configuration option
  • Added group flush log widget
  • Added link to settings to dashboard widget
  • Added Relay memory health check
  • Added support for OBJECTCACHE_PREFER_RELAY environment variable
  • Added support for path and socket configuration options
  • Added support for redis-error.php template
  • Added objectcache_cleanup_transients filter
  • Added --skip-transients option to wp redis enable

Changed​

  • Render connection exceptions similar to WordPress database errors
  • Throw exception when selecting non-existent database
  • Delete all transients from database after enabling cache
  • Support logging early flushes before plugin code was initialized
  • Improved WP_Query::get_posts() performance using split_the_query
  • Made Relay diagnostics more helpful
  • Renamed relay-memory-active to relay-memory-used
  • Not longer recommend disabling prefetch and split_alloptions when using Relay

Fixed​

  • Display Relay’s memory consumption more accurately
  • Improve handling non-fatal MGET failures
  • Prevent wp_cache_init() initializing twice
  • Avoid rare fatal error when parsing JSON responses
  • Avoid confusing hiredis error message Relay connection times out
  • Avoid fatal error when gmt_offset is not valid
 

Attachments

  • redis-cache-pro_v1.19.0.zip
    396.7 KB · Views: 95

v1.19.0 - 2023-07-21 (Nulled)

Added​

  • Added strict configuration option
  • Added group flush log widget
  • Added link to settings to dashboard widget
  • Added Relay memory health check
  • Added support for OBJECTCACHE_PREFER_RELAY environment variable
  • Added support for path and socket configuration options
  • Added support for redis-error.php template
  • Added objectcache_cleanup_transients filter
  • Added --skip-transients option to wp redis enable

Changed​

  • Render connection exceptions similar to WordPress database errors
  • Throw exception when selecting non-existent database
  • Delete all transients from database after enabling cache
  • Support logging early flushes before plugin code was initialized
  • Improved WP_Query::get_posts() performance using split_the_query
  • Made Relay diagnostics more helpful
  • Renamed relay-memory-active to relay-memory-used
  • Not longer recommend disabling prefetch and split_alloptions when using Relay

Fixed​

  • Display Relay’s memory consumption more accurately
  • Improve handling non-fatal MGET failures
  • Prevent wp_cache_init() initializing twice
  • Avoid rare fatal error when parsing JSON responses
  • Avoid confusing hiredis error message Relay connection times out
  • Avoid fatal error when gmt_offset is not valid
Thanks a lot!
 
AKSakallı updated Redis Object Cache Pro By ObjectCache with a new update entry:

Redis Object Cache Pro By ObjectCache v.1.19.0

v.1.19.0 - 2023-07-21
Added
Added strict configuration option
Added group flush log widget
Added link to settings to dashboard widget
Added Relay memory health check
Added support for OBJECTCACHE_PREFER_RELAY environment variable
Added support for path and socket configuration options
Added support for redis-error.php template
Added objectcache_cleanup_transients filter
Added --skip-transients option to wp redis enable
Changed
Render connection exceptions similar to WordPress database errors...

Read the rest of this update entry...
 
All the mods posted here leave in the author's phone-home in the health check, as well as updates which just slow down sites and are not useful.

Here is the phone-home: \redis-cache-pro\src\Plugin\Health.php

((string) hex2bin('66696c655f6765745f636f6e74656e7473'))( // @phpstan-ignore-line
hex2bin('68747470733a2f2f6f626a65637463616368652e70726f2f6170692f6c6963656e7365'),

which calls to https://objectcache.pro/api/license

most people don't seem to care about these telemetry but thought I'd mention it
 
All the mods posted here leave in the author's phone-home in the health check, as well as updates which just slow down sites and are not useful.

Here is the phone-home: \redis-cache-pro\src\Plugin\Health.php

((string) hex2bin('66696c655f6765745f636f6e74656e7473'))( // @phpstan-ignore-line
hex2bin('68747470733a2f2f6f626a65637463616368652e70726f2f6170692f6c6963656e7365'),

which calls to https://objectcache.pro/api/license

most people don't seem to care about these telemetry but thought I'd mention it
Hi
How can I get rid of this tail?
Thank you
 
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