Releases: fortrabbit/yii-memcached
Releases · fortrabbit/yii-memcached
2.0.0
v1.4.0
v1.3.1
What's Changed
- Cache mutex by @ostark in #6
- Wordings / structure for readme by @frank-laemmer in #7
Full Changelog: 1.2.0...1.3.1
v1.3.0
v1.2.0
v1.1.1
Prevent warning Memcached::addServer() expects parameter 2 to be int, string given
, thanks @joshuabaker
v1.1.0
Added fault-tolerant multi-server support 🎉
by applying the following options:
Redundancy
Memcached::OPT_REMOVE_FAILED_SERVERS: true
Memcached::OPT_RETRY_TIMEOUT: 2
Memcached::OPT_LIBKETAMA_COMPATIBLE: true
Memcached::OPT_NUMBER_OF_REPLICAS: 1
Timeouts
Memcached::OPT_POLL_TIMEOUT: 50 ms
Memcached::OPT_SEND_TIMEOUT: 50 ms
Memcached::OPT_RECV_TIMEOUT: 50 ms
Memcached::OPT_CONNECT_TIMEOUT: 50 ms