Redis Object Cache Pro By ObjectCache

Redis Object Cache Pro By ObjectCache v1.23.1 Nulled

No permission to download

Sovichetra

New member
Babiato Lover
Jul 5, 2019
17
16
3
Hello @xLab I'm not an active user on the forum I just an old user without activity by the way I just donated to forum I can get the password of zip file?
 
  • Like
Reactions: xLab and sonn1220

bobsmith

Busy in real life so uploads will be soon
Null Master
Trusted Uploader
May 4, 2022
2,976
2,942
113
UK
Do you understand english language?
Do you understand what written in first post?

If I were you two I would just be quiet and not post anything else and keep this thread civilised.

@Deepansh has already commented in this post, so I will lock this and then when he sees this again, then he can have the final say here. 👍
 

hellearth

Active member
Aug 19, 2020
365
113
43
Hi @xLab , @skypeleft .

I have a problem with 1 site using Redis. (I installed on 3 sites, 1 page is available, the other 2 works fine on the same server)

My error site when accessing Site headth gets a message from Redis uses the noeviction policy -> Redis is configured to use the noeviction policy, which might crash your site when Redis runs out of memory. Setting a reasonable MaxTTL (maximum time-to-live) helps to reduce that risk.

Configuration: 'maxtll' => 3600 * 24 * 7, does not solve this problem.

I will be logged out in a few minutes, this happens when I enable the Redis Plugin, tried disabling all other plugins to check for conflicts but nothing. I used the Query monitor to test but everything works properly.

I have read the documentation and tried changing some configurations in the wp-config.php file to no avail.

Does anyone have experience dealing with this issue? :(
 

xLab

Well-known member
Null Master
Trusted Uploader
Jun 6, 2020
246
671
93
Hi @xLab , @skypeleft .

I have a problem with 1 site using Redis. (I installed on 3 sites, 1 page is available, the other 2 works fine on the same server)

My error site when accessing Site headth gets a message from Redis uses the noeviction policy -> Redis is configured to use the noeviction policy, which might crash your site when Redis runs out of memory. Setting a reasonable MaxTTL (maximum time-to-live) helps to reduce that risk.

Configuration: 'maxtll' => 3600 * 24 * 7, does not solve this problem.

I will be logged out in a few minutes, this happens when I enable the Redis Plugin, tried disabling all other plugins to check for conflicts but nothing. I used the Query monitor to test but everything works properly.

I have read the documentation and tried changing some configurations in the wp-config.php file to no avail.

Does anyone have experience dealing with this issue? :(
this is default redis configuration problem.
find redis.conf;
change setting;
#maxmemory-policy: allkeys-lru /or/ allkeys-lfu
#maxmemory change to: 128mb
(You should remove this tag at the beginning of the #.)
e.x;
Code:
maxmemory 128mb
maxmemory-policy allkeys-lfu
clear all cache and disable plugin.
Activate the plugin again and everything will work perfectly.

Note: you have to restart redis after the settings are changed.
for centos 7;
Code:
systemctl restart redis

You can check the document;
 
Last edited:

hellearth

Active member
Aug 19, 2020
365
113
43
this is default redis configuration problem.
find redis.conf;
change setting;
#maxmemory-policy: allkeys-lru /or/ allkeys-lfu
#maxmemory change to: 128mb
(You should remove this tag at the beginning of the #.)
e.x;
Code:
maxmemory 128mb
maxmemory-policy allkeys-lfu
clear all cache and disable plugin.
Activate the plugin again and everything will work perfectly.

Note: you have to restart redis after the settings are changed.
for centos 7;
Code:
systemctl restart redis

You can check the document;

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 :(
 

vsok.net

New member
Jul 2, 2022
6
4
3
Hi @xLab , @skypeleft .

I have a problem with 1 site using Redis. (I installed on 3 sites, 1 page is available, the other 2 works fine on the same server)

My error site when accessing Site headth gets a message from Redis uses the noeviction policy -> Redis is configured to use the noeviction policy, which might crash your site when Redis runs out of memory. Setting a reasonable MaxTTL (maximum time-to-live) helps to reduce that risk.

Configuration: 'maxtll' => 3600 * 24 * 7, does not solve this problem.

I will be logged out in a few minutes, this happens when I enable the Redis Plugin, tried disabling all other plugins to check for conflicts but nothing. I used the Query monitor to test but everything works properly.

I have read the documentation and tried changing some configurations in the wp-config.php file to no avail.

Does anyone have experience dealing with this issue? :(
If your server has multiple wordpress sites, there will be a problem with the same cache name if you open the cache at the same time.

It doesn't matter if you use Redis.

You just need to add a constant to the wp-config.php file in the root of your website

define('WP_CACHE_KEY_SALT', 'https://vsok.net');

provenance :https://vsok.net/1149.html
 

hellearth

Active member
Aug 19, 2020
365
113
43
If your server has multiple wordpress sites, there will be a problem with the same cache name if you open the cache at the same time.

It doesn't matter if you use Redis.

You just need to add a constant to the wp-config.php file in the root of your website

define('WP_CACHE_KEY_SALT', 'https://vsok.net');

provenance :https://vsok.net/1149.html

Thanks you, this doesn't help solve the problem.
 

skypeleft

Active member
Aug 10, 2019
401
71
28
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 :(
Use Bitvise SSH Client, login ssh => New SFTP to edit as @xLab said.
Local:
Code:
/etc/redis
2022-07-06 09_46_24-root.tlp - root@15.235.141.40_22 - Bitvise SFTP.png

Update: Redis Cache Pro working fine from my VPS website only, I tried some websites on hosing but not working for me... Hmm, free version working fine only???
 
Last edited:
  • Like
Reactions: hellearth

hellearth

Active member
Aug 19, 2020
365
113
43
Use Bitvise SSH Client, login ssh => New SFTP to edit as @xLab said.
Local:
Code:
/etc/redis
2022-07-06 09_46_24-root.tlp - root@15.235.141.40_22 - Bitvise SFTP.png

Update: Redis Cache Pro working fine from my VPS website only, I tried some websites on hosing but not working for me... Hmm, free version working fine only???

Yes I followed the instructions, File Redis is in the folder you took the picture.

But the error still occurs, only 1/3 of the website is affected.
I installed on a VPS, will try again with an older version tonight to test.
 

skypeleft

Active member
Aug 10, 2019
401
71
28
But the error still occurs, only 1/3 of the website is affected.
I installed on a VPS, will try again with an older version tonight to test.
But 2 websites on my hosting not working for Redis pro, the free version working only.
Error: "Connect refu....."
 
  • Like
Reactions: hellearth

hellearth

Active member
Aug 19, 2020
365
113
43
But 2 websites on my hosting not working for Redis pro, the free version working only.
Error: "Connect refu....."
How to check if Redis Pro is working on individual website?.
If you check with "redis-cli monitor" command, it will report in all web pages.
 

vsok.net

New member
Jul 2, 2022
6
4
3
Use Bitvise SSH Client, login ssh => New SFTP to edit as @xLab said.
Local:
Code:
/etc/redis
2022-07-06 09_46_24-root.tlp - root@15.235.141.40_22 - Bitvise SFTP.png

Update: Redis Cache Pro working fine from my VPS website only, I tried some websites on hosing but not working for me... Hmm, free version working fine only???
Please see this tutorial

If your server has multiple wordpress sites, there will be a problem with the same cache name if you open the cache at the same time.

It doesn't matter if you use Memcached or Redis.

You just need to add a constant to the wp-config.php file in the root of your website

define('WP_CACHE_KEY_SALT', 'https://vsok.net');

You can write any string in 'https://vsok.net' in quotation marks, remember that it is different for each station.

provenance:https://vsok.net/1149.html
 

skypeleft

Active member
Aug 10, 2019
401
71
28
Please see this tutorial

If your server has multiple wordpress sites, there will be a problem with the same cache name if you open the cache at the same time.

It doesn't matter if you use Memcached or Redis.

You just need to add a constant to the wp-config.php file in the root of your website

define('WP_CACHE_KEY_SALT', 'https://vsok.net');

You can write any string in 'https://vsok.net' in quotation marks, remember that it is different for each station.

provenance:https://vsok.net/1149.html
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
 

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