• Welcome to Nullsto! All Resource are Free.

    Join Our Official Telegram Channel For updates
    Bypass All the resource restrictions/Password/Key? Read here!
    Support Our Work By Donating Click here!

  • Nullsto Rules must be read before making a post, otherwise you will get permanent warning points or a permanent ban.

    Nullsto Forum provides CLEAN and SAFE resources. You can use them for development and testing if you are on Windows and have an antivirus that alerts you about a possible infection: It is a false positive since every script is double checked by our experts. While downloading a resource, we recommend that you add Nullsto to your trusted sites/sources or temporarily disable your antivirus. "Enjoy your presence on Nullsto"
Redis Object Cache Pro

Redis Object Cache Pro v1.25.3 Nulled

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
5
Views
779
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Nicole

Latest updates

  1. Redis Object Cache Pro By ObjectCache v1.25.3

    *** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum...
  2. Redis Object Cache Pro By ObjectCache v1.25.1

    Decryption Key For Paid Members / Upgraded Accounts : *** Hidden text: You do not have...
  3. Redis Object Cache Pro By ObjectCache v1.25.0

    Redis Object Cache Pro By ObjectCache v1.25.0 Nulled = v1.25.0 - 2025-10-22 Added Added API/CLI...
Top