Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/cluster/lang/en/ |
Upload File : |
<?php $MESS["CLUSTER_OPTIONS_CACHE_TYPE"] = "Keep cache using "; $MESS["CLUSTER_OPTIONS_CACHE_TYPE_MEMCACHE"] = "Memcache"; $MESS["CLUSTER_OPTIONS_CACHE_TYPE_MEMCACHED"] = "Memcached"; $MESS["CLUSTER_OPTIONS_CACHE_TYPE_REDIS"] = "Redis"; $MESS["CLUSTER_OPTIONS_MAX_SLAVE_DELAY"] = "Maximum possible slave database delay (sec)"; $MESS["CLUSTER_OPTIONS_REDIS_FAILOWER_SETTINGS"] = "Failover mode"; $MESS["CLUSTER_OPTIONS_REDIS_READ_TIMEOUT"] = "Read timeout, sec (default: 0)"; $MESS["CLUSTER_OPTIONS_REDIS_SETTINGS"] = "Redis server connection settings"; $MESS["CLUSTER_OPTIONS_REDIS_TIMEOUT"] = "Connection timeout, sec (default: 0)"; $MESS["CLUSTER_REDIS_PCONNECT_SETTING"] = "Keep connection alive"; $MESS["REDIS_OPTIONS_FAILOVER_DISTRIBUTE"] = "Distribute read requests among master and slave servers"; $MESS["REDIS_OPTIONS_FAILOVER_DISTRIBUTE_SLAVES"] = "Randomize read requests across slave servers"; $MESS["REDIS_OPTIONS_FAILOWER_ERROR"] = "Read from slave if master fails"; $MESS["REDIS_OPTIONS_FAILOWER_NONE"] = "Send requests to master nodes only";