Skip to content

Releases: fortrabbit/yii-memcached

2.0.0

14 May 12:25
ec04bb2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...2.0.0

v1.4.0

22 Jun 14:04
588c95f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.1...1.4.0

v1.3.1

02 May 15:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.1

v1.3.0

25 Jan 11:57
73a2e8a
Compare
Choose a tag to compare

Configures Cache mutex automatically

v1.2.0

08 Feb 20:35
73a2e8a
Compare
Choose a tag to compare
Merge pull request #4 from fortrabbit/develop

More resilient multiSet

v1.1.1

12 Jan 11:01
a356523
Compare
Choose a tag to compare

Prevent warning Memcached::addServer() expects parameter 2 to be int, string given, thanks @joshuabaker

v1.1.0

18 Oct 21:42
Compare
Choose a tag to compare

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

v1.0.0

19 Jun 18:19
Compare
Choose a tag to compare

Initial release