v1.0.0
版本发布时间: 2016-05-21 00:37:01
clue/reactphp-redis最新发布版本:v2.7.0(2024-01-05 23:57:11)
-
First stable release, now following SemVer
-
BC break: Consistent public API, mark internal APIs as such (#38 by @clue)
// old $client->on('data', function (MessageInterface $message, Client $client) { // process an incoming message (raw message object) }); // new $client->on('data', function (MessageInterface $message) use ($client) { // process an incoming message (raw message object) });
Contains no other changes, so it's actually fully compatible with the v0.5.2 release.