Barnabas2
New member
- Sep 14, 2022
- 6
- 6
- 3
I removed it!Of course. And also your website. Do not wait for it even a minute more. Delete all right now.
"And also your website" what do you mean?

I removed it!Of course. And also your website. Do not wait for it even a minute more. Delete all right now.
Installed and work perfectly.Here it is: Redis Object Cache 1.16.2 nulled and verified. Please @Tomz update it on main download, thanks.
The fastest performance from Relay cache extension is now available.
Cheers and keep up open source open and free for all!
i dont see any difference then free version of Redis object cache plugin...Installed and work perfectly.
Thanks a lot bro !
For me i obtain Major Speed with pro versioni dont see any difference then free version of Redis object cache plugin...
esta bromeando no lo hagas jajajaPor supuesto. Y también su sitio web. No lo esperes ni un minuto más. Eliminar todo ahora mismo.
Download Redis Object Cache Pro v1.16.2 Nulled Free
v1.16.2 - 2022-09-29 Big Thanks To @Legolas
### 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...
Yes. Read previous comments on this thread or the main page (overview) with the instructions. Do your homework."Failed to initialize object cache: License `token` must be a 60 characters long string"
Any idea how to fix this issue?
just remove this line in wp-config"Failed to initialize object cache: License `token` must be a 60 characters long string"
Any idea how to fix this issue?
Hi,hello i use cpanel and i have add redis but when i try to use the High Performance Configuration, i have and on my php.ini in the and of file the code, i disable the plugin, i run redis-cli flushall on ssh
but when i try to enable the plugin i got this message
An error occurred during the instantiation of the configuration:
how can i fix this?
- PhpRedis was not compiled with Zstandard compression support, see For more information about enabling compressions see: https://objectcache.pro/docs/data-encoding/
As it says the previous reply, just remove the compression method from your settings in wp-config.php. That's the issue that is causing your problem. Set it to 'none' or simply remove that line.hello i use cpanel and i have add redis but when i try to use the High Performance Configuration, i have and on my php.ini in the and of file the code, i disable the plugin, i run redis-cli flushall on ssh
but when i try to enable the plugin i got this message
An error occurred during the instantiation of the configuration:
how can i fix this?
- PhpRedis was not compiled with Zstandard compression support, see For more information about enabling compressions see: https://objectcache.pro/docs/data-encoding/
/** Sets Up WP Redis Configuration Expert Mode. */
define('WP_REDIS_CONFIG', [
'token' => 'Vwwz2Xjf3RLsjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFDR',
'host' => '127.0.0.1',
'port' => 6379,
'database' => 0, // change for each site
'timeout' => 1.0,
'read_timeout' => 1.0,
'compression' => 'zstd',
'serializer' => 'igbinary',
'async_flush' => true,
'split_alloptions' => true,
'prefetch' => true,
'debug' => false,
'save_commands' => false,
]);
define('WP_REDIS_DISABLED', getenv('WP_REDIS_DISABLED') ?: false);
now saysAs it says the previous reply, just remove the compression method from your settings in wp-config.php. That's the issue that is causing your problem. Set it to 'none' or simply remove that line.
is there a way to still use zstd ?Dear uploader thanks for the upload i am having a issue did i do something wrong -
An error occurred during the instantiation of the configuration:
Config file -
- PhpRedis was not compiled with Zstandard compression support, see For more information about enabling compressions see: https://objectcache.pro/docs/data-encoding/
PHP:/** Sets Up WP Redis Configuration Expert Mode. */ define('WP_REDIS_CONFIG', [ 'token' => 'Vwwz2Xjf3RLsjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFDR', 'host' => '127.0.0.1', 'port' => 6379, 'database' => 0, // change for each site 'timeout' => 1.0, 'read_timeout' => 1.0, 'compression' => 'zstd', 'serializer' => 'igbinary', 'async_flush' => true, 'split_alloptions' => true, 'prefetch' => true, 'debug' => false, 'save_commands' => false, ]); define('WP_REDIS_DISABLED', getenv('WP_REDIS_DISABLED') ?: false);