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

Object Cache Pro 1.20.2 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
16,369
Reactions
61,995
raz0r submitted a new resource:

Object Cache Pro - A business class Redis object cache backend for WordPress

View attachment 328

Object Cache Pro for WordPress NULLED

A business class Redis object cache backend for WordPress​

Truly reliable, highly-optimized and fully customizable, with a dedicated engineer when you most need it.
  • Rewritten for raw performance
  • WordPress object cache API compliant
  • Easy debugging & logging
  • Cache prefetching and analytics
  • Fully unit tested (100% code...

Read more about this resource...
 
Parse error: syntax error, unexpected 'if' (T_IF), expecting function (T_FUNCTION) or const (T_CONST) in /public_html/wp-content/plugins/redis-cache-pro/src/Plugin/Licensing.php on line 107
 
Parse error: syntax error, unexpected 'if' (T_IF), expecting function (T_FUNCTION) or const (T_CONST) in /public_html/wp-content/plugins/redis-cache-pro/src/Plugin/Licensing.php on line 107
My fault,

Delete 105 line in redis-cache-pro\src\Plugin\Licensing.php
 
@raz0r
Thanks for sharing this plugin!
A new version has been released, please update. (v1.16.1)
Thanks in advance :)
 
  • Like
Reactions: ukr
raz0r updated Object Cache Pro with a new update entry:

Download Object Cache Pro v1.16.2 NULLED

## 1.16.2 - 2022-09-29
### Added
- Added support for Relay's "client only" mode
- Added compatibility with new Query Monitor data classes
- Added `objectcache_allow_dropin_mod` filter
- Added `relay.allowed` and `relay.ignored` configuration options

### Changed
- Append context to `objectcache_*_error` errors
- Verify `Transaction` result type and count
- Make it easy to copy all cache groups to the clipboard
- Refined API health check and diagnostics
- Refined overview...

Read the rest of this update entry...
 
raz0r updated Object Cache Pro with a new update entry:

Download Object Cache Pro v1.16.3 NULLED

## 1.16.3 - 2022-10-09
### Added

- Added new `wp redis status` command
- Added `objectcache_omit_settings_pointer` filter
- Added `relay.cache` configuration option

### Changed
- Improved support for Relay's "client only" mode
- Renamed `wp redis info` to `wp redis diagnostics`
- Made `wp redis info` an alias of `wp redis status`
- Refined hosting provider detection
- Use new `Connection::$class` property for FQCNs

### Fixed

- Fixed rare fatal `ValueError`

###...

Read the rest of this update entry...
 
Hello raz0r, thank you so much for this plugin! Can you by chance upload version 1.16.4? It's needed for Wordpress 6.1. Thank you again!
 
raz0r updated Object Cache Pro with a new update entry:

Object Cache Pro v1.16.4 NULLED

## 1.16.4 - 2022-10-31
### Added
- Added support for WordPress 6.1's `wp_cache_supports()`

### Changed
- Refer to "external cache" as "datastore" everywhere
- Hide `wp_cache_get_last_changed()` and `wp_cache_flush_group()` in Query Monitor

### Fixed
- Fixed inverted "Relay Cache" diagnostic
- Fixed rare undefined `OPT_MAX_RETRIES` constant error
- Don't use WordPress 5.3's `WP_REST_Request::has_param()`

Read the rest of this update entry...
 
raz0r updated Object Cache Pro with a new update entry:

Object Cache Pro v1.17.0 NULLED

## 1.17.0 - 2022-11-23
### Added
- Added support replicated and sentinel Relay connections
- Added `group_flush` configuration option supporting `keys` (new faster default), `scan` (previous default) and `incremental` (enormous datasets)
- Added `tracer` configuration option supporting `new-relic` and global `open-telemetry` tracer providers
- Support `network_flush` option when using Redis Cluster
- Support New Relic tracing for Redis Cluster, Redis Sentinel and Relay clients
- Added...

Read the rest of this update entry...
 
add this in w-config.php before enabling
PHP:
define( 'WP_REDIS_CONFIG', [
'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0,
'maxttl' => 3600 * 24 * 7,
'timeout' => 1.0,
'read_timeout' => 1.0,
'retry_interval' => 300,
'retries' => 5,
'split_alloptions' => true,
'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
 
raz0r updated Object Cache Pro with a new update entry:

Object Cache Pro v1.17.1 NULLED

## 1.17.1 - 2023-01-28
### Changed
- Switched to faster Zstandard compression level
- Handle non `int|string` cache keys stricter and more gracefully
- Throw exception for invalid cache keys when `debug` option is enabled
- Don't let the perflab plugin hijack the object cache drop-in
- Defer registering `wp redis` CLI command

### Fixed
- Fixed several multisite blog flushing issues
- Fixed accessing client on replicated connections
- Fixed setting `analytics` option to boolean
-...

Read the rest of this update entry...
 
add this in w-config.php before enabling
PHP:
define( 'WP_REDIS_CONFIG', [
'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0,
'maxttl' => 3600 * 24 * 7,
'timeout' => 1.0,
'read_timeout' => 1.0,
'retry_interval' => 300,
'retries' => 5,
'split_alloptions' => true,
'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
hi why shoul we add this
 
just add this
PHP:
define( 'WP_REDIS_CONFIG', [
'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0,
'maxttl' => 3600 * 24 * 7,
'timeout' => 1.0,
'read_timeout' => 1.0,
'retry_interval' => 300,
'retries' => 5,
'split_alloptions' => true,
'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
in wp-config.php
 
just add this
PHP:
define( 'WP_REDIS_CONFIG', [
'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0,
'maxttl' => 3600 * 24 * 7,
'timeout' => 1.0,
'read_timeout' => 1.0,
'retry_interval' => 300,
'retries' => 5,
'split_alloptions' => true,
'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
in wp-config.php
i did then it is showing object cache intialisation error
 
i did then it is showing object cache intialisation error

just add this
PHP:
define( 'WP_REDIS_CONFIG', [
'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0,
'maxttl' => 3600 * 24 * 7,
'timeout' => 1.0,
'read_timeout' => 1.0,
'retry_interval' => 300,
'retries' => 5,
'split_alloptions' => true,
'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
in wp-config.php
1676660955239.png
 
You need to check your hosting/server or ask hosting support
 
Top