Redis Object Cache Pro By ObjectCache

Redis Object Cache Pro By ObjectCache v1.23.1 Nulled

No permission to download

xLab

Well-known member
Null Master
Trusted Uploader
Jun 6, 2020
246
671
93
define( 'WP_REDIS_CONFIG', [
'token' => "...",
'host' => '127.0.0.1',
'port' => 6379,
'database' => 1,
'maxttl' => 3600 * 24,
'timeout' => 1.0,
'read_timeout' => 1.0,
'compression' => 'zstd',
'serializer' => 'igbinary',
'async_flush' => true,
'client' => 'phpredis',
'split_alloptions' => true,
'retry_interval' => 300,
'shared' => true,
'prefetch' => true,
'debug' => false,
'prefix' => DB_NAME,
'save_commands' => false,
'non_persistent_groups' => [
'litespeed',
],
]);
define( 'WP_REDIS_DISABLED', false );

This plugin is a little difficult to use. Because you need to have good knowledge of Linux. I am using a config like this and there are 9 sites on the same server. all working perfectly.
You need to make some adjustments to use redis on different sites on the same server. I marked these settings as "bold".
 
  • Like
Reactions: NA.VU and hellearth

skypeleft

Active member
Aug 10, 2019
401
71
28
define( 'WP_REDIS_CONFIG', [
'token' => "...",
'host' => '127.0.0.1',
'port' => 6379,
'database' => 1,
'maxttl' => 3600 * 24,
'timeout' => 1.0,
'read_timeout' => 1.0,
'compression' => 'zstd',
'serializer' => 'igbinary',
'async_flush' => true,
'client' => 'phpredis',
'split_alloptions' => true,
'retry_interval' => 300,
'shared' => true,
'prefetch' => true,
'debug' => false,
'prefix' => DB_NAME,
'save_commands' => false,
'non_persistent_groups' => [
'litespeed',
],
]);
define( 'WP_REDIS_DISABLED', false );

This plugin is a little difficult to use. Because you need to have good knowledge of Linux. I am using a config like this and there are 9 sites on the same server. all working perfectly.
You need to make some adjustments to use redis on different sites on the same server. I marked these settings as "bold".
I don't know why but this pro version not working for some of my websites (hosting websites).
I see it's working fine on my VPS websites only!.
2022-07-06 13_58_13-Window.png
 

xLab

Well-known member
Null Master
Trusted Uploader
Jun 6, 2020
246
671
93
Thanks for submitting the guide.
I tried this way, but every 10 minutes admin account is logged out :(
The strange thing is that the other 2 sites work perfectly, don't know why :(
i had the same problem. for this you need to delete all redis cache.
You need to constantly clear the cache via the plugin or redis-cli. You have to do this for every setting change. I sent you the whole tip. You can follow the developer website for other settings.
 

xLab

Well-known member
Null Master
Trusted Uploader
Jun 6, 2020
246
671
93
I don't know why but this pro version not working for some of my websites (hosting websites).
I see it's working fine on my VPS websites only!.
2022-07-06 13_58_13-Window.png
Connection refused error shows that the plugin could not connect to redis. There is something wrong with your redis or wp-config.php settings.

I have personally experienced all the problems mentioned in the subject. These issues have nothing to do with the plugin.
 
  • Like
Reactions: skypeleft

skypeleft

Active member
Aug 10, 2019
401
71
28
Connection refused error shows that the plugin could not connect to redis. There is something wrong with your redis or wp-config.php settings.

I have personally experienced all the problems mentioned in the subject. These issues have nothing to do with the plugin.
It's confusing how the free version works properly.
For free version config
Code:
/**AZDIGI Redis Cache**/
define('WP_REDIS_SCHEME', 'unix');
define('WP_REDIS_PATH','/home/abccoo/redis/redis.sock');
define('WP_REDIS_CLIENT', 'pecl');
define('WP_CACHE_KEY_SALT', 'domain.com');
define('WP_REDIS_MAXTTL', '900');
define('WP_REDIS_SELECTIVE_FLUSH', true);

2022-07-06 16_13_48-Window.png
 

xLab

Well-known member
Null Master
Trusted Uploader
Jun 6, 2020
246
671
93
Your version of Redis looks very old. I am using Redis 7.0. So I don't recommend using pecl.
If you can write the whole scenario for me privately, I can support you.
 

Sovichetra

New member
Babiato Lover
Jul 5, 2019
17
16
3
I found a problem when I try to activate everything fine in plugin dashboard.

Screenshot 2022-07-06 160812.png

but in wp Site Health still show Invalid Licensed token

Screenshot 2022-07-06 160916.png

there're anything wrong here?
thank you for your help.
this is my configuration

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, // change for each site
    'maxttl' => 3600 * 24 * 7, // 7 days
    'timeout' => 1.0,
    'read_timeout' => 1.0,
    'split_alloptions' => true,
    'debug' => false,
]);
 

xLab

Well-known member
Null Master
Trusted Uploader
Jun 6, 2020
246
671
93
I found a problem when I try to activate everything fine in plugin dashboard.

Screenshot 2022-07-06 160812.png

but in wp Site Health still show Invalid Licensed token

Screenshot 2022-07-06 160916.png

there're anything wrong here?
thank you for your help.
this is my configuration

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, // change for each site
    'maxttl' => 3600 * 24 * 7, // 7 days
    'timeout' => 1.0,
    'read_timeout' => 1.0,
    'split_alloptions' => true,
    'debug' => false,
]);
change token setting with this;
Vwwz2Xjf3RLsjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFDR

(In the real world this token setting is not important. because the verifications in the license part have been removed. If the plugin works when you enter the wrong license code, it will continue to work.)
 
  • Like
Reactions: Sovichetra

Sovichetra

New member
Babiato Lover
Jul 5, 2019
17
16
3
change token setting with this;
Vwwz2Xjf3RLsjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFDR

(In the real world this token setting is not important. because the verifications in the license part have been removed. If the plugin works when you enter the wrong license code, it will continue to work.)
thank you for help I tried to change that but still the same
plugin look working fine but my team still talking about wp site health that's why I asking for help 🥰
thank you agian
 

xLab

Well-known member
Null Master
Trusted Uploader
Jun 6, 2020
246
671
93
thank you for help I tried to change that but still the same
plugin look working fine but my team still talking about wp site health that's why I asking for help 🥰
thank you agian
You need to delete all caches from the system.
Like Opcode or Redis.
 
  • Like
Reactions: Sovichetra

vsok.net

New member
Jul 2, 2022
6
4
3
Sure. I did it all, but still can't connect.
This is for my website on a share hosting.
2022-07-06 13_58_13-Window.png
The free version I use, this is my configuration, I am a standalone server, I recommend a standalone server or vps here, and my php version is 7.4, I hope it can help you.
 

Attachments

martin37

New member
Babiato Lover
Jul 25, 2019
1
2
3
Free version and this v1.15.1 worked fine for me until today and restart the server . Redis was not starting and
Error: "Connect refu....."
It helped me:
In redis.conf: "daemonize no" change to "daemonize yes".
I have no idea when it changed and it started to pair up with problems.
Maybe it will help you too.
 

skypeleft

Active member
Aug 10, 2019
401
71
28
Free version and this v1.15.1 worked fine for me until today and restart the server . Redis was not starting and
Error: "Connect refu....."
It helped me:
In redis.conf: "daemonize no" change to "daemonize yes".
I have no idea when it changed and it started to pair up with problems.
Maybe it will help you too.
VPS?
Try clean cache use command: redis-cli flushall
 

xLab

Well-known member
Null Master
Trusted Uploader
Jun 6, 2020
246
671
93
this is redis server problem. It has nothing to do with the plugin.
You can resolve the error with the following command.

Code:
redis-server --daemonize yes
 

hellearth

Active member
Aug 19, 2020
365
113
43
Sure. I did it all, but still can't connect.
This is for my website on a share hosting.
2022-07-06 13_58_13-Window.png
This happened to me.
I downloaded this Plugin: https://wordpress.org/plugins/download-plugins-dashboard/
Then create a Plugin download from a live website. Installation website doesn't work. And it can work normally.
The thing is that this new installation site has an automatic logout error like I mentioned in the old comments.
 

hellearth

Active member
Aug 19, 2020
365
113
43
change token setting with this;
Vwwz2Xjf3RLsjJlBxBpLJbJcIRoi9rfszjmOqecMzQ1RB3K8jYQAOMkrCFDR

(In the real world this token setting is not important. because the verifications in the license part have been removed. If the plugin works when you enter the wrong license code, it will continue to work.)
The token only needs to be full of characters. The plugin works normally despite the error message token :D
 

hellearth

Active member
Aug 19, 2020
365
113
43
define( 'WP_REDIS_CONFIG', [
'token' => "...",
'host' => '127.0.0.1',
'port' => 6379,
'database' => 1,
'maxttl' => 3600 * 24,
'timeout' => 1.0,
'read_timeout' => 1.0,
'compression' => 'zstd',
'serializer' => 'igbinary',
'async_flush' => true,
'client' => 'phpredis',
'split_alloptions' => true,
'retry_interval' => 300,
'shared' => true,
'prefetch' => true,
'debug' => false,
'prefix' => DB_NAME,
'save_commands' => false,
'non_persistent_groups' => [
'litespeed',
],
]);
define( 'WP_REDIS_DISABLED', false );

This plugin is a little difficult to use. Because you need to have good knowledge of Linux. I am using a config like this and there are 9 sites on the same server. all working perfectly.
You need to make some adjustments to use redis on different sites on the same server. I marked these settings as "bold".

This configuration is working with my website, no logout after more than 1 hour 😍
The thing is I can't use 'compression' => 'zstd',. Do you have instructions to turn it on?

Thank you for your help !!!
 
Last edited:

tryigitx

New member
Jul 17, 2020
18
7
3
linktr.ee
no one has mentioned it but redis will cause a huge vulnerability in the server's database if a password or firewall is not set.
Add a configuration like this inside the code structure and set a redis password on your web server.

wp-config.php enter:

'password' => 'urenter',

In my case it's enough to add parameters to the docker extension as an example.

Paramerer Name:
REDIS_PASSWORD
 
  • Like
Reactions: hellearth

hellearth

Active member
Aug 19, 2020
365
113
43
no one has mentioned it but redis will cause a huge vulnerability in the server's database if a password or firewall is not set.
Add a configuration like this inside the code structure and set a redis password on your web server.

wp-config.php enter:

'password' => 'urenter',

In my case it's enough to add parameters to the docker extension as an example.

Paramerer Name:
REDIS_PASSWORD
Do you have more information, any articles?
 

xLab

Well-known member
Null Master
Trusted Uploader
Jun 6, 2020
246
671
93
This configuration is working with my website, no logout after more than 1 hour 😍
The thing is I can't use 'compression' => 'zstd',. Do you have instructions to turn it on?

Thank you for your help !!!

All of the problems in the topic are related to the redis installation on the server.
You need a good knowledge of linux to take full advantage of this plugin.
There may be connection errors in the Redis pecl installation.
Redis 5.0+ is the recommended version.
Redisphp 5.3.2 is the recommended version.
Use igbinary serializer and zsdt/lzf compressor. This is the way to get the best performance from the plugin.
For shared hosting, follow the instructions on the developer site.
If you have your own VPS, you don't need to use a password.
You need to give a separate ID for each site.

I shared all the answers to these questions in the topic description.
Please submit your question after a detailed review.
 
  • Like
Reactions: hellearth

Forum statistics

Threads
69,227
Messages
908,445
Members
237,061
Latest member
itachii

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