Added the OPT_SERVER_TIMEOUT_LIMIT behaviour.

The option MEMCACHED_BEHAVIOR_SERVER_TIMEOUT_LIMIT was added in libmemcached 1.0.18 (0x01000018).

For more information see https://answers.launchpad.net/libmemcached/+question/239497

The merge request for libmemcached:
https://code.launchpad.net/~493pocbrcycmdw7yksonho9o2qzz-o18bz-d18ecat4t1b76tkfi3vttrkfngli/libmemcached/feature-server_timeout
This commit is contained in:
Nicolas Van Eenaeme
2014-03-12 15:38:37 +01:00
parent 03811a17f4
commit 77a8089666
3 changed files with 8 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ class Memcached {
const OPT_SERVER_FAILURE_LIMIT;
const OPT_SERVER_TIMEOUT_LIMIT;
const OPT_CACHE_LOOKUPS;
const OPT_AUTO_EJECT_HOSTS;