v0.4.0
版本发布时间: 2014-08-26 06:50:50
clue/reactphp-redis最新发布版本:v2.7.0(2024-01-05 23:57:11)
- BC break: The
Client
class has been renamed toStreamingClient
. Added newClient
interface. (#18 and #19) - BC break: Rename
message
event todata
. (#21) - BC break: The
Factory
now accepts aLoopInterface
as first argument. (#22) - Fix: The
close
event will be emitted once when invoking theClient::close()
method or when the underlying stream closes. (#20) - Refactored code, improved testability, extended test suite and better code coverage. (#11, #18 and #20)
Note: This is an intermediary release to ease upgrading to the imminent v0.5 release.