• The default language of any content posted is English.
Object Cache Pro

NULLED Object Cache Pro 1.21.0 NULLED

solved!
try this
comment out token
/** Sets up object chace */
define('WP_REDIS_CONFIG', [
// '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,
]);
define('WP_REDIS_DISABLED', false);
 
solved!
try this
comment out token
USE All setting in this topic.
Plugin Block / Not work
See...
2 object cache errors have occurred:

  • NOAUTH Authentication required.
  • Failed to initialize object cache: NOAUTH Authentication required.
 
Sorry!!! Work wery well. my wrong. Dont touch pass conf redis

Thanks for!!!! (y)
 
raz0r updated Object Cache Pro with a new update entry:

Object Cache Pro 1.21.0 NULLED

## v1.21.0 - 2024-05-08
### Added
- Added Redis cluster support when using Relay
- Added `ErrorLogContextLogger` for easier debugging

### Changed
- Enabled `strict` mode by default
- Support `WC_SESSION_CACHE_GROUP` constant
- Use decorrelated jitter backoff algorithm for connection attempts
- Check `wp_is_file_mod_allowed('object_cache_dropin')` before automatically deleting drop-in
- Added `Relay*Connection::keysInMemory()` helpers
- Improved latency widget content when using...

Read the rest of this update entry...
 
Top