mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user