Redis Object Cache Pro

Redis Object Cache Pro v1.24.3

No permission to download
There are different discussion threads for this plugin in the forum. From now on I will keep this plugin constantly updated. The latest version of the plugin is not available on any sites. It will be shared only for Nullsto Lovers.
To prevent GPL site owners, only members with over 100 messages will be able to see the zip password. I've been testing the plugin for a 1 week. It did not give any license errors. I couldn't see the message count option in the hide plugin. You can send a private message until the problem is fixed. (A zip password will not be sent to less than 100 messages or suspicious memberships.)

When the plugin is installed, the following data is automatically sent to the developer site;
License code,
Admin panel address,
Site Address,
isMultisite,
OpenSSL version,
Plugin version,

Do need to worry?
Absolutely no, I removed all post/license data. If we didn't remove this data, the developer could delete the plugin remotely.

Recommended Configuration;

Code:
define('WP_REDIS_CONFIG', [
    'token' => 'Nullsto',
    'host' => '127.0.0.1',
    'port' => 6379,
    'database' => 0, // change for each site
    'maxttl' => 3600 * 24 * 7, // 7 days
    'timeout' => 1.0,
    'read_timeout' => 1.0,
    'split_alloptions' => true,
    'debug' => false,
]);

define('WP_REDIS_DISABLED', false);

High Performance Configuration; (For expert users only.)

Code:
define('WP_REDIS_CONFIG', [
    'token' => 'Nullsto',
    '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);

Recommended if you have a large number of visitors or queries.
For "High Performance configuration" setting; redis and redisphp need to be specially compiled. It needs to be compiled with igbinary and zstd.

View attachment 145677
View attachment 145678
View attachment 145679
Author
Nicole
Downloads
3
Views
549
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Nicole

Latest updates

  1. Redis Object Cache Pro v1.24.3

    Redis Object Cache Pro v1.24.3 v1.24.3 - 2025-07-02 ### Changed - Support Relay's new adaptive...
  2. Redis Object Cache Pro v1.24.2

    Redis Object Cache Pro v1.24.2 v1.24.2 Added Added wp redis analytics-count CLI command Fixed...
  3. Redis Object Cache Pro v1.24.1

    Redis Object Cache Pro v1.24.1 v1.24.1 Fixed Prevent error when using ElastiCache Serverless...
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock