diff options
Diffstat (limited to 'PHPINFO')
-rw-r--r-- | PHPINFO | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -2,13 +2,14 @@ memcached memcached support => enabled -Version => 3.1.5 -libmemcached-awesome version => 1.1.0 +Version => 3.3.0 +libmemcached-awesome version => 1.1.4 SASL support => yes Session support => yes igbinary support => yes json support => yes msgpack support => yes +zstd support => yes Directive => Local Value => Master Value memcached.sess_locking => On => On @@ -32,9 +33,11 @@ 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_level => 3 => 3 memcached.compression_threshold => 2000 => 2000 memcached.serializer => igbinary => igbinary -memcached.store_retry_count => 2 => 2 +memcached.store_retry_count => 0 => 0 +memcached.item_size_limit => 0 => 0 memcached.default_consistent_hash => Off => Off memcached.default_binary_protocol => Off => Off memcached.default_connect_timeout => 0 => 0 |