You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to check a user field then save it, but because im using redis its glitching. PodsData.php 1777 uses cache, but due to line 1786, it stores the old data and does an array_merge on 1952, and then caches it again. So the value never gets fully refreshed. Right now I see that I may have to use get_user meta or manually clear pods cache before the initial pods call.
The text was updated successfully, but these errors were encountered:
Im trying to check a user field then save it, but because im using redis its glitching. PodsData.php 1777 uses cache, but due to line 1786, it stores the old data and does an array_merge on 1952, and then caches it again. So the value never gets fully refreshed. Right now I see that I may have to use get_user meta or manually clear pods cache before the initial pods call.
The text was updated successfully, but these errors were encountered: