&reftitle.runtime; &extension.runtime; Opciones de configuración de Memcache &Name; &Default; &Changeable; &Changelog; memcache.allow_failover "1" PHP_INI_ALL Disponible desde memcache 2.0.2. memcache.max_failover_attempts "20" PHP_INI_ALL Disponible desde memcache 2.1.0. memcache.chunk_size "8192" PHP_INI_ALL Disponible desde memcache 2.0.2. memcache.default_port "11211" PHP_INI_ALL Disponible desde memcache 2.0.2. memcache.hash_strategy "standard" PHP_INI_ALL Disponible desde memcache 2.2.0. memcache.hash_function "crc32" PHP_INI_ALL Disponible desde memcache 2.2.0. session.save_handler "files" PHP_INI_ALL Soportado desde memcache 2.1.2 session.save_path "" PHP_INI_ALL Soportado desde memcache 2.1.2 memcache.protocol ascii >PHP_INI_ALL Soportado desde memcache 3.0.0 memcache.redundancy 1 >PHP_INI_ALL Soportado desde memcache 3.0.0 memcache.session_redundancy 2 >PHP_INI_ALL Soportado desde memcache 3.0.0 memcache.compress_threshold 20000 >PHP_INI_ALL Soportado desde memcache 3.0.3 memcache.lock_timeout 15 >PHP_INI_ALL Soportado desde memcache 3.0.4
&ini.php.constants;
&ini.descriptions.title; memcache.allow_failover boolean Si se quiere hacer visible los failover en otros servidores en caso de errores. memcache.max_failover_attempts integer Define el número de servidores a probar cuando se añade y se obtiene información. Úsese solamente en conjunción con memcache.allow_failover. memcache.chunk_size integer La información será transferida en bloques del tamaño indicado, definir este valor a un número más pequeño requerirá más escrituras de red. Pruebe de incrementar este valor a 32768 si se nota una lentitud inexplicable. memcache.default_port string El puerto TCP por defecto a usar cuando se conecta a el servidor memcached si no se especifica otro puerto. memcache.hash_strategy string Controla el tipo de estrategia a usar cuando se mapean claves en los servidores. Definir este valor como consistent para habilitar hashing consistente que permite a los servidores ser añadidos o eliminados del grupo sin causar que las claves sean remapeadas. Si se define este valor como standard se usará la antigua estrategia. memcache.hash_function string Controla que tipo de función hash se utiliza cuando se mapean claves a los servidores, crc32 utiliza el stándar hash CRC32 hash mientras que fnv utiliza FNV-1a. session.save_handler string Si define esta opción como memcache podrá usar memcache como manejador de sesiones. session.save_path string Define una lista de urls de servidores separados por comas para el almacenamiento de sesiones, por ejemplo "tcp://host1:11211, tcp://host2:11211". Cada url puede contener parámetros que son aplicados al servidor, son los mismos que en el método Memcache::addServer. Por ejemplo "tcp://host1:11211?persistent=1&weight=1&timeout=1&retry_interval=15" memcache.protocol string memcache.redundancy integer memcache.session_redundancy integer memcache.compress_threshold integer memcache.lock_timeout integer