Redis Object Cache Pro By ObjectCache

Redis Object Cache Pro By ObjectCache v1.23.1 Nulled

No permission to download

darapati27

Member
May 4, 2022
76
28
18
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?

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);

Use this, so far running smoothly
 

sebix

Member
Apr 22, 2019
40
5
8
Hello ! I got a question for pro users : i install Object Cache Pro without any problem, it works but do you think it's a good idea to use in addition W3 Total Cache for other functions like compression for css, etc ?
My website countain about 100 000 articles ... So what are your advises ?
Thank you !
 

darapati27

Member
May 4, 2022
76
28
18
Hello ! I got a question for pro users : i install Object Cache Pro without any problem, it works but do you think it's a good idea to use in addition W3 Total Cache for other functions like compression for css, etc ?
My website countain about 100 000 articles ... So what are your advises ?
Thank you !
I use both, redis works to reduce load on the database and server to send queries faster. W3 for interface side of client
 
  • Like
Reactions: sebix

Custom B

Active member
Feb 29, 2020
137
123
43
Does anyone else have the issue where redis screws up the styles in some themes when enabled? Memcached does the same with couple of themes. Couldn't figure out any solution yet with redis
 

4c0u8

Member
Jul 16, 2022
52
3
8
Does anyone else have the issue where redis screws up the styles in some themes when enabled? Memcached does the same with couple of themes. Couldn't figure out any solution yet with redis
Check the menu in Settings / Object Cache / Tools / Scan Groups. You can exclude from caching what you wish..
 

commodoor

Active member
Apr 21, 2019
114
43
28
127.0.0.1
Does anyone else have the issue where redis screws up the styles in some themes when enabled? Memcached does the same with couple of themes. Couldn't figure out any solution yet with redis

do you host multiple websites on the same server? Make sure the DB prefix is different on each website, this can confuse DB caching. try also clearing the Redis cache from the server
 

Custom B

Active member
Feb 29, 2020
137
123
43
do you host multiple websites on the same server? Make sure the DB prefix is different on each website, this can confuse DB caching. try also clearing the Redis cache from the server
Thanks for the tips folks, it mostly happens with my favorite XStore theme..i'll open a ticket with their support, maybe they can figure this out why the footer always gets messed up with Object Caches
Cheers!
 

Stealth

Member
Mar 18, 2021
51
13
8
Hello ! I got a question for pro users : i install Object Cache Pro without any problem, it works but do you think it's a good idea to use in addition W3 Total Cache for other functions like compression for css, etc ?
My website countain about 100 000 articles ... So what are your advises ?
Thank you !

Yes you can, but disable it in W3 Total Cache. Or use LiteSpeed plugin and make all these for you FOR TOTALLY FREE.
 
  • Angry
Reactions: inoor.ro

commodoor

Active member
Apr 21, 2019
114
43
28
127.0.0.1
Yeah it's a shared hosting server

the answer is a bit confusing, do you have hosting or do you have SSH access to your server? it looks like your configuration is not accepted by the server, likely the redis has been modified on the server end as your setup configuration is not being accepted
 

CodeKeeper

Active member
Dec 14, 2019
165
81
28
Does this plugin provide any benefit if my server does not support redis?
No, it doesn't provide any benefit if your server does not support redis! However, if you are using WordPress, an alternative plugin as an option for Redis is available. To get it, Look for a Docket cache plugin and use it to get benefit of Redis like object cache when your server doesn't have Redis!
 
  • Like
Reactions: solantis

danielli

Member
Mar 29, 2020
200
21
18
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);

Use this, so far running smoothly
Hello,
Where should it be placed, just before ending?
 

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