Redis Object Cache : wp-admin caching issues
My WP Admin section seems to be cached after configuring the plugin it i.e login page goes into loop even though I am actually logged in.
Similarly, while adding new pages/posts the id gets duplicated and hence posts are overwritten , unless i do hard refresh. Any help/guidance here will greatly help.
Expected Behavior
Exclude cache for logged in users
Actual Behavior
Possible Fix
Tried adding following to ignored group list, but didnt help:
"useremail",
"userlogins",
"usermeta",
"user_meta",
"userslugs",
"admin",
"users",
"blog-id-cache"
Description
Redis Object Cache : wp-admin caching issues My WP Admin section seems to be cached after configuring the plugin it i.e login page goes into loop even though I am actually logged in. Similarly, while adding new pages/posts the id gets duplicated and hence posts are overwritten , unless i do hard refresh. Any help/guidance here will greatly help.
Expected Behavior
Exclude cache for logged in users
Actual Behavior
Possible Fix
Tried adding following to ignored group list, but didnt help: "useremail", "userlogins", "usermeta", "user_meta", "userslugs", "admin", "users", "blog-id-cache"
Steps to Reproduce
1. 2. 3. 4.
Additional context
Environment