EasyEngine / EasyEngine/easyengine
wp_cache_set expire parameter has no effect
Open
- Dominant language
- PHP
- Stars
- 2.2k
- Forks
- 424
- PR merge metrics
- No merged PRs in 30d
Description
latest ee v4.0.14, ubuntu 18
cache works with Redis, but it seems that the expire parameter has no effect.
wp_cache_set( $cache_key, $cache_data, null, MONTH_IN_SECONDS * 2 );
caches the data, but after a short time (a minute maybe), it resets, it seems.
Any clue?
Contributor guide
Assessment
This issue has not been assessed yet.