Releases: seregazhuk/php-react-memcached
Releases · seregazhuk/php-react-memcached
0.2.1
0.2.0
Updated:
- required php version changed to 7.2
0.1.6
Fixed:
- updated composer dependencies
0.1.5
Fixed:
- protocol parser throws
WrongCommandException
when parsing response for unknown command
0.1.4
Fixed:
- remove trailing slash in commands with no arguments (like
version
) - cache key parsing from read response
0.1.3
Fixed:
- method type hints for IDE auto-completion
0.1.2
Added:
- functional tests
- client can emit events (
close
,error
)
Fixed:
- connection auto-recovering
createClient()
uses default Memcached address- don't allow new requests when is ending or is closed
- write response resolving
- wrong commands are rejected immediately
- handle failed commands
- handle broken connection
- retrieve value after decrement
0.1.1
Fixed:
- autoload in composer.json
0.1.0
- First tagged release