- 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
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...
where is the password sir?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![]()
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);
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);
type on SSH:where is the password sir?
i haven't succeeded![]()
openssl rand 60 | openssl base64 -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?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 pasted the code through cPanel File Manager.. will it give a different result?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);
nOPEI pasted the code through cPanel File Manager.. will it give a different result?
No it won't! It will only work if you have SSH access to the serverI 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?
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"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..
Ive done thatGo to Cpanel, go to PHP version, go to section of components and make Active redis option
for better performance should I use as say in overview?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);
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);