check the server logs or/and wp debug for what its causing itHmm, I don't understand but I still got errors on my website, no problem before...!. But when I removed this plugin, my website loaded so faster.
This page isn’t working
mydomain is currently unable to handle this request.
HTTP ERROR 500
Yes. It's a release candidate so it's not production ready yet. A bit more stable than a beta release, but still not ready for public usage.What's "rc" mean?.
Code:v1.17.0-rc.1 - 2022-11-07 Added Added group_flush configuration option: keys (new faster default), scan (previous default) and incremental (enormous datasets) Added tracer configuration option Support network_flush option when using Redis Cluster Support New Relic tracing for Redis Cluster, Redis Sentinel and Relay clients Added PhpRedisConnection::scanAll() helper Added PhpRedisClusterConnection::eval*() helpers Changed Bumped scan and batch removal from 100 to 500 keys Flush more prudently even on main site when using network_flush Indicate whether the network or site will be flushed in overview widget in multisite environments Renamed all the things from master(s) to primary/primaries with backwards compatibility Improved must-use plugin detection ⚠️ Use new ClientInterface in all ConnectionInterface implementations ⚠️ Renamed Connector interface to ConnectorInterface ⚠️ Renamed handleBlogFlush() to shouldFlushBlog() Renamed flush_network option to network_flush Use ObjectCache::$blogId instead of get_current_blog_id() Use ObjectCacheCollector::get_storage(): QM_Data return type Calculate received and sent bytes in Query Monitor Improved support for scan() and *scan() methods Delete FOSS drop-in upon plugin activation Fixed Fixed Invalid regular expression in Safari Fixed parsing rawCommand() in Query Monitor calls when using Redis Cluster Fixed health check for configuration constant being defined too late Fixed attempted property access on null in Diagnostics::relayHasCache() Fixed groups widget padding Removed Dropped Twemproxy support Dropped PhpRedisClusterConnection::scanNode() helper Dropped *ObjectCache::Client constants
install PhpRedis ?Hmm, I don't understand but I still got errors on my website, no problem before...!. But when I removed this plugin, my website loaded so faster.
This page isn’t working
mydomain is currently unable to handle this request.
HTTP ERROR 500
sure, after moving the config string to the top in wp-config.php, this error happened.install PhpRedis ?
???sure, after moving the config string to the top in wp-config.php, this error happened.
Free version work?Object Cache Pro requires the `redis` PHP extension. The PhpRedis extension is not loaded in this environment (fpm-fcgi). If it was installed, be sure to load the extension in your php.ini and to restart your PHP and web server processes.
Free version not working too... after deleted free version, my website still is down lol???
Free version work?
If the free version does not work, then the problem is not with the plugin, but with the server?Free version not working too... after deleted free version, my website still is down lol
Both free and Pro is working on my PHP 8.0.x serverAs a result of experiments, Free and Pro does not work on PHP 8.0.17
Settings from redis-cli will go away in a time being so directly edit redis.confCan someone share how to use this plugin. It's amazing with speed. But the test configuration has not worked![]()
2. sudo nano /etc/redis/redis.conf
3. sudo systemctl restart redis
define( 'WP_REDIS_CONFIG', [
'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
'client' => 'phpredis',
'host' => '127.0.0.1',
'port' => 6379,
'password' => 'yourredispassword',
'database' => 0,
'prefix' => 'yoursite.com',
'maxttl' => 3600 * 24 * 7,
'timeout' => 1.5,
'read_timeout' => 1.5,
'retry_interval' => 300,
'retries' => 5,
'split_alloptions' => true,
'debug' => false,
'compression' => 'zstd',
]);
define('WP_REDIS_DISABLED', false);
skypeleft with 8.0.17 have problem. After change to 7.4 all work fine.Both free and Pro is working on my PHP 8.0.x server
the developer gets a lot of proprietary information. This is also the case in the paid version.There's talk here about the developer adding vulnerabilities to "hack" us. Is this still true for the latest version here v1.16.4?
Any details on what the dev did?
Can you put here a proof that proves that what you are claiming is true?the developer gets a lot of proprietary information. This is also the case in the paid version.
this nulled version cannot access any of your information. I check all the code that the developer added one by one. There is no problem in the version I added to the forum.
You can try use ExamDiff Pro :3what's this software for compare files into folders?
Do your favorite job, compare files.Can you put here a proof that proves that what you are claiming is true?
So you can't give a proof then. I understand. Thanks.Do your favorite job, compare files.
Search for functions in the project and find out what they do.
I've explained this many times...