Excluded object in wp-config… non-persistent?
-
Hey Til,
I added the following block to my wp-config and flused the redis cache:
define( ‘WP_REDIS_IGNORED_GROUPS’, [ ‘users’ ] );
I see that this has added ‘users’ to the non-persistent groups when I check Query Monitor on my site, but how long is that still cached for… even being ‘non persistent’?
I’m having issues with users getting password reset errors and I’m wondering if it’s because the ‘users’ table is being cached, and the unique key isn’t being matched correctly with the URL parameter upon password reset due to stale data.
If that’s the case, would this exclusion do the trick?
The page I need help with: [log in to see the link]
The topic ‘Excluded object in wp-config… non-persistent?’ is closed to new replies.