diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-24 13:05:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-24 13:05:32 +0200 |
commit | fe51c1610685a9b7e145684b6ba9c383b9dc689f (patch) | |
tree | 04c5398f24ee74992c6e493d366b6b38286addac /PHPINFO | |
parent | 8cf8ecde28e7eb6a2f39e587d58ddaa3d40df60d (diff) |
rebuild using libmemcached-awesome
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -3,7 +3,7 @@ memcached memcached support => enabled Version => 3.1.5 -libmemcached version => 1.0.18 +libmemcached version => 1.1.0 SASL support => yes Session support => yes igbinary support => yes @@ -11,30 +11,30 @@ json support => yes msgpack support => yes Directive => Local Value => Master Value -memcached.compression_factor => 1.3 => 1.3 -memcached.compression_threshold => 2000 => 2000 -memcached.compression_type => fastlz => fastlz -memcached.default_binary_protocol => Off => Off -memcached.default_connect_timeout => 0 => 0 -memcached.default_consistent_hash => Off => Off -memcached.serializer => igbinary => igbinary +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 => On => On -memcached.sess_connect_timeout => 0 => 0 memcached.sess_consistent_hash => On => On memcached.sess_consistent_hash_type => ketama => ketama -memcached.sess_lock_expire => 0 => 0 -memcached.sess_lock_max_wait => not set => not set -memcached.sess_lock_retries => 5 => 5 -memcached.sess_lock_wait => not set => not set -memcached.sess_lock_wait_max => 150 => 150 -memcached.sess_lock_wait_min => 150 => 150 -memcached.sess_locking => On => On memcached.sess_number_of_replicas => 0 => 0 -memcached.sess_persistent => Off => Off -memcached.sess_prefix => memc.sess.key. => memc.sess.key. memcached.sess_randomize_replica_read => Off => Off memcached.sess_remove_failed_servers => Off => Off -memcached.sess_sasl_password => no value => no value -memcached.sess_sasl_username => no value => no value memcached.sess_server_failure_limit => 0 => 0 +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_lock_wait => not set => not set +memcached.sess_lock_max_wait => not set => not set +memcached.compression_type => fastlz => fastlz +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 => Off => Off +memcached.default_binary_protocol => Off => Off +memcached.default_connect_timeout => 0 => 0 |