Predis v0.7.2 Release Notes

Release Date: 2012-04-01 // almost 12 years ago
    • ➕ Added 2.6 in the server profiles aliases list for the upcoming Redis 2.6. 2.4 is still the default server profile. dev now targets Redis 2.8.

    • Connection instances can be serialized and unserialized using serialize() and unserialize(). This is handy in certain scenarios such as client-side clustering or replication to lower the overhead of initializing a connection object with many sub-connections since unserializing them can be up to 5x times faster.

    • 0️⃣ Reworked the default autoloader to make it faster. It is also possible to prepend it in PHP's autoload stack.

    • 🛠 FIX: fixed parsing of the payload returned by MONITOR with Redis 2.6.