Redis Object Cache Pro By ObjectCache

Redis Object Cache Pro By ObjectCache v1.23.1 Nulled

No permission to download

skypeleft

Active member
Aug 10, 2019
401
71
28
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
 

Custom B

Active member
Feb 29, 2020
137
123
43
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
check the server logs or/and wp debug for what its causing it
 

Legolas

Active member
Trusted Uploader
Feb 26, 2019
175
216
43
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
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.
 

mml

Well-known member
Trusted Uploader
Dec 4, 2020
575
461
63
FREEDOM
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
install PhpRedis ?
 

mml

Well-known member
Trusted Uploader
Dec 4, 2020
575
461
63
FREEDOM
sure, after moving the config string to the top in wp-config.php, this error happened.
???

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 work?
 

CodeKeeper

Active member
Dec 14, 2019
166
82
28
Can someone share how to use this plugin. It's amazing with speed. But the test configuration has not worked 😌😌😌
Settings from redis-cli will go away in a time being so directly edit redis.conf

1. Login to your server via SSH
Code:
2. sudo nano /etc/redis/redis.conf

search for MEMORY MANAGEMENT then change maxmemory
search for requirepass foobared then keep the password
search for maxmemory-policy and change it to allkeys-lru

Code:
3. sudo systemctl restart redis

Then on WordPress wp-config.php, keep the following code on top:

Code:
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);
 

xLab

Well-known member
Null Master
Trusted Uploader
Jun 6, 2020
246
671
93
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?
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.
 

Legolas

Active member
Trusted Uploader
Feb 26, 2019
175
216
43
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.
Can you put here a proof that proves that what you are claiming is true?
 

Legolas

Active member
Trusted Uploader
Feb 26, 2019
175
216
43
Do your favorite job, compare files.
Search for functions in the project and find out what they do.
I've explained this many times...
So you can't give a proof then. I understand. Thanks.
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu