What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
Object Cache Pro

NULLED Object Cache Pro 1.23.1 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);
 
Reacted by:
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.
 
Reacted by:
Sorry!!! Work wery well. my wrong. Dont touch pass conf redis

Thanks for!!!! (y)
 
Reacted by:
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...
 
raz0r 's signature
raz0r 's signature
Reacted by:
raz0r updated Object Cache Pro with a new update entry:

Object Cache Pro 1.22.0 NULLED

## v1.22.0 - 2025-01-23
### Added
- Added `full` option for `group_flush` configuration option

### Changed
- Switch `group_flush` default value to `scan`
- Swap all `error_log()` call for internal `log()` helper
- Log all messages when `debug` mode is enabled
- Improve performance of analytics API requests

### Fixed
- Fixed rare `TypeError` in `Diagnostics::redisVersion()`
- Fixed scheme detection for `wp redis cli` command
- Fixed inverted multi/pipeline modes
- Fixed OpenTelemetry...

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
raz0r updated Object Cache Pro with a new update entry:

Object Cache Pro 1.23.0 NULLED

v1.23.0 - 2025-03-13​

Added​

  • Added server type to diagnostics
  • Added health checks for KEEPTTL requirements (Redis 6.0; PhpRedis 5.3)

Changed​

  • Bump required PhpRedis version to 4.0.0
  • Promote noeviction health check status to critical
  • Exclude WooCommerce’s wc_cache_* group from prefetching
  • Retry loading cache metadata with backoff
  • Reduced blocking time when pruning analytics measurements...

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
raz0r updated Object Cache Pro with a new update entry:

Object Cache Pro 1.23.1 NULLED

## v1.23.1 - 2025-03-17
### Changed
- Support disambiguating `false` return values using `$found` (PhpRedis 6.2; Relay 0.10.1)
- Show integrity flush reason in flush log widget
- Use unified base REST controller class
- Support calling `FLUSHDB` without `ASYNC` on Relay connections

### Fixed
- Fixed undefined array key access
- Fixed Dragonfly issues with lua scripts
- Fixed strict types error when using `ZRANGE`

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
  • Like
Reactions: LocalHost
Top