We are very pleased to announce the release of the redis extension version 2.0.6.
This extension introduces several bug fixes and enhancements.
ActiveRecord with composite primary key were not saved correctly because the key was calculated different before save and after loading a record.
This has been fixed in this release.
If you are using AR with composite primary key, make sure your implementation is working correctly after update.
The execution of two-word commands (e.g. CLIENT LIST or SCRIPT LOAD) was fixed, which was failing before. Also PHPdoc @method
annotations for redis methods have been added which make it easier to use the commands directly as PHP methods, e.g. $redis->clientList().
This was possible before but is now easier as auto completion will work in IDEs.