APIx Cache v1.3.3 Release Notes

Release Date: 2018-05-18 // almost 6 years ago
    • Modified Redis::flush to delete all keys only from the current DB, instead of deleting all keys from the server (PR #31 contrib by @alexpica).
    • 🛠 Fixes to handle changes with phpredis >= 4, cast return value to Boolean.
    • 🛠 Fix APCu adapter to use either \APCUIterator or \APCIterator.
    • Modified Travis config to handle PHP 5.3 and Precise distro.