Redis Object Cache Pro By ObjectCache

Redis Object Cache Pro By ObjectCache v1.23.1 Nulled

No permission to download

the_truth

Well-known member
Babiato Lover
Null Master
Trusted Uploader
Mar 22, 2021
471
308
63
Here is the nulled file by me. I think i have removed all the callback to the dev @xLab (give me confirm).

Redis Object Pro 1.17.0 NULLED BUT UNTESTED - TEST CAREFULLY

give feedback if work
 

Attachments

  • redis-cache-pro.zip
    380.1 KB · Views: 1,182
Last edited:

the_truth

Well-known member
Babiato Lover
Null Master
Trusted Uploader
Mar 22, 2021
471
308
63
Here is the nulled file by me. I think i have removed all the callback to the dev @xLab (give me confirm).

Redis Object Pro 1.17.0 NULLED BUT UNTESTED - TEST CAREFULLY

give feedback if work

Tested on my side and it works perfectly. @Tomz @xLab if u want u can update main download with my version.
I love babiato ;)
 

Attachments

  • Immagine 2022-11-25 012348.png
    Immagine 2022-11-25 012348.png
    11.6 KB · Views: 53

xLab

Well-known member
Null Master
Trusted Uploader
Jun 6, 2020
246
671
93
Tomz updated Redis Object Cache Pro with a new update entry:

Redis Object Cache Pro v1.17.0 Nulled

Download Redis Object Cache Pro v1.17.0 Nulled Free
v1.17.0 - 2022-11-23

### Added
- Added support replicated and sentinel Relay connections
- Added `group_flush` configuration option supporting `keys` (new faster default), `scan` (previous default) and `incremental` (enormous datasets)
- Added `tracer` configuration option supporting `new-relic` and global `open-telemetry` tracer providers
- Support `network_flush` option when using Redis Cluster
- Support New Relic tracing for Redis...

Read the rest of this update entry...
 

darapati27

Member
May 4, 2022
76
28
18
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);
where is the password sir?

i haven't succeeded :(
 

Attachments

  • sad.PNG
    sad.PNG
    16 KB · Views: 41

the_truth

Well-known member
Babiato Lover
Null Master
Trusted Uploader
Mar 22, 2021
471
308
63
where is the password sir?

i haven't succeeded :(

Write this on your wp-config.php, save and re-upload the file by FTP

Code:
define( 'WP_REDIS_CONFIG', [
    'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
    'host' => '127.0.0.1',
    'port' => 6379,
    'database' => 0,
    'maxttl' => 3600 * 24 * 7,
    'timeout' => 1.0,
    'read_timeout' => 1.0,
    'retry_interval' => 300,
    'retries' => 5,
    'split_alloptions' => true,
    'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
 

darapati27

Member
May 4, 2022
76
28
18
Write this on your wp-config.php, save and re-upload the file by FTP

Code:
define( 'WP_REDIS_CONFIG', [
    'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
    'host' => '127.0.0.1',
    'port' => 6379,
    'database' => 0,
    'maxttl' => 3600 * 24 * 7,
    'timeout' => 1.0,
    'read_timeout' => 1.0,
    'retry_interval' => 300,
    'retries' => 5,
    'split_alloptions' => true,
    'debug' => false,
]);
define('WP_REDIS_DISABLED', false);

Thanks sir, very helpful
 

Attachments

  • Done.PNG
    Done.PNG
    7.8 KB · Views: 30
  • Like
Reactions: the_truth

zane09

Member
Apr 25, 2020
71
20
8
I have a
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);
[/COI have
[/QUOTE]
I have a website on namecheap shared hosting litespeed server.. will this work for me? I cant find redis under the cPanel's Software section.. can this work?
 

zane09

Member
Apr 25, 2020
71
20
8
Write this on your wp-config.php, save and re-upload the file by FTP

Code:
define( 'WP_REDIS_CONFIG', [
    'token' => '@Y:R;Vl^W9wCX[;,6s]aSF2XY-pyJaj%@7S9-kf@U)HZ^5Tr)A*F9hDjoFl5',
    'host' => '127.0.0.1',
    'port' => 6379,
    'database' => 0,
    'maxttl' => 3600 * 24 * 7,
    'timeout' => 1.0,
    'read_timeout' => 1.0,
    'retry_interval' => 300,
    'retries' => 5,
    'split_alloptions' => true,
    'debug' => false,
]);
define('WP_REDIS_DISABLED', false);
I pasted the code through cPanel File Manager.. will it give a different result?
 
  • Like
Reactions: the_truth

CodeKeeper

Active member
Dec 14, 2019
165
81
28
I have a

I have a website on namecheap shared hosting litespeed server.. will this work for me? I cant find redis under the cPanel's Software section.. can this work?
No it won't! It will only work if you have SSH access to the server
 

zane09

Member
Apr 25, 2020
71
20
8
No it won't! It will only work if you have SSH access to the server
There is SSH Access on Namecheap's Stellar Plus plan.. but I can't get this code to run "2. sudo nano /etc/redis/redis.conf"
I dont know what I'm missing..
 

the_truth

Well-known member
Babiato Lover
Null Master
Trusted Uploader
Mar 22, 2021
471
308
63
There is SSH Access on Namecheap's Stellar Plus plan.. but I can't get this code to run "2. sudo nano /etc/redis/redis.conf"
I dont know what I'm missing..

Go to Cpanel, go to PHP version, go to section of components and make Active redis option
 

uxell

New member
May 5, 2022
7
0
1
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);
for better performance should I use as say in overview?
Code:
define('WP_REDIS_CONFIG', [
    'token' => 'Babiato',
    '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);

or is outdated?
 

Forum statistics

Threads
69,206
Messages
908,333
Members
236,836
Latest member
torinouq

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