Releases: laravie/predis-async
Releases · laravie/predis-async
v0.4.0
Changes
- Bump minimum PHP to 7.2+.
v0.3.1
Changes
- Use
static function
rather than function
whenever possible, the PHP engine does not need to instantiate and later GC a $this
variable for said closure.
v0.3.0
Changes
- Improve performance by prefixing all global functions calls with
\
to skip the look up and resolve process and go straight to the global function.
v0.2.0
Changes
- Update
react/event-loop
to 1.0+.