-
Bug
-
Resolution: Fixed
-
Major
-
3.2.1
-
PHP 7.1, Redis 3.2.4
In some functions like sql_save in cache/memory.php, code try to save a key/value in cache with ttl = 0 so key should never expire. In current redis.php cache driver, it fails so key never get cached. This cause for example that when you create a subforum, it not appear in the forum box in the admincp.
- is related to
-
PHPBB-17358 Redis cache never expires with the TTL of 0
- Closed