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

Object Cache Pro 1.20.2 NULLED

raz0r updated Object Cache Pro with a new update entry:

Object Cache Pro v1.18.0 NULLED

## 1.18.0 - 2023-02-20
### Added
- Added `wp redis flush-group` CLI command

### Changed
- Reduced overall memory usage
- Made cache key generation slightly faster
- Enable flush logging by default
- Log `warning` level by default
- Execute not split `alloptions` reads on primary node
- Refactored object cache metrics to use new `ObjectCacheMetrics`
- Enabled flush logging when `save_commands` is set
- Disabled command logging entirely unless `save_commands` is set
- Return primary...

Read the rest of this update entry...
 
hi after how much cache size we need to flush it
You only need to flush cache when necessary. In a normal situation, the data in the cache clears and updates itself. The need may arise if you know for sure that the data has not been updated, or if your site displays some data outdated, although there is definitely a newer version of the data
 
I think this version is not Nulled, because the plugin has regular license and update checks that refer to the developer's website const Url = 'https://objectcache.pro';
 
I think this version is not Nulled, because the plugin has regular license and update checks that refer to the developer's website const Url = 'https://objectcache.pro';
the plugin is not free, it can be used only after purchase.
Post automatically merged:

but we can use it for free
 
raz0r updated Object Cache Pro with a new update entry:

Object Cache Pro v1.18.2 NULLED

## 1.18.2 - 2023-04-04
### Added
- Added Query Monitor constants to panel

### Changed
- Renamed `ms-cache-median` to `ms-cache-avg`

### Fixed
- Discard transactions if they fail
- Prevent REST API responses from being cached
- Fixed measuring analytics writes
- Fixed `storeWaitAverage` calculation
- Fixed supported Redis version indicator when using Relay

Read the rest of this update entry...
 
v1.19.0 - Untouched
# Release Note
- 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
 

Attachments

  • redis-cache-pro-v1.19.0.zip
    396.8 KB · Views: 17
raz0r updated Object Cache Pro with a new update entry:

Object Cache Pro v1.19.0 NULLED

## 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...

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

Object Cache Pro v1.20.0 NULLED

## 1.20.0 - 2023-09-19
### Added
- Added cache integrity protection
- Added analytics charts to dashboard widget
- Added `objectcache_widget_metrics` filter
- Added `wp redis reset` command
- Added support for `OBJECTCACHE_OVERRIDE` and `OBJECTCACHE_MERGE` constants
- Added support for PhpRedis v6.0
- Added `analytics.sample_rate` configuration option

### Changed
- Reduce default `retries` from `5` to `3`
- Refresh nonce using `X-WP-Nonce` header
- Expose Relay license issues in...

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

Object Cache Pro v1.20.1 NULLED

## v1.20.1 - 2023-10-27
### Changed
- Log exception message when cache reset fails
- Don't run filesystem health check if `DISALLOW_FILE_MODS` is `true`
- Changed filesystem test file name from `.object-cache-test.tmp` to `object-cache.tmp`

### Fixed
- Fixed `async_flush` when using PhpRedis v6.0
- Avoid `TypeError` when using `WP_Error::get_error_data()`

Read the rest of this update entry...
 
有効にする前にこれを w-config.php に追加してください
PHP:
define( 'WP_REDIS_CONFIG', [
'トークン' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
'ホスト' => '127.0.0.1',
'ポート' => 6379、
'データベース' => 0、
'maxttl' => 3600 * 24 * 7、
'タイムアウト' => 1.0、
'read_timeout' => 1.0、
'retry_interval' => 300、
「再試行」 => 5、
'split_alloptions' => true、
'デバッグ' => false、
]);
定義('WP_REDIS_DISABLED', false);
[/コード]
[/QUOTE]
Our engineer reports ObjectCache Pro is droping invalid credentials for details in your wp-config file:

'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5'

Invalid credentials (HTTP 401) for '[URL]https://objectcache.pro/repo/packages.json[/URL]', aborting.

Can you please provide your license token?
 
Top