diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-21 13:43:30 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-21 13:43:30 +0100 |
commit | 489347d97db58d442e822d7c4839c2d31f307378 (patch) | |
tree | a83c4fb8a2abd02d103a777493e150ee647c7186 /PHPINFO | |
parent | ae08082c2966a1b4ea5d006e259997d20196ab65 (diff) |
v3.1.0
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -2,7 +2,7 @@ memcached memcached support => enabled -Version => 3.0.4 +Version => 3.1.0 libmemcached version => 1.0.18 SASL support => yes Session support => yes @@ -11,22 +11,23 @@ json support => yes msgpack support => yes Directive => Local Value => Master Value -memcached.sess_locking => 1 => 1 -memcached.sess_lock_wait_min => 1000 => 1000 -memcached.sess_lock_wait_max => 2000 => 2000 +memcached.sess_locking => On => On +memcached.sess_lock_wait_min => 150 => 150 +memcached.sess_lock_wait_max => 150 => 150 memcached.sess_lock_retries => 5 => 5 memcached.sess_lock_expire => 0 => 0 -memcached.sess_binary_protocol => 1 => 1 -memcached.sess_consistent_hash => 1 => 1 +memcached.sess_binary_protocol => On => On +memcached.sess_consistent_hash => On => On +memcached.sess_consistent_hash_type => ketama => ketama memcached.sess_number_of_replicas => 0 => 0 -memcached.sess_randomize_replica_read => no value => no value -memcached.sess_remove_failed_servers => no value => no value +memcached.sess_randomize_replica_read => Off => Off +memcached.sess_remove_failed_servers => Off => Off memcached.sess_server_failure_limit => 0 => 0 -memcached.sess_connect_timeout => 1000 => 1000 +memcached.sess_connect_timeout => 0 => 0 memcached.sess_sasl_username => no value => no value memcached.sess_sasl_password => no value => no value +memcached.sess_persistent => Off => Off memcached.sess_prefix => memc.sess.key. => memc.sess.key. -memcached.sess_persistent => no value => no value memcached.sess_lock_wait => not set => not set memcached.sess_lock_max_wait => not set => not set memcached.compression_type => fastlz => fastlz @@ -34,6 +35,6 @@ memcached.compression_factor => 1.3 => 1.3 memcached.compression_threshold => 2000 => 2000 memcached.serializer => igbinary => igbinary memcached.store_retry_count => 2 => 2 -memcached.default_consistent_hash => no value => no value -memcached.default_binary_protocol => no value => no value +memcached.default_consistent_hash => Off => Off +memcached.default_binary_protocol => Off => Off memcached.default_connect_timeout => 0 => 0 |